Page 1 of 1

[Implemented] IP Binding ...

Posted: Fri Feb 24, 2006 11:02 pm
by Shannara
It would be nice to have the ability to bind to an IP, not just a port. This is extremely usefull for servers who have multi-homed IP addresses (most of them), as you dont want someone to connect to slashdot.org to get to the HackSlash.org game ;)

Re: IP Binding ...

Posted: Fri Mar 11, 2011 4:30 pm
by AND51
Just found this old (and dusty *cough*) topic.

While working on my Linux server, I thought how useful it would be to be able to stick to certain network interfaces. Just like Postfix, Postgrey, Amavis and so on. Then you could write some add-ons for those programs.
I suggest to expand the CreateNetworkServer() command by a new, optional parameter which defines the IP/Interface to stick to.

Re: IP Binding ...

Posted: Fri Mar 11, 2011 11:26 pm
by moogle
If it's this old, then I don't think we will get it anytime soon :)
Shannara has gone from the PB forums I think after asking for it so many times over the years.

Re: IP Binding ...

Posted: Fri Mar 11, 2011 11:38 pm
by AND51
Well, I just didn't want to create yet another thread for this request.

Re: IP Binding ...

Posted: Mon Mar 14, 2011 11:34 am
by buddymatkona
Forcebindip is a free DLL that should bind any EXE to an IP as long as the EXE uses only standard Winsock calls.
Seehttp://www.r1ch.net/stuff/forcebindip/