Bryan Sant wrote: > 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.
The netcat method did appear to work. I was able to get netcat to talk to ngrep and also netcat to netcat. I guess the problem was nemesis? Thanks Kenneth /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
