-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate/Tshoot k8s hostNetwork #1535
Comments
The isue here is the FirewallMark for exit node that is conflicting with some k8s implementation with nexodus/internal/nexodus/nexodus_linux.go Line 97 in 30b7ec5
|
@nerdalert exit node wasn't being used here, right? so why is the mark used? |
@russellb since exit node can be toggled on and off its pre-provisioned there. I can't really come up with a work around other than tearing the interface down if exit node client is toggled. Any ideas? |
Ran into an issue where
hostNetwork: true
was not getting wg traffic off the host. The issue was in an EC2 OCP deployment so we should look at that as well as vanilla k8s.The following was failing. If you remove
hostNetwork: true
everything works in the symmetric NAT environment:Tested so far:
docker run --rm -it --network host --cap-add SYS_MODULE --cap-add NET_ADMIN --cap-add NET_RAW quay.io/nexodus/nexd
The text was updated successfully, but these errors were encountered: