User Tools

Site Tools


ubuntu:network_-_netplan:connection_to_wifi_open_network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:network_-_netplan:connection_to_wifi_open_network [2020/07/15 09:30] – external edit 127.0.0.1ubuntu:network_-_netplan:connection_to_wifi_open_network [2021/01/07 11:00] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - Network - Netplan - Connection to Wifi Open Network ====== 
- 
-Here is a working YAML file for connection to local WPA2 wifi Network. 
- 
-Create this file in /etc/netplan. 
- 
-<file bash /etc/netplan/open.yaml> 
-network: 
-    version: 2 
-    wifis: 
-        wlan0: 
-             renderer: NetworkManager 
-             match: {} 
-             dhcp4: true 
-             access-points: 
-                 "open network": {} 
-</file> 
- 
-<WRAP center round info> 
-An assumption is that there is only one wifi device in the system.  If this is not true, replace **match: {}** with something more specific. 
-</WRAP> 
- 
-<WRAP center round important> 
-In YAML, indentation matters, so ensure that this is maintained in the YAML config file. 
-</WRAP> 
- 
- 
-Run the following to enable the change: 
- 
-<code bash> 
-netplan generate;  
-netplan apply 
-</code> 
- 
-and things should work.  
- 
- 
-You can file bugs on [[https://bugs.launchpad.net/netplan|Launchpad]]. 
  
ubuntu/network_-_netplan/connection_to_wifi_open_network.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki