Am Mi, den 15.02.2006 schrieb Chris Mason (Lists) um 18:50:
I have a Centos 3 server with three network interfaces. eth0 is for the local network and the firewall is the gateway, the ip and gateway are set statically. eth1 is a adsl connection using dhcp to allocate the ip. I want to make eth1 the default route. If it was statci I would just use a "route add default gwd eth1" command, but I can't do that with DHCP. How do I make eth1 the default route?
Chris Mason
grep GATEWAYDEV /usr/share/doc/initscripts*/sysconfig.txt
Alexander