Hi I'm trying to achieve UDP punchhole concept between two compute instances (on different networks with no public IP) behind two different cloud NATs for their respective networks. It seems that in logging I can see the connection being established but cannot see the message/packet being transferred on the terminal. I dont quite understand what is going on here, can someone help me please? Thanks in advance!
echo "hello" | nc -p 5010 -u <cloudNAT IP 2 > 5009 - vm 2
echo "hello" | nc -p 5009 -u <cloudNAT IP 1> 5010 - vm 1
In both vms i have a screen where i'm listening on port 5009
PSB the screenshot of the logging.