I have a Windows 11 Hyper-V host with two guests, Windows Server 2012, and Debian 12, both has web servers.
From host I can reach web server on Windows Server 2012 but cannot reach web server on Debian. Ping from host to Debian guest is OK, and vice versa. From Debian I can access Windows Server web server.
- Virtual machines are connected via External Virtual Switch. From local browser on Debian I see the home page on the same machine.
- Tested Apache and python web servers with identical results.
- Disabling the ufw didn't help.
- Host IP is .108, Debian guest IP is .107. When trying to access home page in guest from host Wireshark packets captured showed:
> 192.168.100.108 192.168.100.107 TCP 66 52165 → 80 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 WS=256 SACK_PERM > 192.168.100.107 192.168.100.108 ICMP 94 Destination unreachable (Communication administratively filtered) > 192.168.100.108 192.168.100.107 TCP 66 52166 → 80 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 WS=256 SACK_PERM > 192.168.100.107 192.168.100.108 ICMP 94 Destination unreachable (Communication administratively filtered) > 192.168.100.107 192.168.100.108 ICMP 94 Destination unreachable (Communication administratively filtered) > 192.168.100.108 192.168.100.107 TCP 66 [TCP Retransmission] 52165 → 80 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 WS=256 SACK_PERM > 192.168.100.108 192.168.100.107 TCP 66 [TCP Retransmission] 52166 → 80 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 WS=256 SACK_PERM > 192.168.100.108 192.168.100.107 TCP 66 52167 → 80 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 WS=256 SACK_PERM > 192.168.100.107 192.168.100.108 ICMP 94 Destination unreachable (Communication administratively filtered) > 192.168.100.107 192.168.100.108 ICMP 94 Destination unreachable (Communication administratively filtered) Any clue of what is happening would be appreciated.