Difference between revisions of "NIC Issues in Linux"
Jump to navigation
Jump to search
(Created page with "https://askubuntu.com/questions/628217/use-of-predictable-network-interface-names-with-alternate-kernels sudo apt-get install biosdevname") |
|||
| Line 2: | Line 2: | ||
sudo apt-get install biosdevname | sudo apt-get install biosdevname | ||
| + | |||
| + | |||
| + | etc/default/grub | ||
| + | |||
| + | Change to: | ||
| + | |||
| + | GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0" | ||
Latest revision as of 05:40, 24 July 2020
sudo apt-get install biosdevname
etc/default/grub
Change to:
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"