I have two systems. One has a public IP (system A). Another one is inside my private LAN with IP 192.168.170.131(system B) inside a VM.
I connected both systems to the same tunnel.
I am using IP include list, I added 100.96.0.0/12 and 192.168.170.131/32 to include lists. I also added 192.168.170.131/32 as part of my routes to be routed through the created tunnel.
Tunnel is just built and no other configurations exists.I enabled WARP to WARP connection, overriding IPs, and Proxy settings with enabling TCP, UDP, and ICMP.
All firewalls are disabled.
Systems can ping each other using their assigned WARP IPs, and there is no problem with it.
However, when I want to ping 192.168.170.131 from system A, through tcpdump, I can see ping packets arrive at system B but no response is generated. I also tried to reach an HTTP server on system B but the same issue is there; I get the SYN packets but no response is generated at system B.
I was wondering have anybody faced a similar issue, and if yes, how they solved it.
I appreciate your responses.