Re: Is it possible to listen port on specific ip address?

2017-09-01 Thread Alexander Burger
Hi Alexander, On Fri, Sep 01, 2017 at 05:22:24PM +0300, Alexander Sharihin wrote: > When I use (accept (port 6000) .. ) - I'm listening port on 0.0.0.0 ip > address, but I'm want to listen it on specific interface(or localy - > 127.0.0.1). > > Is it possible? Unfortunately not, at least not with

Is it possible to listen port on specific ip address?

2017-09-01 Thread Alexander Sharihin
When I use (accept (port 6000) .. ) - I'm listening port on 0.0.0.0 ip address, but I'm want to listen it on specific interface(or localy - 127.0.0.1). Is it possible?