zeek said: > I run a 14 player CS server off an ADSL connection. > > The cable company once again is offering 2 months free cable Internet > connectivity, which I've gladly accepted. > > I know this question has come up before, but I don't see a definitive > answer. Is there any way to get HLDS to utilize multiple interfaces on > a multi-homed machine? > > As I see it, the CS server will need to register 2 IPs in the master > server list which sounds unlikely. > > Another possibility is to take all incoming traffic on one interface, > and load-balance outgoing traffic between the 2 interfaces. This sounds > like a science project. :) > > Has anyone ever gotten anything like this to work?
This really isn't an HLDS question, it's a Linux routing question. Does HLDS run on a multi-homed machine? Yes, it works fine. I used to have one doing it for years - between my LAN and the Internet. That proves HLDS can do it fine. But with that config, routing is easy... if it's for [private subnet] route through private interface otherwise route through default gateway - the Internet interface. For two Internet interfaces, you need to know the routing metrics to pick the best route to return to the client. For this, you need a real routing table. How to set that up is really way beyond the scope of this list. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

