-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Network configuration when host machine uses VPN #3634
Comments
The solution is to use Emulated VLAN, that will use port forwarding from the host machine. |
Seems to be an issue with vmnet. Reopening for a proper fix. |
Any update here? |
You should note that a VM created with lima which uses qemu as the backend, does not have this problem and the networks behind the VPN are correctly accessible by the guest VM |
Your VPN might disable IP Forwarding. That is the case with the AWS Client VPN. My experience is - After connecting your VPN (on the host), try enabling IP Forwarding on the host: |
My host machine uses VPN to connect to the company network. I am willing to access a repository in that server from the VM, and I keep getting a time out failure.
I am using a Shared Network configuration, and tested also with the bridged one with no success
Configuration
The text was updated successfully, but these errors were encountered: