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

Recompiled Kernel route error:)



We recently recompiled our kernal (v2.0.0) to allow for dual processing and
ipaliasing.

Everything went smoothly accept for 1 error when the server reboots, while
running the /etc/init.d/network file we get the following error ...

route forgot to specify route netmask
SIOCADDRT: invalid argument
route forgot to specify route netmask
SIOCADDRT: invalid argument
route forgot to specify route netmask

Despite this, the machine seems to be running eprfectly (the outside world
can acces the server and vice a versa), below is our network file

#!	/bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0
IPADDR=203.17.176.20
NETMASK=255.255.255.0
NETWORK=203.17.176.0
BROADCAST=203.17.176.255
GATEWAY=203.17.176.1
ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
route add -net ${NETWORK}
route add default gw ${GATEWAY} metric 1nt


If anyoen can offer any suggestion, we would much appreciate it.

thanks

Im out like bellbottom trousers,

 michael

  ///\ "Wake up Muttley, your dreamin` again"
  c-00                -Wacky Racers
  \  >
  |\_-
  \ /
   .   http://www.electric-rain.net/
                                  


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: