Click to See Complete Forum and Search --> : Question about the "route" program


gus
03-14-2001, 09:07 PM
I'm using trinux, and trying to use the "route" command.

I basically need to add a default gateway.

My gateway is 24.12.218.1

This disk based computer is going to act like a router between a 192.168.13.x network and the outer world. I've got the other network setup, and I can only ping computers in 24.12.218.x but nothing outside.

Obviously this is because I don't have a gateway set up for that. Anyone have experience with this program and know exactly what to do to install the right gateway on eth0?

Thanks.
Gus

[GoRN]
03-14-2001, 09:32 PM
route add default gw 24.12.218.1 metric 0

have fun