Skip to content

Commit

Permalink
Update Bridged_Wireless_Access_Point.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr authored Jul 24, 2024
1 parent 17fd846 commit 139430b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions home/AP_Mode/Bridged_Wireless_Access_Point.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,19 @@ This setup supports WPA3.

Note: This guide uses systemd-networkd for network management. If your Linux distro uses Network Manager or Netplan (Ubuntu), they need to be disabled, removed or configured to not manage the interface that you plan to use as an AP. If you are using Ubuntu, there is a section at the end of this guide that shows you how to remove Netplan as well as Network Manager.

Disable NetworkManager.
How to keep Network Manager from causing problems.

Note: For systems NOT running the Gnome desktop, purging Network Manager is the easiest solution.
Tell Network Manager to ignore specific devices.

```
sudo apt purge network-manager
sudo nano /etc/NetworkManager/NetworkManager.conf
```

add

```
[keyfile]
unmanaged-devices=interface-name:wlan0
```

#### Tested Setup
Expand Down

0 comments on commit 139430b

Please sign in to comment.