Il giorno lun, 19/12/2022 alle 17.49 +0100, t_pol ha scritto:
> Created 2 files in /etc/systemd/network/
> 
>         10-persistent-lan1.link
>         10-persistent-lan2.link
> 
> with the following contents :
> 
> [Match]
> MACAddress=xx:xx:xx:xx:xx:xx
> [Link]
> Name=myname
> 
> it works.
> 
> Hope this is useful for you.

Yes, this is the only Network Manager modern way I have found to fix
and set custom network device name. 

I have use this method 

Thanks

> Create .link files in /etc/systemd/network/, that choose an explicit
> name or a better naming scheme for one, some, or all of your
> interfaces.
> For example:
> 
> cat > /etc/systemd/network/10-ether0.link << "EOF"
> [Match]
> # Change the MAC address as appropriate for your network device
> MACAddress=12:34:45:78:90:AB
> 
> [Link]
> Name=ether0
> EOF            
>             
http://junyelee.blogspot.com/2020/12/apparmor.html

-- 
Dario Lesca
(inviato dal mio Linux Fedora 37 Workstation)


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to