PC dual boot, XP & RH9.0. Networked via Draytek ADSL router. Initially
set up NIC for dhcp, (which is how it is used in XP). Boot hung at
"activating eth0 interface". Changed so as not to activate during boot
and booted OK. Now activation could be done manually with no hesitation.
Changed configuration, setting IP address statically. Same result; ie
would hang if activation during boot was called for, however if not,
could readily be activated once booted.
Changed back to dhcp, and currently I activate manually once booted.
Clearly the activation during boot is somehow different from that when
activated manually following boot. I have repeatedly checked my files
but can see no problem. Any advice welcome.
ifcfg-eth0
Device=eth0
Bootproto=dhcp
Broadcast=192.168.1.255
IPaddr=192.168.1.20
Netmask=255.255.255.0
Network=192.168.1.0
Onboot=no
Userctl=yes
Peerdns=yes
Type=Ethernet
HWaddr=00:02:e3:11.9c:5b
Gateway=192.168.1.1
(When in dhcp, the router will assign typically 192.168.1.10)
modules.conf
alias eth0 natsemi
resolv.conf
nameserver 213.120.62.102
nameserver 213.120.62.103
hosts
127.0.0.1 bryanwil.manderley.com bryanwil localhost.localdomain
localhost
network
Networking=yes
Hostname=bryanwil.manderley.com
|