netplan: Is there a way to set the name of a wifi interface to an easier one?
1
vote
1
answer
536
views
Using netplan / networkd for wifi and I'd like to do the following
network:
version: 2
wifis:
wlx1cbfceac3e27:
match:
macaddress: 01:d2:f3:c4:95:96
set-name: wlan0
dhcp4: no
addresses:
- 192.168.10.2/24
access-points:
"Linux is the best":
password: "yobeach"
However, netplan interjects
networkd backend does not support wifi with match:, only by interface name
Since
set-name
requires a match
, is there another way in the netplan syntax to change the name to wlan0 (not using udev
)
Asked by Déjà vu
(656 rep)
Feb 11, 2024, 04:32 PM
Last activity: Feb 17, 2024, 02:38 PM
Last activity: Feb 17, 2024, 02:38 PM