2

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?

user.dz
  • 49,176

1 Answers1

-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
  • 719