Adam Bodnar wrote:
> 
> I recently had to add a new route to my routing table to access a
> database machine for work.
> 
> I've blocked out the Destination ip of the new route just for security
> reasons.
> 
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 10.18.0.23      *               255.255.255.255 UH    0      0        0
> eth0
> xxx.xxx.xxx.xxx   10.18.0.254     255.255.255.240 UG    0      0
> 0 eth0 <---this is the new route
> 10.18.0.0       *               255.255.255.0   U     0      0        0
> eth0
> 127.0.0.0       *               255.0.0.0       U     0      0        0
> lo
> default         10.18.0.1       0.0.0.0         UG    0      0        0
> eth0
> 
> Now, when I try to smbmount another machine I get this error.
> 
> sudo smbmount //ntbox/inetpub /mnt/ntbox/ -U abodnar -W bike.com
> Added interface ip=10.18.0.23 bcast=10.18.0.255 nmask=255.255.255.0
> mount error: No such device
> Please refer to the smbmnt(8) manual page
> mount failed
> 
> If I remove the route, I can smbmount it fine.

Probably because you've already GOT a route to 10.18.0.254...  right
below your new route is the network route to cover that machine.

-- 
Steve Philp
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]

Reply via email to