Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 20280  / 1 Year ago, thu, march 16, 2023, 10:48:20

My ubuntu 13.04 machine (ASUS M2n32SLI deluxe mobo) is loading one of two interfaces on the motherboard as "rename3". The other interface is eth0. No cable connected on eth0.




  1. Why is this so ?

  2. How do I fix this? I want to retain dynamic dns.


More From » networking

 Answers
5

How to rename Network interfaces:



Here is one solution, on how to rename the interface. Most likely, there was something which went wrong under the setup of the device, so, let's roll on with it:



Open the file




/etc/udev/rules.d/70-persistent-net.rules




And look for "rename3" in it.
You will find this: NAME="rename3" on a pretty long line, so i suggest that you open the file in "gedit", and search for that word by pressing ctrl+f.



Command for that: sudo gedit /etc/udev/rules.d/70-persistent-net.rules



When you find it, edit it to desired name, like NAME="wlan0" (if not taken) or something, that you can recognize it easily.



On the same line, you'll find another parameter called KERNEL=="rename3". You don't have to edit this "kernel" parameter, as i am unsure myself what it is for. It works without changing that.



Now save the file, and close it.






After doing this, remember also to check your /etc/network/interfaces file to reflect the interface’s name change.



Restart the service:



/etc/init.d/networking restart



Done!


[#29135] Saturday, March 18, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
musining

Total Points: 171
Total Questions: 124
Total Answers: 121

Location: Zambia
Member since Thu, Jun 25, 2020
4 Years ago
;