Unable to mount SMB
Submitted by rhenry74 on Mon, 11/24/2008 - 22:55.
I try something like this:
ifconfig loopback 127.0.0.1 255.255.255.255
dhcp eth-pci(0,16,0)
smbmount smbmnt1 172.16.0.103 ShareName company-domain\user.id passwd
With certian variations I get this far:
Transport1: connect: state=0
Transport1: run connected
Transport1: connected state =3
Exception in command
Please provide an example of how to use the command.
I have similar failures with ftpmount
- Login to post comments
add route to computer
I never used smbmount nor ftpmount but for anything related to network you should add the route to the external computer if given by its IP address.
So, you should do "route -a 172.16.0.103 eth-pci(0,16,0)" (check the exact syntax with "help route").
Fabien
my blog : en français, in english or both
it looks like dhcp creates a default route
see this screen shot
http://rhenry74.homeip.net/pics/main.php?g2_view=core.DownloadItem&g2_it...
no route to 172.16.0.103
From your screenshot, I can see your route table is wrong : you can't send (and probably receive) anything to 172.16.0.103.
Have you used the command I mentionned above?
Fabien
my blog : en français, in english or both