Rename NIC: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with "Raspian Stretch 9 using the MAC address as for the naming convention of the network card. To change this behaviour back to the default eth naming do the following. <pre> vi..." |
No edit summary |
||
Line 1: | Line 1: | ||
Raspian Stretch 9 | Raspian Stretch 9 uses the MAC address for the naming convention of the network card. To change this behaviour back to the default eth naming do the following. | ||
<pre> | <pre> |
Latest revision as of 01:07, 20 December 2017
Raspian Stretch 9 uses the MAC address for the naming convention of the network card. To change this behaviour back to the default eth naming do the following.
vi /boot/cmdline.txt
Add the following entry. Note: this file should contain no carriage return. One line only.
net.ifnames=0