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

Q&A's, tips, howto's
Locked
dexter
Posts: 74
Joined: Fri Nov 11, 2011 12:55 am

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

Post 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

ralph.ronnquist
Posts: 228
Joined: Mon Jun 02, 2014 1:40 am
Location: Melbourne, Australia

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

Post 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.

dexter
Posts: 74
Joined: Fri Nov 11, 2011 12:55 am

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

Post by dexter »

yeah,me,too

Finally, it's the problem of firewall

newilsp is fine as usual

Locked