• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Debian NIC problem

Nics are installed and mounted to ETH0 and ETH1. Both are momentarily on the same network and both should be able to pull a lease. Activity lights are on for both at the switch. Both appear in ifconfig when you specify the interface in the argument.

Eth1 is pulling an adress and is working fine, Eth0 simply appears unconfigured....

ifup eth1 - "interface already configured"
ifup eth0 - "ignoring unknown interface eth0=eth0"

what do I need to do to get Eth0 to behave like Eth1
 
NICs don't get mounted.

Interfaces are configured in /etc/network/interfaces, if all you want is DHCP you should just be able to copy the line for eth1 and change eth1 to eth0 (i.e. iface eth0 inet dhcp ). The interfaces manual page has more information on the format of the file if you want to get fancy.
 
Back
Top