testdasi / openvpn-client-aio

"All-in-one" docker for all your private browsing needs. OpenVPN client, HTTP + Socks + TOR proxies, DNS-over-TLS.
GNU General Public License v3.0
24 stars 4 forks source link

Connection issue #5

Open Obsidiannite21 opened 3 years ago

Obsidiannite21 commented 3 years ago

Hello, see attached log. I used the configuration you provided with only 1 change: HOST_NETWORK - my router is on 192.168.0.1. My RPI4 is at 192.168.0.155 so I configured SwitchyOmega Proxy for Chrome to use 192.168.0.155:8118 but I can't hit the internet. It looks like the VPN is configured correctly because 94.140.11.62 is not my public IP address. How else I can troubleshoot this issue? There is only 1 error in the log but it seems to be related to TOR. I've tried all of the services but none work. I have other containers running on the PI (portainer as an example) and I can access that without issue. Your project looks like a fantastic AIO solution for my home network so I really wanted to get it to work but I'm stuck.

_openvpn_client_logs.txt

Obsidiannite21 commented 3 years ago

I figured it out... it wasn't your container. The HOST_Network needed an IP of 192.168.0.0/24 to be a property CIDR address as you suggested.