I'm running Fedora 9 in a virtual machine (vmware).
After having had trouble with changing IP-addresses (didn't have a hand in the matter), I stopped the NetworkManager and startet the (for me) well known network-service:
/etc/init.d/NetworkManager stop
/sbin/chkconfig --level 35 NetworkManager off
/etc/init.d/network start
/sbin/chkconfig --level 35 network on.
Everything worked fine.
One or two reboots and now I'm not able to get the two network-interfaces up and running.
The message that I receive says:
interface eth0 missing, initialization delayed (it is in german, so I cannot tell you the exact english version)
RTNETLINK answers: File exists
RTNETLINK answers: File exists
...
System:
Kernel 2.6.25.14-108
/etc/sysconfig/network-scripts/ifcfg-eth1 (excerpt):
BOOTPROTO=static
ONBOOT=yes
DNS=internet (not local)
USERCTL=no
PEERDNS=yes
IPV6INIT=no
IPADDR=192.168.1.21
GATEWAY=192.168.1.1
NETMASK=255.255.255.0
I would appreciate any idea or suggestion.
Thanks.