From Electron Cloud
Jump to: navigation, search
(New page: * [http://www.hezmatt.org/~mpalmer/blog/general/severe_discomforts_the_joy_of_udp.html good explanation of problems with UDP on interfaces that have multiple IP addresses] and consequently...)
 
Line 1: Line 1:
 
* [http://www.hezmatt.org/~mpalmer/blog/general/severe_discomforts_the_joy_of_udp.html good explanation of problems with UDP on interfaces that have multiple IP addresses] and consequently why it's a good idea to bind separately to each interface's IP address
 
* [http://www.hezmatt.org/~mpalmer/blog/general/severe_discomforts_the_joy_of_udp.html good explanation of problems with UDP on interfaces that have multiple IP addresses] and consequently why it's a good idea to bind separately to each interface's IP address
 +
 +
See what ports are bound:
 +
netstat -lun
 +
 +
Watch UDP traffic:
 +
tcpdump -A -u port 9877 -i iface

Revision as of 18:55, 23 February 2009

See what ports are bound:

netstat -lun

Watch UDP traffic:

tcpdump -A -u port 9877 -i iface