A customer of mine has the following problem:
I set up a openerp server for him on 8.04 server LTS with a kde desktop.
It ran fine until this morning when he stopped the server and relocated it to a dfferent room.
Upon reboot the server would not connect to eth0 wired lan.
The set up:
Cable modem->8 point switch-> server / Jaunty desktop / voip phone
Network is running dhcp with the server getting its IP from:
http://www.no-ip.com
What I did:
I restarted the modem then reset the switch and rebooted the server.
gives:
ifup: interface eth0 already configured.
I then went and disabled the eth0 from the network manager gui and reneabled it.
Nada.
Reboot: nada
I then quit network manager leaving it start automatically at boot and rebooted.
Nada.
/etc/network/interfaces looks normal:
Anyone with an idea?
I set up a openerp server for him on 8.04 server LTS with a kde desktop.
It ran fine until this morning when he stopped the server and relocated it to a dfferent room.
Upon reboot the server would not connect to eth0 wired lan.
The set up:
Cable modem->8 point switch-> server / Jaunty desktop / voip phone
Network is running dhcp with the server getting its IP from:
http://www.no-ip.com
What I did:
I restarted the modem then reset the switch and rebooted the server.
Code:
sudo ifup eth0
ifup: interface eth0 already configured.
I then went and disabled the eth0 from the network manager gui and reneabled it.
Nada.
Reboot: nada
I then quit network manager leaving it start automatically at boot and rebooted.
Nada.
/etc/network/interfaces looks normal:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Comment