01-14-2010 01:55 PM
cifs.enabled=true
cifs.ipv6.enabled=false
cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.sessionPort=1139
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
# mount -t cifs //127.0.0.1/AVM /mnt/alfresco-wcm -o user=admin,pass=admin,port=1445
mount error 111 = Connection refused
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
# smbclient -L 127.0.0.1 -p 1139 -U admin%admin
Domain=[262262-FRESCO01] OS=[Java] Server=[Alfresco CIFS Server 5.0.0]
Sharename Type Comment
——— —- ——-
cli_rpc_pipe_open_noauth: rpc_pipe_bind for pipe \srvsvc failed with error NT_STATUS_BUFFER_TOO_SMALL
Alfresco Disk
IPC$ IPC
AVM Disk
Error connecting to 127.0.0.1 (Connection refused)
Connection to 127.0.0.1 failed (Error NT_STATUS_CONNECTION_REFUSED)
NetBIOS over TCP disabled – no workgroup available
02-05-2010 08:59 PM
echo 1 > /proc/sys/net/ipv4/ip_forward
modprobe iptable_nat
iptables -t nat -F
iptables -t nat -A OUTPUT -d 127.0.0.1 -p tcp –dport 445 -j REDIRECT –to-ports 1445
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.