From: Diego T. <rap...@us...> - 2004-03-21 20:34:54
|
Update of /cvsroot/devil-linux/build/config/etc/sysconfig/nic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15830/config/etc/sysconfig/nic Modified Files: ifcfg-eth0.sample Log Message: oneliner Index: ifcfg-eth0.sample =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/nic/ifcfg-eth0.sample,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- ifcfg-eth0.sample 1 Feb 2004 15:32:05 -0000 1.6 +++ ifcfg-eth0.sample 21 Mar 2004 20:24:42 -0000 1.7 @@ -33,7 +33,8 @@ # add as many ROUTE="$ROUTE ...." lines as you need routes # # -# the next line shows how to set the default gateway -#ROUTE="$ROUTE default/0.0.0.0{:GATEWAY}" +# the next line shows how to set the default gateway (the default gw needs +# "0" as a hostmask. +#ROUTE="$ROUTE default/0{:GATEWAY}" # for example: -#ROUTE="$ROUTE default/0.0.0.0:10.90.1.1" +#ROUTE="$ROUTE default/0:10.90.1.1" |