Replies: 1 comment
-
After futher
If the destination of a TCP package is 192.168.0.66, it can be correctly MAC NATed to the debian VM. Just like the ping package can response without problem. For the routed traffic, the destination IP varies, but the Layer 2 MAC desticaiton is still I am not sure how to forward the package to the VM. If you have any ideas, please let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have set up a Debian virtual machine (VM) using UTM on macOS, configured with a bridge network to obtain an IP in the same subnet as the host. The debian VM has ipv4 forward setup correctly, as another Windows VM on the same bridge network can access the internet through Debian's forwarding.
However, external devices like my phone, despite being configured to use Debian as the router (192.168.0.66), cannot access the internet.
The macOS firewall is disabled.
My question is - How to make the VM work as a router on MacOS UTM??
What I observed:
I can ping the Debian VM successfully from my phone.
On Mac, using
tcpdump -i en0
andtcpdump -i vmenet0
, I observed that web requests from my phone reachen0
but do not pass tovmenet0
.Interface Configurations:
Any tips are welcome and appreciated!
Beta Was this translation helpful? Give feedback.
All reactions