Skip to content

Instantly share code, notes, and snippets.

@k0nsl
Created February 14, 2021 22:10
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 k0nsl/4c97609fc939fd673fd8cb2d67761e0f to your computer and use it in GitHub Desktop.
Save k0nsl/4c97609fc939fd673fd8cb2d67761e0f to your computer and use it in GitHub Desktop.
Centos 7 Wi-Fi Hotspot (nmcli)
This is probably the simplest way to create a Wi-Fi hotspot in Centos 7:
nmcli dev wifi hotspot ifname wifi-interface ssid "k0nsl-wifi" password "unsecure"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment