On Wed, Jul 07, 2004 at 05:18:13PM +1200, Ross Drummond wrote:
> I have my routing table set up as follows;
> 
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 192.168.0.0     *               255.255.255.255 UH    0      0        0 eth0
> 127.0.0.0       *               255.0.0.0       U     0      0        0 lo
> 
> I want to set up a route to the gateway on 192.168.0.30.
> 
> Whet is the command to set it up manually?

route add default gw 192.168.0.30

or 

ip route add default via 192.168.0.30

Mike.
-- 
Mike Beattie <[EMAIL PROTECTED]>                       ZL4DM, IRLP Node 6184

    Never underestimate the power of very stupid people in large groups.

Reply via email to