Skip to main content

All Questions

Tagged with
0 votes
1 answer
216 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 ...
0 votes
0 answers
245 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 ...
1 vote
0 answers
861 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 ...
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 ...