Skip to main content

All Questions

Tagged with
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
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
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
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