Page 1 of 1

What is bindaddr??

Posted: Sun Jan 24, 2016 2:15 pm
by pixel
I made me a lanserver and i saw in the server settigs some commands i dont understand like bindaddr or ec_bindaddr. Or external port
[mod=CffTime]Moved[/mod]

Re: What is bindaddr??

Posted: Sun Jan 24, 2016 2:38 pm
by deen
  • bindaddr: When you have multiple ip addresses and only want your server reachable from one of them
  • ec_bindaddr: The same but for the external console
  • external port: Your NAT (router) could map your port to another one, so locally you run the server on port 8303, but the router redirects it to 1234 for example. Then you need to use 1234 for the external port

Re: What is bindaddr??

Posted: Sun Jan 24, 2016 2:42 pm
by pixel
thank you deen :)
When i want reach my server from all ip's i write bindaddr 0.0.0.0 ???

Re: What is bindaddr??

Posted: Sun Jan 24, 2016 3:10 pm
by deen
No, just don't change the value and leave it as an empty string "".