SSH between computers on LAN

Nils Kassube kassube at gmx.net
Sat Jan 24 15:21:14 UTC 2009


Karl F. Larsen wrote:
>     I did look at route and it says a route defined by ifconfig ... but
> later shows examples of route add things. I have not figured out where
> to put the new route definition, or, what it looks like :-)

It could be something like this for your desktop (untested):

sudo route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.0.2 eth0
sudo route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.0.2 eth0

where 192.168.0.2 would be the address of your Belkin router on the DSL 
router side. However, I'm not sure if my understanding of your network is 
correct - please check the route man page.


Nils




More information about the ubuntu-users mailing list