Hi everyione I have a strange network issue that i would like some help please to sort it out please. I have 3 virtual networks configured:
1 has public internet access 10.1.3.0/24
2 internal network 192.168.122.0/24 and 192.168.121.0/24
A virtual router (Untangle)is configured with 3 interfaces for one of each networks above as shown below:
WAN - 10.1.3.12/24
LAN1 - 192.168.121.14/24
LAN2 - 192.168.122.10/24
from the router i can ping machines on LAN1, LAN2 and the internet (i.e. over the WAN interface).
Neither from LAN1 nor LAN2 can I ping anything apart from the default gateway which is the corresponding LAN interface on the router. First thing that came to mind was NAT but as you can see below
these are 2 tcpdumps for the WAN and LAN2 interfaces during a ping to 8.8.8.8
–> WAN
18:12:42.506156 IP 10.1.3.12 > 8.8.8.8: ICMP echo request, id 2385, seq 300, length 64
18:12:42.549902 IP 8.8.8.8 > 10.1.3.12: ICMP echo reply, id 2385, seq 300, length 64
18:12:42.680640 IP 10.1.3.12.123 > 193.47.166.29.123: NTPv4, Client, length 48
18:12:42.820302 IP 193.47.166.29.123 > 10.1.3.12.123: NTPv4, Server, length 48
18:12:43.506195 IP 10.1.3.12 > 8.8.8.8: ICMP echo request, id 2385, seq 301, length 64
18:12:43.549368 IP 8.8.8.8 > 10.1.3.12: ICMP echo reply, id 2385, seq 301, length 64
18:12:44.506167 IP 10.1.3.12 > 8.8.8.8: ICMP echo request, id 2385, seq 302, length 64
18:12:44.550348 IP 8.8.8.8 > 10.1.3.12: ICMP echo reply, id 2385, seq 302, length 64
18:12:45.506146 IP 10.1.3.12 > 8.8.8.8: ICMP echo request, id 2385, seq 303, length 64
18:12:45.552889 IP 8.8.8.8 > 10.1.3.12: ICMP echo reply, id 2385, seq 303, length 64
–> LAN2
18:15:31.503117 IP 192.168.122.41 > 8.8.8.8: ICMP echo request, id 2385, seq 469, length 64
18:15:31.553273 IP 8.8.8.8 > 192.168.122.41: ICMP echo reply, id 2385, seq 469, length 64
18:15:32.503223 IP 192.168.122.41 > 8.8.8.8: ICMP echo request, id 2385, seq 470, length 64
18:15:32.548841 IP 8.8.8.8 > 192.168.122.41: ICMP echo reply, id 2385, seq 470, length 64
18:15:33.503100 IP 192.168.122.41 > 8.8.8.8: ICMP echo request, id 2385, seq 471, length 64
18:15:33.546207 IP 8.8.8.8 > 192.168.122.41: ICMP echo reply, id 2385, seq 471, length 64
18:15:34.503129 IP 192.168.122.41 > 8.8.8.8: ICMP echo request, id 2385, seq 472, length 64
18:15:34.546489 IP 8.8.8.8 > 192.168.122.41: ICMP echo reply, id 2385, seq 472, length 64
–> CentOS 7 VM tcpdump on eth0
for some strange reason the packet is not reaching the VM interface but it looks like the virtual router is sending the packets to the VM. I am not using any contextualization and all the seetings in both the instances and the virtual routers are being done manually.
Thanks in advance