In trying to track down some networking problems, I swapped the ethernet adapter in my server. Since re-booting, it has been assigned the moniker eth2 rather than eth1 (the motherbaord device is eth0).
So, how do I reset the second adapter to become eth1 again?
-- Tony van der Hoff | mailto:t...@vanderhoff.org
Buckinghamshire, England |
-- To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4F9D43C3.5000...@vanderhoff.org
Am Sonntag, 29. April 2012 schrieb Tony van der Hoff:
> In trying to track down some networking problems, I swapped the ethernet
> adapter in my server. Since re-booting, it has been assigned the moniker
> eth2 rather than eth1 (the motherbaord device is eth0).
> So, how do I reset the second adapter to become eth1 again?
Hi Tony,
you can edit "/etc/udev/rules.d/70-persistent-net.rules" to assign the device to your required needs.
At next reboot, the device eth0 or eth1 whatever will be connected to the according network card.
Good luck!
Hans
-- To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201204291601.51846.hans.ullr...@loop.de
On Sun, 29 Apr 2012 14:36:03 +0100, Tony van der Hoff wrote:
> In trying to track down some networking problems, I swapped the ethernet
> adapter in my server. Since re-booting, it has been assigned the moniker
> eth2 rather than eth1 (the motherbaord device is eth0).
> So, how do I reset the second adapter to become eth1 again?
You can edit "/etc/udev/rules.d/70-persistent-net.rules" file and adjust it accordingly.
Greetings,
-- Camaleón
-- To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/jnjhku$5ol...@dough.gmane.org
>> So, how do I reset the second adapter to become eth1 again?
> Edit /etc/udev/rules.d/70-persistent-net.rules or just remove it and
> reboot.
> J.
Great, thanks very much...
-- Tony van der Hoff | mailto:t...@vanderhoff.org
Buckinghamshire, England |
-- To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4F9D49F2.7050...@vanderhoff.org
> In trying to track down some networking problems, I swapped the
> ethernet adapter in my server. Since re-booting, it has been assigned
> the moniker eth2 rather than eth1 (the motherbaord device is eth0).
> So, how do I reset the second adapter to become eth1 again?
Look at /etc/udev/rules.d/70-persistent-net.rules
Create a similar file, with the mac id of the card you want a specific
device id as ATTR(address ... etc and NAME="eth1"
Before you do that -- chances are you have already another device
configured to run as eth1, so look at the other files / other lines in
that file and see which device is configured to work as eth1.
-- Mahesh T. Pai ||
Distribute Free Software --
Help stamp out Software Hoarding!
-- To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d36qhb8z....@nandini.nandini
> > In trying to track down some networking problems, I swapped the
> > ethernet adapter in my server. Since re-booting, it has been assigned
> > the moniker eth2 rather than eth1 (the motherbaord device is eth0).
> > So, how do I reset the second adapter to become eth1 again?
> Look at /etc/udev/rules.d/70-persistent-net.rules
> Create a similar file, with the mac id of the card you want a specific
> device id as ATTR(address ... etc and NAME="eth1"
> Before you do that -- chances are you have already another device
> configured to run as eth1, so look at the other files / other lines in
> that file and see which device is configured to work as eth1.
Thank you all for the helpful replies. It's all working fine again :)
-- Tony van der Hoff | mailto:t...@vanderhoff.org
Buckinghamshire, England |
-- To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4F9D52D2.9050...@vanderhoff.org