Dave -OFPL- 0 Posted February 16, 2003 I Run 2 Servers on 1 Box, I start the servers I Start Them on Different Ports: ./server -config=server.cfg -port=2302 ./server -config=server.cfg -port=2234 My Box has Two IPs, How do I bind the gameservers to different IPs? Ive tried ./server -config=server.cfg -port=2302 -ip=XXX.XXX.XXX but that didnt work Share this post Link to post Share on other sites
Lt_Dan_Sweden 0 Posted February 16, 2003 Dont know the answer. But I do know this, both servers can be accessed from both NICs, or IP if you prefer. Share this post Link to post Share on other sites
HitmanFF 6 Posted February 17, 2003 A work around for this (if you specifically need each server to be only visible and playable on its own IP address) would be to block outgoing and incoming ports on the unwanted IP address with iptables (or ipchains, depending on your kernel version). Share this post Link to post Share on other sites