|
samba mount error on smbfs and cifs
Hi,
I encountered this error when mounting a samba share across two different public networks.
SMBFS ERROR
mount -t smbfs -o username=myuser,password=mypass //203.87.XXX.XXX/myfiles /home/data/myfiles
381: tree connect failed: Call returned zero bytes (EOF)
SMB connection failed
CIFS ERROR
mount -t smbfs -o username=myuser,password=mypass //203.87.XXX.XXX/myfiles /home/data/myfiles
mount error 112 = Host is down
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
These errors are encountered when my client is from other networks say 65.216.XXX.XXX, 202.12.XXX.XXX, but if from same 203.87.XXX.XXX segment, it can be mounted. Firewalls were flushed on both servers when connecting to isolate the firewall problem.
Any ideas guys?
Thanks,
Taja Mari
|