-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to OpenWRT after enabling PIA VPN #191
Comments
to fix your trouble try download this fix, i see it in another issue, |
1 similar comment
to fix your trouble try download this fix, i see it in another issue, |
To anyone that sees this, please do not follow those links. They are very likely malware. |
Hello, I am trying to set up an openWRT VPN container in Proxmox. I have managed to set it up such that when I enable the vpn, all the containers that are connected to the lan bridge of the OpenWRT container get assigned IP addresses by openWRT and get public facing IPs behing the PIA VPN. The issue I am running into right now is as soon as I enable the VPN, I can no longer ping the openWRT container from my home network and I cannot connect to the web server. That being said, typing
ip a
inside the OpenWRT container shows me that I do in fact have an IP assigned by my actual router (same IP I used to connect to the web interface before I couldnt anymore). As soon as I disable the VPN by editing/etc/config/openvpn
I am able to connect to the container again. Can anyone help me with this? For reference I used 172.20.20.1/24 as the lan IP of the OpenWRT router (its wan IP is 10.0.2.95).The text was updated successfully, but these errors were encountered: