Closed hacktek closed 2 years ago
Lol. As soon as I posted this it occurred to me to turn off the firewall.
We're done here :P
You should not turn off the firewall, this might leak data out of the vpn. Check the wiki page on port forwarding and use FIREWALL_VPN_INPUT_PORTS
Is this urgent?
No
Host OS
Ubuntu 18.04
CPU arch
x86_64
VPN service provider
Windscribe
What are you using to run the container
docker run
What is the version of Gluetun
Running version latest built on 2022-06-29T12:27:08.014Z (commit 9f959db)
What's the problem 🤔
Glutun is running on OpenVPN and has a container linked like so:
docker run -d --name embyserver --volume /etc/localtime:/etc/localtime:ro --volume /opt/emby:/config --volume /mnt/unionfs/Media:/data -v /mnt:/mnt -v /tmp:/tmp -v /dev/shm:/dev/shm --env UID=1000 --env GID=1000 --env GIDLIST=1000 --network=container:windscribe emby/embyserver:latest
The interface is available on the linked container:
And traceroute is going out via the VPN:
Port forwarding is set up on windscribe:
10059->8096
And even though this works fine on the container:
It never connects...
Am I doing something wrong?
Share your logs
Share your configuration