Desktop linux box(192.168.0.2) running Fedora 9 with standard ethernet 10/100 LAN card (8139too driver). Wireless router configured for static IP addresses. Network-manager was
not controlling the interface.
Networking was all fine then all of a sudden I'm getting strange error when booting up...
Code:
#/etc/init.d/network reload
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: Error, some other host already uses address 192.168.0.2.
[FAILED]
searched for "some other host already uses address 192.168.0.2" but these did not help
http://www.linuxquestions.org/questi...d.php?t=644896
http://www.linuxquestions.org/questi...d.php?t=312115
So onwards ..
There are NO other connected devices (using my laptop for debugging, my router's web page indicates no other devices than the laptop itself - 192.168.0.3). The router is set for static IP addresses and my ifcfg looks like this
Code:
# cat /etc/sysconfig/networking/devices/ifcfg-eth0
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
DEVICE=eth0
BOOTPROTO=none
BROADCAST=192.168.0.255
HWADDR=00:1a:92:06:3f:42
IPADDR=192.168.0.2
NETMASK=255.255.255.0
NETWORK=192.168.0.0
ONBOOT=yes
GATEWAY=192.168.0.1
TYPE=Ethernet
DNS1=192.168.0.1
USERCTL=yes
PEERDNS=no
IPV6INIT=no
NM_CONTROLLED=no
Bizzarely if I arping the eth0 interface just after getting the above error, I get..
Code:
# if ! arping -D -I eth0 192.168.0.2
ARPING 192.168.0.2 from 0.0.0.0 eth0
Unicast reply from 192.168.0.2 [00:01:6C:F5:7D:D1] 0.705ms
Sent 1 probes (1 broadcast(s))
Received 1 response(s)
What gives ??
I just could not get it working until I went into the
system-config-network tool , deleted the interface , created a new on and this time let
network-manager control the interface.
Then it worked....but what went wrong ??