Change interface name
by vbsk456 from LinuxQuestions.org on (#50HYK)
hi, sorry for my English my knowledge about Linux is very sample...
I'm with Debian Buster
so, I to try to change my interface name, I to do it,
- turn off my interface name
Code:sudo ip link set dev enp31s0 down- build a link.link,
Code:sudo nano /etc/systemd/network/10-internet.linkand write,
Code:
[Match]
mac address from network device
[Link]
Name= here write my new interface nameComputer reboot
My question, before these steps should create a symbolic link, like this,
Code:ln -s /dev/null /etc/udev/rules.d/75-net-setup-link.rules


I'm with Debian Buster
so, I to try to change my interface name, I to do it,
- turn off my interface name
Code:sudo ip link set dev enp31s0 down- build a link.link,
Code:sudo nano /etc/systemd/network/10-internet.linkand write,
Code:
[Match]
mac address from network device
[Link]
Name= here write my new interface nameComputer reboot
My question, before these steps should create a symbolic link, like this,
Code:ln -s /dev/null /etc/udev/rules.d/75-net-setup-link.rules