* Lisa Ryan
> yep. Tried that and I got a message saying that you cannot have netmask with
> route add -host

And the reason is quite clear.  You should not put your own computer
into the routing table like that.  The recommended configuration for
leaf nodes is:

        root# ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up
        root# route add -net 192.168.1.0 netmask 255.255.255.0 eth0
        root# route add default gw 192.168.1.1 eth0            

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to