I have a weird problem. To make a story short, when I use: mount_smbfs -N //STRIDER/docs /mnt/docs, it gives a timeout.
According to nsmb.conf:
[STRIDER
RAGSTER]
password=$$xxxxxxxxxxxxxxxxxxx
workgroup=MYNET
addr=strider.example.com
And according to /etc/hosts, 192.168.0.2 strider.example.com
But when I use mount_smbfs -N -I 192.168.0.2 //STRIDER/docs /mnt/docs
(which should do the exact same thing), I get an authentification error.
The problem is that it was working fine for the last 6 months. My roommate can access this share from his computer, so it's not a firewall that was left enabled.
This guy had the same problem, but it doesn't seem to be answered. Do you have any clue on what's going on?
According to nsmb.conf:
[STRIDER
password=$$xxxxxxxxxxxxxxxxxxx
workgroup=MYNET
addr=strider.example.com
And according to /etc/hosts, 192.168.0.2 strider.example.com
But when I use mount_smbfs -N -I 192.168.0.2 //STRIDER/docs /mnt/docs
(which should do the exact same thing), I get an authentification error.
The problem is that it was working fine for the last 6 months. My roommate can access this share from his computer, so it's not a firewall that was left enabled.
This guy had the same problem, but it doesn't seem to be answered. Do you have any clue on what's going on?