On Wed, 2004-12-08 at 22:34 +0100, Salvatore Indiogine wrote: > Hi Paul! > > 1. Here is the output you requested > > cat /var/lib/dhcp/dhclient-eth0.leases > lease { > interface "eth0"; > fixed-address 68.187.13.245; > option subnet-mask 255.255.252.0; > option dhcp-lease-time 28182; > option routers 68.187.12.1; > option dhcp-message-type 5; > option dhcp-server-identifier 68.112.12.20; > option domain-name-servers 68.112.12.36,24.217.0.3; > option broadcast-address 255.255.255.255; > renew 4 2004/12/9 00:09:57; > rebind 4 2004/12/9 03:56:20; > expire 4 2004/12/9 04:55:03; > } The DHCP server at 68.112.12.20 is handing your machine the following configuration: IP address: 68.187.13.245 Netmask: 255.255.252.0 Gateway: 68.187.12.1 Broadcast address: 255.255.255.255 DNS servers: 68.112.12.36 & 24.217.0.3 Do these look correct? > 2. The setup is still borked because I can not have > both eth0 and eth1 active at the same time. > > My settings for eth1 are: > > IP 10.0.0.1 > netmask 255.0.0.0 > gateway 10.0.0.50 > > What are the correct settings for a LAN? Shouldn't need a gateway on eth1 since your default route should be through eth0. What do you have in /etc/sysconfig/network-scripts/ifcfg-eth* ? Paul. -- Paul Howarth <paul@xxxxxxxxxxxx>