You are not logged in.
Hi.
I have a server (quite good spec), has 2 eth ports
eth0 = e1000e
eth1 = tg3
After reboot they randomly swap over - screwing my network config up...
Is there a way to force eth0/eth1 to use a particular driver ?
Any help would be good.
Thanks
Offline
I think removing the optional from: /etc/udev/rules.d/75-persistent-net-generator.rules.optional should work
Offline
Hi - I tried removing /etc/udev/rules.d/75-persistent-net-generator.rules.optional and rebooting
Still occurs...
Its a really weird bug! Seems that every reboot they swap (it could just be random though)
Is there any other way of forcing each eth to use a specific driver ?
Cheers
Offline
Hi, sorry I wasn't clear, I meant removing the ".optional" suffix from the file name.
Offline
That seems to have worked.
eth0 and eth1 are the wrong way round, but at least they are not flipping each reboot.
Cheers !
as usual this forum provides the quickest and best answers !
Offline
another option is specifying the order of the ethernet modules in rc.conf (it's not the udev sanctioned way, but it works and you can pick the order)
Offline