On 25/11/99 richard newton wrote:
#! /bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0
IPADDR=192.168.1.1
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
route add -net ${NETWORK}
but I've had to comment out the two "route add -net" lines because they
were giving errors at boot time.
What's changed here. Is that going to be a problem?
apparently kernel 2.2.* does not need the routes defined manually
anymore. and if you do define route manually then route has to be
called with an extra argument i cannot remember at the moment.
Ethan Benson
To obtain my PGP key: http://www.alaska.net/~erbenson/pgp/