Setting Network Device Name to Legacy (eth0)
See Also
Edit the default grub file.
$ nano /etc/default/grub
Modify the following:
GRUB_CMDLINE_LINUX_DEFAULT=""
# to
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 biosdevname=0"
See Also
Edit the default grub file.
$ nano /etc/default/grub
Modify the following:
GRUB_CMDLINE_LINUX_DEFAULT=""
# to
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 biosdevname=0"