You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One possible workaround is to route bridge100 traffic to the tun used by your VPN software.
For Instance, Tunnelblick was using utun3.
So to route all traffic from bridge100 to utun3. The following steps can be used,
After the nat … line (if there is one, otherwise at the end) in /etc/pf.conf, add the below line: nat on utun3 from bridge100:network to any -> (utun3)
Describe the bug
VM access to internet is not working when connected via VPN
To Reproduce
Steps to reproduce the behavior:
macvz start docker
macvz shell docker
Expected behavior
Network connectivity should work fine
The text was updated successfully, but these errors were encountered: