- Turn off the VPN:
sudo nmcli con down Bebus-VPN
- Top NetworkManager:
sudo systemctl stop NetworkManager
- Find the configuration file:
sudo grep -Ril "connman" /etc/systemd/
- Use nano or vim for editing connman file:
sudo vim /etc/systemd/system/multi-user.target.wants/connman.service
-
Change launch of connman from
ExecStart=/usr/sbin/connmand -n
toExecStart=/usr/sbin/connmand -n --nodnsproxy
. -
Reload config changes.
sudo systemctl daemon-reload
- Restart connman to free up port 53:
sudo systemctl restart connman.service
- Restart Pi-Hole:
sudo systemctl restart pihole-FTL.service
- Check who is listenning port 53:
sudo ss -nltup sport = 53
- Check Pi-Hole Status:
pihole status
Turn on hotspot: https://www.tomshardware.com/how-to/raspberry-pi-access-point