On Tuesday, December 02, 2003 1:00 PM NZT, Jeroen "ShadowLord" Bogers <[EMAIL PROTECTED]> wrote:
> Actually, if you have a nice host, they might be able te set you up with > a > second IP. That way, each server can run on port 27015 and they can have > fancy IP hostnames. There is only 1 limitation. Any port used on the > main IP > of the machine, can usually not be used on any of the additional IP's. So > you need 2 extra IP's if you only have 1 right now. The ports used by one > additional IP can be used by other additionals. > It might be easier to go for different ports, unless you know how to > properly setup multiple IP's on one machine. > That should not be true with any properly written daemon, if it is true with HLDS then I'd consider it a bug. If a port is bound on the first interface there should be no trouble binding it again on another interface. You only get problems if a daemon binds to 0.0.0.0 (all interfaces). Which HLDS should not if you give it a +ip argument. -Simon _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

