Open hieuhtr opened 7 years ago
From instance A, send a simple packet to B with IP & port
❯❯ echo "Packet data right here" > /dev/udp/172.30.31.32/1514
On instance B, using tcpdump for looking traffic incoming
❯❯ tcpdump -nei eth0 udp port 1514
Problem:
Solution:
From instance A, send a simple packet to B with IP & port
On instance B, using tcpdump for looking traffic incoming