changes to setting up the ap
This commit is contained in:
parent
51d264a015
commit
57ec121f57
1 changed files with 1 additions and 4 deletions
|
@ -166,11 +166,8 @@ Then run again the update and upgrade.
|
|||
|
||||
## Setting up the Access Point
|
||||
|
||||
After upgrading to the latest debian bullseye, I needed to install dnsmasq for the interface wlan0 to work:
|
||||
|
||||
apt install dnsmasq
|
||||
|
||||
After that, the ap could be set up with the commands:
|
||||
On buster, the access point can be set up persistently with the commands:
|
||||
|
||||
nmcli con add type wifi ifname wlan0 mode ap con-name kaoscube ssid KaosCube ipv4.method shared
|
||||
nmcli con modify kaoscube wifi-sec.key-mgmt wpa-psk
|
||||
|
|
Loading…
Reference in a new issue