So I figured out, it had something to do with that dnet-common and the MAC address being changed ...
What I did so far is:
- Code: Select all
apt-get --purge remove dnet-common libdnet
There's no more:
- Code: Select all
/etc/default/decnet
And I let the following file be newly generated by removing the old one:
- Code: Select all
/etc/udev/rules.d/70-persistent-net.rules
Checking the difference afterwards: There was no difference! Old and new had the same MAC.
There's this bug report from september 2011: bug report
And some discussion on a mailing list: debian-users mailing list
The thing is I don't even have a loopback interface running. After a reboot the ifconfig output is empty. If I try a
- Code: Select all
ifconfig eth0 up
I get the interface with the mac address specified in the udev rules, but no ip address and a ping says:
- Code: Select all
# ping 192.168.0.1
connect: Network is unreachable
Just figured out that a
- Code: Select all
ifconfig lo up
I don't really know where to go from there. Is it the MAC adress issue? Or some other networking thingy that is broken as well ...?
Thanks for any help



