hello Guys! i´m having some issues troubleshooting a Site to Site VPN Traffic,
i have a Virtual system to all my Site to Site VPN on a cluster with r80.40 OS, both cluster gateways are 23500 series,
i need to check some specific incoming and outgoing traffic that pass trough a client´s Site to Site VPN,
The problem:
i can see traffic with the graphic interface named logs and monitor but only http and https traffic,
i´m doing a ping from the source (172.27.0.34) to destination (10.8.0.6) and i don´t see it, on logs and monitor
also the ping request don´t have any response ( timeout for this request)
the firewall have two virtual interfaces ( wrp256 to inside traffic and wrp257 to outside traffic) , i´m trying to use tcpdump on that interfaces and don´t show nothing ,
what i´m typing: (tcpdump -i wrp256 | grep 172.27.0.34) and (tcpdump -i wrp257 | grep 10.8.0.6)
i´m also trying to use:
fw monitor -v4 -F "172.27.0.34,0,10.80.6,0,0" and doesn´t work either (the command only shows my ssh connection to the active vsx gateway of the cluster = 10.1.250.246 is the active cluster gateway and 180.183.70.39 is my pc)
i think i´m doing something wrong when i´m typing the commands can you help me guys?