Boost logo

Boost Users :

Subject: Re: [Boost-users] Server application won't bind to ports on IP address other than my internal ones
From: Richard Hodges (hodges.r_at_[hidden])
Date: 2019-01-10 18:31:55


On your internal server in a cobsile, type:

netstat -an | grep inet

Note the IP addresses. These are the only addresses available on your
server.

You are not supplying one of these addresses to bind via the endpoint.

Therefore, error.

On Thu, 10 Jan 2019, 19:21 Osman Zakir via Boost-users <
boost-users_at_[hidden] wrote:

> It's definitely the second one. I don't even need all the time in the
> world to figure that out. But why is bind() telling me that my external IP
> address is invalid? How do I find out what happened? I'm no expert in
> network programming, so I need some help here.
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> https://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net