I'm hoping that someone in this thread can help me.
I was looking to set up a Wireguard VPN client connection to AirVPN. I downloaded a .conf file from their site and ran the wg-quick command from the console to start it:
Code:
wg-quick up ./wg10.conf
Unfortunately, I did not realize that this would make my local http access to the server unavailable.

I am able to access the console using a keyboard and monitor and it reports the same local IP address for GUI access, but that URL is not accessible. None of the web apps are accessible. Console output also seems to indcate that apps are not able to reach each other through their local IP address.
I have tried taking down the Wireguard VPN using:
Code:
wg-quick down ./wg.conf
This seems to run successfully, however my local http access is not restored. I've tried rebooting after running this command and it doesn't help.
I also tried restoring a backup created using HeavyScript. This didn't work either, as access via the local IP is still not working.
Clearly I shouldn't have been playing with this without fully understanding it. I'd appreciate if anyone could help me.