Thursday, January 09, 2020

How to Change Default Network Name to old “eth0” on Ubuntu

Edit your /etc/default/grub changing the line from

GRUB_CMDLINE_LINUX=""

to

GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"

and, finally:

$ sudo update-grub
and reboot your system:

$ sudo reboot

No comments: