[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: new bootdisks uploaded



Edmund GRIMLEY EVANS writes:
 > > ifconfig lo 127.0.0.1
 > > route add -net 127.0.0.0
 > > IPADDR=129.88.33.95
 > > NETMASK=255.255.255.0
 > > NETWORK=129.88.33.0
 > > BROADCAST=129.88.33.255
 > > GATEWAY=129.88.33.253
 > > ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
 > > route add -net ${NETWORK}
 > > [ "${GATEWAY}" ] && route add default gw ${GATEWAY} metric 1
 > > 
 > > The GATEWAY adressed have been entered at installation time. If the
 > > route add command is rejected by the kernel, how do it knows this
 > > address. (especialy in this case where this adress is not
 > > 129.88.33.254 as often is but 129.88.33.253)
 > 
 > I guess it's just the first "route add" that gives the error.

At boot, I got

SIOCADDRT invalid argument
SIOCADDRT invalid argument

(i.e. twice the same message), so there are two "route add"
which produce the error (the first and second ?).

-----------------------------------------------------------------------
PHAM Dinh Tuan                         | e-mail: Dinh-Tuan.Pham@imag.fr
Laboratoire de Modelisation et Calcul  | Tel: +33 4 76 51 44 23
BP 53, 38041 Grenoble cedex (France)   | Fax: +33 4 76 63 12 63
-----------------------------------------------------------------------


Reply to: