Let's say I have a static LAN behind a NAT with the WAN network being dynamic. If I try to traceroute google.com
from a board on the LAN, how does the board I'm tracerouting from know to send the packet to the bridging device on the NAT?
I'm trying to debug a problem like this right now. I have an OrangePi on a LAN behind a NAT created by another OrangePi.
But even I tcpdump on the OrangePi on the LAN when I traceroute 8.8.8.8
I don't see anything on the tcpdump and traceroute times out. I'm guessing I'm missing something fundamental here so any help would be appreciated.