Re: Change eth0 to eno1

2021-10-26 Thread Felix Miata
Paul M. Foster composed on 2021-10-26 18:06 (UTC-0400): 
> Along about Debian 10, the standard first ethernet card interface for a 
> desktop machine, referred to as "eth0", was changed to "eno1". Just out 
> of idle curiosity, does anyone know why this was done? (It broke some 
> stuff on my machine.) 
> 


Getting eth0 back isn't hard:

-- 
Evolution as taught in public schools is, like religion,
based on faith, not based on science.

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata



Re: Change eth0 to eno1

2021-10-26 Thread Michael Castellon
for back the old names for the interfaces:
# nano /etc/default/grub
edit the line GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="net.ifnames=0
biosdevname=0"

# grub-mkconfig -o /boot/grub/grub.cfg
# reboot

On Tue, Oct 26, 2021 at 6:06 PM Paul M. Foster 
wrote:

> Folks:
>
> Along about Debian 10, the standard first ethernet card interface for a
> desktop machine, referred to as "eth0", was changed to "eno1". Just out
> of idle curiosity, does anyone know why this was done? (It broke some
> stuff on my machine.)
>
> Paul
>
>
>


Re: Change eth0 to eno1

2021-10-26 Thread Andy Smith
Hello,

On Tue, Oct 26, 2021 at 06:06:18PM -0400, Paul M. Foster wrote:
> Along about Debian 10, the standard first ethernet card interface for a
> desktop machine, referred to as "eth0", was changed to "eno1". Just out of
> idle curiosity, does anyone know why this was done? (It broke some stuff on
> my machine.)

There have probably been vast tomes written on this subject. A good
key phrase to search for is "predictable names" possibly with the
addition of "network device".

A good start is:

https://wiki.debian.org/NetworkInterfaceNames

Cheers,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Change eth0 to eno1

2021-10-26 Thread Paul M. Foster

Folks:

Along about Debian 10, the standard first ethernet card interface for a 
desktop machine, referred to as "eth0", was changed to "eno1". Just out 
of idle curiosity, does anyone know why this was done? (It broke some 
stuff on my machine.)


Paul