[7.891][BUG][FIXED] Cannot access any NIC.

OK, this time I downloaded the correct ISO.
Installed 64 bit version A-OK.

The NICs in the box are:
2 x Broadcom BCM5716
4 x Intel Gigabit

When installing I chose management interface marked as UP.

System boots OK.

IFCONFIG shows the interface as OK.

However I cannot PING it, (or PING out).
I have tried the Broadcom and Intel NICs in 32 and 64 bit mode in other install attempts.

Kind of stalled now as I'm unable to get to webmin etc.
Any ideas?
Parents
  • This issue is triggered when the installer and the installed ASG disagree upon the ordering of the network interfaces, which is somehow related to the time the kernel needs to initialize the hardware/driver. 

    If you take a look at the install.log, you'll find the sequence the installer used below the line 'Detecting network devices'

    compare that to the output of [FONT="Courier New"]ip link show[/FONT] and you'll see that the ASG uses a different order (eth0 has a different mac address associated).

    but you don't need to unplug and switch the cables: just edit that mapping in the [FONT="Courier New"]/etc/udev/rules.d/70-persistent-net.rules[/FONT] file, and run (as root) the command [FONT="Courier New"]udevadm trigger[/FONT] to activate the new mapping

    i think this will make it on the known issues list soon...
Reply
  • This issue is triggered when the installer and the installed ASG disagree upon the ordering of the network interfaces, which is somehow related to the time the kernel needs to initialize the hardware/driver. 

    If you take a look at the install.log, you'll find the sequence the installer used below the line 'Detecting network devices'

    compare that to the output of [FONT="Courier New"]ip link show[/FONT] and you'll see that the ASG uses a different order (eth0 has a different mac address associated).

    but you don't need to unplug and switch the cables: just edit that mapping in the [FONT="Courier New"]/etc/udev/rules.d/70-persistent-net.rules[/FONT] file, and run (as root) the command [FONT="Courier New"]udevadm trigger[/FONT] to activate the new mapping

    i think this will make it on the known issues list soon...
Children
No Data