newLISP Fan Club

Forum => newLISP in the real world => Topic started by: dexter on August 15, 2014, 07:46:02 PM

Title: Is the udp of newlisp's net-listen only do for local ?
Post by: dexter on August 15, 2014, 07:46:02 PM
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
Title: Re: Is the udp of newlisp's net-listen only do for local ?
Post by: rrq on August 17, 2014, 02:40:29 AM
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.
Title: Re: Is the udp of newlisp's net-listen only do for local ?
Post by: dexter on August 17, 2014, 07:33:02 AM
yeah,me,too



Finally, it's the problem of firewall



newilsp is fine as usual