This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 109
MACVLAN Setup #53
Comments
To troubleshoot, I would see if it works with the kill switch disabled. If that doesn't fix it, try fiddling with the |
adding I dont fully understand what is happening, but is there a way to keep the KILL_SWITCH enabled and make it work? |
Additional information:
NOT WORKING WITH KILLSWITCH:
|
Hmm... Those chains look fine to me. I would expect this line:
would be enough to allow the traffic in. Can you also add the output of |
Had a similar issue trying out with another container. Got a fix/workaround here: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! First of all: thanks for this container. It seems to be really amazing.
I've been fiddling around with this container and it seems to work fine whenever you use
--net=container:vpn
. However, in my real setup i use multiple docker hosts which, for various reasons, have containers that use a macvlan network setup. So in short, i have something like this:then after that i want to spin up my containers like this:
This should be routed through the VPN container. Somehow the VPN container doesn't seem to accept traffic from this IP range (assumption). If i, at this point, create another container using the
--net=container:vpn
flag, this seems to work fine (traffic from the last container is being routed through the VPN container).Is there anything needed to whitelist any additional incoming IP's?
The text was updated successfully, but these errors were encountered: