I want to change naming scheme for network interfaces for the classic one (eth0, eth1, etc). Is it possible to an already installed Ubuntu 16.04 machine?
Asked
Active
Viewed 267 times
2
1 Answers
-1
It is possible, edit the following file with your favorite editor (vi for example)
vi /etc/udev/rules.d/70-persistent-net.rules

mattias
- 699
- 6
- 17
-
On my 16.04 system,
/etc/udev/rules.d/70-persistent-net.rules
does not exist. How about yours, @mattias? – chili555 Jul 13 '16 at 01:03 -
Wops, assumption is the mother of all f.... It exists in Ubuntu 14.0.4 so I just assumed the same for 16.04. – mattias Jul 13 '16 at 17:21
80-net-setup-link.rules
as in option1. Reference: https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ – user.dz Jul 13 '16 at 12:31