On 3/25/06, Nick Guenther <[EMAIL PROTECTED]> wrote:
>
> Keep going with netcat. What commands did you use exactly? Using
> netcat proves that it TCP and UDP do in fact work, so this would seem
> to be some other problem. My best guess is a firewall is blocking you.
> In your favourite scripting language, try
> i=0
> while 1:
> i+=1
> system("echo $i | nc host $i")
> system("echo $i | nc -u host $i")
>
> And have another script on the other side listening.
>
ditto. Or u can also just try using nc directly with the ports that
u're having problems with, just to verify where the problem is.
-jf