Not sure what I'm missing here so any assistance would be appreciated!
Basically I've got an IPSec tunnel between two routers internally (for testing purposes), so one has a "public IP" of 192.168.88.1/24 on its "WAN" and the other has a "public IP" of 192.168.89.1/24 on its WAN. The Tunnel allows traffic from local ranges 192.168.9.1/24 to 192.168.10.1/24 and vice versa. Basically a client has asked me what the src MAC address will be of any traffic going over this tunnel and I've come to the conclusion that it will either be the MAC of the "WAN" interface, or the MAC of the LAN interface that the IP range is configured on, but I can't figure out which.
My idea was to just use packet sniffer but the weird issue I'm having is that when I ping from 192.168.9.1 to 192.168.10.1 it gets there fine but in the packet sniffer it only shows the ICMP replies and not the ICMP requests.
Anyone know why this would be? I even filtered the packet sniffer to show only ICMP on Tx which, ofcourse, just showed nothing. But I don't know why.