Re: Ethernet device names change Bullseye => Bookworm. How to assign unchanging name to device?

2023-06-20 Thread Markus Schönhaber
20.06.23, 08:36 +0200, Rick Thomas: I've been upgrading my machines Bullseye => Bookworm recently. In a few of these upgrades, the name of the ethernet device changed. (E.g. enP2p32s15f0 => enP2p0s15f0) This required changes to /etc/network/interfaces in order to start up the interface. T

Re: ethernet device assignments

2012-04-29 Thread Tony van der Hoff
On 29/04/12 15:18, paiva...@gmail.com wrote: Tony van der Hoff writes: > 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). >

Re: ethernet device assignments

2012-04-29 Thread paivakil
Tony van der Hoff writes: > 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 ag

Re: ethernet device assignments

2012-04-29 Thread Camaleón
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 s

Re: ethernet device assignments

2012-04-29 Thread Hans-J. Ullrich
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 ad

Re: ethernet device assignments

2012-04-29 Thread Tony van der Hoff
On 29/04/12 15:00, Jochen Spieker wrote: Tony van der Hoff: 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 Bucki

Re: ethernet device assignments

2012-04-29 Thread Jochen Spieker
Tony van der Hoff: > > 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. -- Watching television is more hip than actually speaking to anyone. [Agree] [Disagree]

Re: Ethernet device

2001-06-23 Thread ktb
On Sat, Jun 23, 2001 at 07:27:27PM -0300, Juan wrote: > Hi Kent, > > Thanks for answer. > > > > > iface lo inet loopback > > > iface eth0 inte static > > >address 192.168.66.1 > > >netmask 255.255.255.0 > > > >iface eth0 inte static > > > >should be inet > Sorry. It was

Re: Ethernet device

2001-06-23 Thread ktb
On Sat, Jun 23, 2001 at 06:32:55PM -0300, Juan wrote: > > > > >Configure the network interface in /etc/network/interfaces. See > >manpage interfaces(5) for the syntax. > > I think that I miss something. > Is rtl8139.o module for eth0 configured within /etc/network/interfaces? > > iface lo inet l

Re: Ethernet device

2001-06-23 Thread Juan
Configure the network interface in /etc/network/interfaces. See manpage interfaces(5) for the syntax. I think that I miss something. Is rtl8139.o module for eth0 configured within /etc/network/interfaces? iface lo inet loopback iface eth0 inte static address 192.168.66.1 netmask 255.255.

Re: Ethernet device

2001-06-23 Thread Forrest English
edit /etc/network/interfaces -- Forrest English http://truffula.net/~forrest "When we have nothing left to give There will be no reason for us to live But when we have nothing left to lose You will have nothing left to use" -Fugazi On Sat, 23 Jun 2001, Juan wrote: > Hi, > > - I updated /e

Re: Ethernet device

2001-06-23 Thread ktb
On Sat, Jun 23, 2001 at 04:40:51PM -0300, Juan wrote: > Hi, > > - I updated /etc/hosts and /etc/networks. > - ifconfig eth0 192.168.66.1 > - ping 192.168.66.1 or other IP within my lan is working > > Bu when I restart my machine, the Ethernet is not working anymore. > How can I configure to activ

Re: Ethernet device

2001-06-23 Thread Moritz Schulte
Juan <[EMAIL PROTECTED]> writes: > Bu when I restart my machine, the Ethernet is not working anymore. > How can I configure to activate my Ethernet device at start? Configure the network interface in /etc/network/interfaces. See manpage interfaces(5) for the syntax. hth, moritz -