ifup eth0 failed in Ubuntu 11.10 and Ubuntu 10.04.3
Posted
by
Ajay
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Ajay
Published on 2012-04-06T06:22:38Z
Indexed on
2012/04/06
11:41 UTC
Read the original article
Hit count: 660
11.04
ifup eth0 failed to bring up eth0
First, I have set static ip using the below commands: Commands:
ifdown eth0
ifconfig eth0 X.X.X.X netmask 255.255.252.0 up
route add default gw X.X.X.X
I was successful in setting up static ip X.X.X.X and I could see the same in the output of command "ifconfig".
Now I am trying to revert network back to dhcp using the below commands: Commands:
ifdown eth0
ifup eth0
Output :
RTNETLINK answers: File exists
ssh stop/waiting
ssh start/running, process 1524
ifup eth0, failed to bring back dhcp.
Contents of /etc/network/interfaces
root@bdhcp396:~# cat /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
Is this a bug in Ubuntu 11.10/10.04.3? I see a similar bug raised - https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/876829
© Ask Ubuntu or respective owner