-
Notifications
You must be signed in to change notification settings - Fork 9
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
dhyve vm can not access VPN'ed resources #44
Comments
this would require a bit different network setup than what dhyve currently does.. i think you'd have to set up a tun interface and tell xhyve (the virtualization software) to use that instead of the standard virtio-net interface that it currently uses. i'd have to do some research to figure out how to make this work. |
Hi Nathan, Thanks for your help. Did some more digging:
Seems like there is a special case in virtio-net somewhere that makes the NAT happen. Any idea where that might be? |
i honestly couldn't tell you. this sounds like something that we need to solve at the xhyve level |
Filed machyve/xhyve#84, maybe we can find out some more that way. |
great, thanks for linking to it here. that'll be useful information |
It seems dhyve does not cope well with Cisco AnyConnect based VPNs. Servers behind the VPN are pingable from the host, but not from the dhyve guest.
I'm assuming the host does not know that it should route between the bridge and the VPN. Any ideas on how to achieve this?
The text was updated successfully, but these errors were encountered: