On Wed, 06 Jul 2005 18:05:14 +0200, Alexander Dalloz wrote: > Am Mi, den 06.07.2005 schrieb Amadeus W. M. um 17:48: > >> I know. All the more strange. I just went through the steps again (use >> dhcp with the network gui, save settings, stop/start network) and here's >> the results: >> >> 5) root:~> route -n >> Kernel IP routing table >> Destination Gateway Genmask Flags Metric Ref Use Iface >> 24.35.40.0 0.0.0.0 255.255.248.0 U 0 0 0 eth0 >> 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 >> 6) root:~> more /etc/sysconfig/network >> NETWORKING=yes >> HOSTNAME=phoenix >> 7) root:~> more /etc/sysconfig/network-scripts/ifcfg-eth0 >> DEVICE=eth0 >> BOOTPROTO=dhcp >> BROADCAST=192.168.1.255 >> HWADDR=00:03:6d:13:71:91 >> IPADDR=192.168.1.10 >> NETMASK=255.255.255.0 >> NETWORK=192.168.1.0 >> ONBOOT=yes >> TYPE=Ethernet >> DHCP_HOSTNAME=phoenix >> USERCTL=no >> PEERDNS=yes >> GATEWAY=192.168.1.1 >> IPV6INIT=no > > Why do you set private address space IP data? And you set a GATEWAY > which probably will prevent the dhcpc to set the gateway his own. Remove > these entries. > > Alexander I didn't do any of that. That script gets written when I save the settings in system-config-network. And all I do there is tell it to get the IP automatically through dhcp. Before, I was using a linksys router (192.168.1.1) and I gave myself a static private IP (192.168.1.10), but not now. Now, I'm trying to get the IP through dhcp, and (1) the script is wrong and (2) even though the script is still trying to use the old settings, I AM getting a real IP address (but no default gateway). It's beyond my understanding.