Page 1 of 1

Is the udp of newlisp's net-listen only do for local ?

Posted: Sat Aug 16, 2014 2:46 am
by dexter
Is the udp of newlisp's net-listen only do for local communications?

Cause I put the udp-server.lsp on a remote server, then use udp-client.lsp to connect
and send something to it

but in the server side, Nothing received, and to the client, it showed works just fine.

So I am wondering, is the udp of newlisp's network functions only handle with local communications,like in the same network area?

Thanks

Re: Is the udp of newlisp's net-listen only do for local ?

Posted: Sun Aug 17, 2014 9:40 am
by ralph.ronnquist
As far as I can see, the example code uses the loop-back interface, so that's limited to be run on the same host. Changing the scripts to appropriate host works fine for me.

Re: Is the udp of newlisp's net-listen only do for local ?

Posted: Sun Aug 17, 2014 2:33 pm
by dexter
yeah,me,too

Finally, it's the problem of firewall

newilsp is fine as usual