Difference between revisions of "Netplan: wifi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " network: ethernets: eno1: addresses: - 10.150.15.25/24 wifis: wlx18d6c7116805: dhcp4: yes dhcp6: yes access-points:...") |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | vi /etc/netplan/00-installer-config-wifi.yaml | ||
network: | network: | ||
ethernets: | ethernets: | ||
− | + | enp0s31f6: | |
addresses: | addresses: | ||
- 10.150.15.25/24 | - 10.150.15.25/24 | ||
wifis: | wifis: | ||
− | + | wlp2s0: | |
dhcp4: yes | dhcp4: yes | ||
dhcp6: yes | dhcp6: yes |
Latest revision as of 05:38, 15 August 2023
vi /etc/netplan/00-installer-config-wifi.yaml
network: ethernets: enp0s31f6: addresses: - 10.150.15.25/24 wifis: wlp2s0: dhcp4: yes dhcp6: yes access-points: "IDontLikeSand15": password: "Supersecure123" version: 2 renderer: NetworkManager