Replies: 2 comments
-
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.
-
I'm having similar issues. I've spent lots of time trying to figure out how to set up an Ubuntu VM as a router to give connectivity to other Ubuntu VMs on UTM's Emulated VLAN. What I've tried so far doesn't seem to be working, which includes manually configuring the Advanced Network settings in each Ubuntu instance's Emulated VLAN network interface in UTM's settings. I've also configured the router's persistent iptable, as well as all of my instance's Netplan file to route through the Router VM. I'm beginning to think that UTM doesn't support it for MacOS... the documentation gives very little insight or information. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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