donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python & Vue.js
https://donaldzou.github.io/WGDashboard-Documentation/
Apache License 2.0
1.63k stars 248 forks source link

Web GUI cannot be accessed if VPN connection is established #508

Closed Ferohers closed 20 hours ago

Ferohers commented 1 day ago

Describe The Problem I use the docker version. It works without an issue. However the GUI cannot be accessed if VPN is active on the computer. I think it might be related to iptables.

To Reproduce Connect the VPN. Go visit the GUI.

OS Information:

Sample of your .conf file docker compose default

DaanSelen commented 1 day ago

I can reproduce. And because of the routing... Can you try accessing 10.0.0.1:10086 once you are connected?

Ferohers commented 20 hours ago

Yes, 10.0.0.1:10086 works.