Created
June 7, 2018 18:27
-
-
Save machinekoder/00bf60e52eec0a3df6bf7177c3d7c2a7 to your computer and use it in GitHub Desktop.
place in /etc/NetworkManager/system-connections/ to create a AP hotspot under Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[connection] | |
id=Hotspot | |
uuid=bd4058b4-f99e-48f9-ac88-26513b9ac517 | |
type=wifi | |
autoconnect=true | |
permissions= | |
[wifi] | |
hidden=false | |
mac-address=00:0F:60:06:EE:BE | |
mac-address-blacklist= | |
mode=ap | |
ssid=SandyBox-AP | |
[wifi-security] | |
group=ccmp; | |
key-mgmt=wpa-psk | |
pairwise=ccmp; | |
proto=rsn; | |
psk=sandybox123 | |
[ipv4] | |
dns-search= | |
method=shared | |
[ipv6] | |
#addr-gen-mode=stable-privacy | |
#dns-search= | |
#method=ignore | |
method=auto | |
ip6-privacy=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Manual start/stop: