On 7/25/06, Kenneth Burgener <[EMAIL PROTECTED]> wrote:
Any idea why my generated UDP traffic is getting lost to the external machine?
Just to verify the issue you could use another point of data. See if you can reproduce the problem with netcat. On the server run: nc -l -u -p 4444 On the client run: nc -u <server's address> 4444 Then type "hello\r" and see if it shows up on the server console. -Bryan /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
