673 B
673 B
Procedure
-
Sign in as root user
-
Open
/etc/default/grub
with nano, e.g.nano /etc/default/grub
-
Add
net.ifnames=0
to theGRUB_CMDLINE_LINUX_DEFAULT
option, e.g.GRUB_CMDLINE_LINUX_DEFAULT="... net.ifnames=0"
!!! warning "Caution"
Be mindful of the existing options set for `GRUB_CMDLINE_LINUX_DEFAULT`. Append `net.ifnames=0` to the end of them if they exist. The `...` in the example above indicates an indeterminate amount of options irrelevant to the guide.
-
Save and run
update-grub && reboot
-
Finally, run
ip address
to inspect network interfaces for names likeeth0
andeth1