Skip to content

Instantly share code, notes, and snippets.

@fristonio
Created July 26, 2018 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fristonio/2d2b7bd7886987036f830c26cd963178 to your computer and use it in GitHub Desktop.
Save fristonio/2d2b7bd7886987036f830c26cd963178 to your computer and use it in GitHub Desktop.
Sample NetworkManager config for hotspot
[connection]
id=hotspot
uuid=b627a77b-a032-413e-847e-cd5def7c555e
type=wifi
interface-name=wlp3s0
permissions=
secondaries=
autoconnect=true
[wifi]
band=bg
mac-address=[WIFI interface MAC address]
mac-address-blacklist=
mode=ap
seen-bssids=
ssid=[HOTSPOT name]
[wifi-security]
group=
key-mgmt=wpa-psk
pariwise=
proto=
psk=papasboy
[ipv4]
dns-search=
method=shared
[ipv6]
dns-search=
method=auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment