-
Notifications
You must be signed in to change notification settings - Fork 244
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
Crc on macos(hyperkit) network(bridge mode) issue #1034
Comments
We will not support VMware (we never did for CRC), as it is the same story for VirtualBox #838 However, I am not familiar with NAT for Hyperkit? Where did you see this possibility? |
did look into this again, and the situation hasn't changed; the way around this is to use vpnkit. at the moment we do not support this. |
Vmware is an typo, so the actual situation would be if you install crc localy and need to reach from the inside of crc resources like DB's, which are only available from VPN. So you fire up your favorite VPN, and the issue it that VPN discards all packets which doesn't have(originate) source IP address of your local machine where the VPN is fired up. Because hyperkit has such routing that packets from VM are not SNAT-ed to local machine IP VPN discard those packets. VritualBOX has the "right way"NAT implementation. I read about vpnkit, and it sound that it would be a solution for this situation. Is it possible for me to get prerelease version of crc which does have vpnkiti implemented? |
The issue is solved with enabling ip.forwarding and NAT-ing traffic from crc host interface to VPN interface with VPN interface IP(sNAT). |
Right, and this is related to how the VPN is condfigured (the route-all rule). We will look into possible solutions, but for now this would be to reconfigure your client and disallow the netwerksegments for libvirt and crc, or even
Currently not worked on. You can however use a VM with VPNkit alongside it for now as a workaround. |
Hello, I am having exact same issue. My deployments should access certain sources which are accessible only with the VPN. @gsustek mentioned @gsustek Can you please guide me? How can I do the same? Using MAC OS Catalina, and Thank you. |
On macOs after crc version 1.2, hyperkit is the only hypervisor supported. Currently, Hyperkit network is configured in bridged mode and not configured as a NAT mode, which makes an issue with VPN clients which only allow/pass connections from domicile host.
Is it possible to start/configure crc/hyperkit to switch to NAT mode or bring back vmware support.
Regards,
Goran.
The text was updated successfully, but these errors were encountered: