DrNic wrote: > Well I went ahead and installed VB. > My issue now is that VB insists on using eth0 for the network > connection. My server has an add in NIC that is gigabit on eth1, the on > board eth0 is only 10/100. Even disabling the onboard NIC in the bios > doesn't fix the problem VB still tries to use eth0! How can I force it > to use eth1? > > Many thanks > > NicIf you disable the onboard NIC, you'll probably need to delete a file in /etc/udev somewhere. See if you have a:
/etc/udev/rules.d/70-persistent-net.rules ..file on your system. If you do, just rename the file to: /etc/udev/rules.d/70-persistent-net.rules.not ..and reboot. Udev ought to then find your gigabit nic and assign it to eth0. ------------------------------------------------------------------------ gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=96528 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
