Multiple Physical Interfaces #78
Replies: 2 comments 4 replies
-
Hello @xshadowtrooperx ! The traffic will exit from the docker network, to the docker host. From there, the traffic will follow the host traffic routing table. So if your host is already redirecting the traffic through multiple network interfaces, the traffic will follow the same route. Unless you have some firewall rules dropping or rejecting the traffic to your local network, or you have some peer configured networks conflicting with your LAN, there's actually nothing to change on your wireguard_webadmin. Cheers! |
Beta Was this translation helpful? Give feedback.
-
After playing with the routes I was able to enable the desired behavior. One more thing. Say I had a client connect, and I wanted to be able to send traffic to the client from the virtual machine. I can ping the "gateway" of the VPN's subnet from the host virtual machine but not the actual device. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running this on a virtual machine that has access to 2 physical ethernet ports. I want to use one ethernet port for encrypted traffic to the internet and the other to connect clients to local LAN resources.
Right now it seems like it is trying to route all traffic through a single interface which halves available bandwidth.
How might I go about configuring such a setup?
Beta Was this translation helpful? Give feedback.
All reactions