Replies: 2 comments
-
Just want to confirm that I am seeing the same issue. I have tried
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@stephaje |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I set up docker containers with my service and nordVPN, but I can access the web of my container only if the request is made to the local network (127.0.0.1:port). NETWORK environment is right and I am sure that my service is working
To Reproduce without docker CLI
docker-compose.yml if used (hide credentials)
Expected behavior
I can access my webUI from public IP
Logs
++ cat /etc/timezone
++ date -Iseconds
[2021-10-30T10:43:29+00:00] Firewall is up, everything has to go through the vpn
++ ip -o addr show dev eth0
++ awk '$3 == "inet" {print $4}'
++ awk '$3 == "inet6" {print $4; exit}'
++ ip -o addr show dev eth0
++ date -Iseconds
[2021-10-30T10:43:29+00:00] Enabling connection to secure interfaces
++ date -Iseconds
[2021-10-30T10:43:29+00:00] Enabling connection to nordvpn group
++ date -Iseconds
[2021-10-30T10:43:29+00:00] Enabling connection to docker network
++ ip route
++ awk '/default/ {print $3}'
[2021-10-30T10:43:29+00:00] Enabling connection to network 0.0.0.0/0
++ date -Iseconds
RTNETLINK answers: File exists
[2021-10-30T10:43:29+00:00] Restarting the service
++ date -Iseconds
++ date -Iseconds
[2021-10-30T10:43:29+00:00] Waiting for the service to start
++ date -Iseconds
[2021-10-30T10:43:29+00:00] Logging in
Welcome to NordVPN! You can now connect to VPN by using 'nordvpn connect'.
++ date -Iseconds
++ nordvpn -version
[2021-10-30T10:43:30+00:00] Setting up NordVPN Version 3.10.0
Technology is successfully set to 'NordLynx'.
Subnet 172.20.0.0/16 is whitelisted successfully.
Subnet 0.0.0.0/0 is whitelisted successfully.
Port 8085 (UDP|TCP) is whitelisted successfully.
Technology: NordLynx
Firewall: enabled
Kill Switch: disabled
CyberSec: disabled
Notify: disabled
Auto-connect: disabled
IPv6: disabled
DNS: disabled
Whitelisted ports:
8085 (UDP|TCP)
Whitelisted subnets:
172.20.0.0/16
0.0.0.0/0
++ date -Iseconds
[2021-10-30T10:43:30+00:00] Connecting...
Connecting to Ukraine using as a proxy #60 (ua60.nordvpn.com)
You are connected to Ukraine using as a proxy #60 (ua60.nordvpn.com)!
Additional context
Dockerfile:
And index.sh
Beta Was this translation helpful? Give feedback.
All reactions