For some reason known only to itself, linuxmce always creates this(eth0:0) which promptly stops all networking and causes the install to fail.
At the start of the install linuxmce asks me if my networking information is correct. It is and I tell it to continue. Later it asks if I want to run a DHCP server. I already have a server doing that for my network so I say no. A console window then appears and packages start being fetched and installed. It is at this point linuxmce decides its had enough of a working network connection and promptly disables it by adding a reference to eth0:0 in /etc/network/interfaces.
Why does it do this and how can I stop it? >:(
you have only one network card. i saw this to another user who's experiencing the "creation" of an eth0:0 but it doesn't have any problem with internet connection.
I know I only have one networking card, thats all I installed.
I looked around and found this is an old issue http://forum.linuxmce.com/index.php?topic=1281.0 (http://forum.linuxmce.com/index.php?topic=1281.0)
The problem is that it tries to use the same ip address as my server 192.168.2.1. To stop this at the point where it asks if I want to run a dhcp server I selected no and left the ip setting to 192.168.80. It is still not working though. How can I can stop eth0:0 being created or at least set it to have a sane ip address?
try this: when the eth0:0 is created type ifdown eth0:0 to shut down this interface. maybe it works.
Quote from: niick on May 29, 2007, 04:32:58 PM
I looked around and found this is an old issue http://forum.linuxmce.com/index.php?topic=1281.0 (http://forum.linuxmce.com/index.php?topic=1281.0)
The problem is that it tries to use the same ip address as my server 192.168.2.1. To stop this at the point where it asks if I want to run a dhcp server I selected no and left the ip setting to 192.168.80. It is still not working though. How can I can stop eth0:0 being created or at least set it to have a sane ip address?
The workaround at the end of this topic http://forum.linuxmce.com/index.php?topic=1281.0 (http://forum.linuxmce.com/index.php?topic=1281.0) worked for me.
Maybe some additional hints:
I chose to set the network manually, asked the network manager for the current dhcp ip given by my router.
I set this as static ip, and filled in the routers ip as gateway and dns.
I chose no when asked to run a dhcp server, and typed a different three digit ip to my home network (in my case home network has 192.168.1, i wrote 192.168.0).
Installation is still running with no more network problems.
excuse my bad english.