Having trouble sending TCP packets to the external network in 'Shared Mode(NAT)'. #6125
Unanswered
SiwonLim
asked this question in
UTM Help (macOS)
Replies: 1 comment
-
This is implemented using Apple's vmnet framework which is largely a black box. We don't really know how it works internally. |
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
-
Describe the issue
When I executed the idle scanning command with Nmap, 'nmap -Pn -p 80 -sI [test IP in external network] [target IP in local network]', I didn't receive any response from the external network.
According to this discussion page (#5067), the 'Shared Mode' in Network Mode is supposed to be the same as 'NAT'. But there seems to be an issue where some packets can't reach the external network during idle scanning using Nmap. Specifically, when sending [SYN, ACK] packets through the TCP protocol, the packets couldn't reach the external network. I'm curious about how 'Shared Mode' operates on UTM.
Configuration
Beta Was this translation helpful? Give feedback.
All reactions