Hello Ben,
Am 02.05.2013 01:41, schrieb Ben Hutchings:
Control: tag -1 moreinfo
Please provide:
- Kernel boot log (/var/log/dmesg)
Is provided in the first post.
Nothing special can be seen.
Maybe it is possible to activate a debug mode?
When i have enough information i may ask the kernel team.
But my experience is that the first question is "It is working with the actual
kernel?"
- Network configuration files (/etc/network/interfaces and any others)
First i could work with eth0 and installed debian without problems.
After a reboot the problems come up.
Now i use eth1, because eth0 comes not up reliable.
- If you are using DHCP, the DHCP daemon log messages
(grep dhclient /var/log/daemon.log)
It's configuration with static IP's.
Ben.
Karsten
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface 1000 MB
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.3
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
# The secondary network interface 100 MB
allow-hotplug eth1
iface eth1 inet static
address 192.168.1.4
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255