Skip to main content

All Questions

Tagged with
23 questions with no upvoted or accepted answers
2 votes
0 answers
3k views

Correct way to route container's traffic through wireguard without leakage, but UI access for LAN connections

I am currently trying to figure out the correct way to route "all" traffic of specific (rootless) docker containers through Wireguard while on the one hand preventing any leakage (if the ...
BB_'s user avatar
  • 21
2 votes
0 answers
147 views

Change NordVPN tun interface name

I want to run NordVPN in multiple docker containers. When using the host network the NordVPN client creates and uses a tun0 device. However, when running a second container, it is trying to create and ...
5t4cktr4c3's user avatar
2 votes
0 answers
473 views

Missing route from docker interface to vpn

The current pandemic has forced me, like most of you I assume, to work from home. Working from home made me aware of a limitation with my setup. And my lacking networking knowledge is not enough to ...
Pär's user avatar
  • 121
2 votes
0 answers
334 views

IKEv2 client on Alpine?

I'm trying to connect a docker container to a IKEv2 vpn (algo). But googling hasn't helped me in figuring out how to use alpine as a client. How can I set up alpine 3.8 to be a IKEv2 VPN client? ...
cclloyd's user avatar
  • 812
1 vote
0 answers
129 views

How do I limit access to a port of a docker container with iptables?

I have a docker host running a container on a bridged network, providing vpn access to a endpoint on multiple ports (one for each system on the remote network). Now i want to limit the access to that ...
bvsta's user avatar
  • 11
1 vote
1 answer
769 views

How to bypass the vpn tunnel for a single docker container using nftables?

I am trying to come up with a solution to bypass the vpn tunnel in the incoming and outgoing docker container. The VPN I'm using is Mullvad VPN and in the split tunneling section they have addressed ...
Farhood ET's user avatar
1 vote
0 answers
183 views

Forward some traffic through docker image?

My VPN runs in a docker container. I recently switched to Mac, which made this problematic, since docker for Mac does not support --network host. I now have to run all my VPN needs in docker ...
user93114's user avatar
1 vote
0 answers
856 views

How to configure docker for windows to correctly route via cisco AnyConnect with split tunnels

I am running Docker Desktop 4.6.1 on Windows 10. I am connected to a vpn via Cisco AnyConnect 4.10.02086. AnyConnect has several secured routes defined, e.g. 10.1.160.0/24 Non-Secured routes is ...
crowne's user avatar
  • 245
1 vote
0 answers
344 views

Chaining VPNs by docker

I want to use Lokinet over a primary vpn. The way I know (I'm noob) is using two docker containers one for primary VPN and one for Lokinet. So I created a docker for primary VPN called openvpn (it ...
East Activist's user avatar
1 vote
0 answers
582 views

Docker portainer + nginx + vpn

I have a docker install that is running portainer and nginx as a proxy so subdomain.XXXXX.xyz redirects on port 80 to the port the Container is running in. this part is working correctly but I am ...
IcePops's user avatar
  • 11
1 vote
0 answers
285 views

openvpn server sometimes work on client with terminal, but not with networkmanager

I am trying to get my openvpn server and client working. My server is a cent os 7 mashine and my client is mint sylvia. I followed this tutorial on youtube with docker(link german) This are the ...
c00L's user avatar
  • 111
0 votes
1 answer
204 views

Route docker network traffic through cisco VPN connection on host

I have a bridge docker network and want the containers to be able to access devices on my company LAN through the CiscoAnyConnect VPN. (i.e. I want to route traffic from docker0 to cscotun0 However, I ...
Rob Audenaerde's user avatar
0 votes
1 answer
173 views

Wireguard queries showing up in PiHole, but no return packets are recieved by the client

I've got a docker bridge network with Wireguard and PiHole containers running within. I've forwarded all necessary ports, and using 192.168.1.208 (My server ip) as my DNS in the router works great on ...
techgenius101's user avatar
0 votes
0 answers
113 views

High availability Server + NAS - TrueNas + Docker

For some time now I have been toying with the idea of having my own server to be able to deploy my applications, web pages, etc. My father has presented me with the idea that he wants to have a NAS to ...
jesusfj710's user avatar
0 votes
0 answers
235 views

Redirecting specific IP and Port to a Docker container on Windows: need guidance

Goal is to provide more than one VPN connection from one computer and redirect traffic. I'm currently trying to do this via Docker desktop. I created a dockerfile. FROM ubuntu:latest RUN apt-get ...
Anıl's user avatar
  • 1

15 30 50 per page