Cater to multiple countries? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I run a game server off a linux machine with a single IP address masked by a proxy. The box is located in … Read more

How does one set a dedicated IP address to a minecraft server on Windows Server 2008 R2? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question So I bought a dedicated server from staminus.net just for running a Minecraft server. On Minecraft, the default port is 25565. I am … Read more

Ubuntu Server / IpTables / Port Forwarding / NAT

I got referred here from StackOverflow. I’m using IpTables to forward an incoming port on one server to an external server (not on LAN) and the same port. The problem I’m having is that I have to use MASQUERADE or it will not forward. So all users on my server have my first servers IP … Read more

How to manage hardware resources efficiently in a cloud gaming service?

I am creating this small cloud gaming service (GeforceNow wannabe) which is powered by windows 10 Pro and VMWware. All other aspect of it is taken care of, Like streaming and data compression and etc. On the other side i have like 50 indie game which are not resource heavy with an average of 1GB … Read more

Using multiple IPs on one machine for web and game server

We are looking to host a game server. The game we are going to be setting up a server for is subject to DDoS from other servers, players, etc. Many other server and administrators have pointed out that the game only uses TCP ports and most booters/stressers/DDoS clients only hit UDP, and suggested closing all … Read more

Advantage of using a smartfox server

we are trying to outsource the server side of our game applicaton to someone. They recommend using http://www.smartfoxserver.com/ instead of our traditional php/mysql combination. Our game is in actionscript and will be using social aspects of facebook later on. Smartfoxserver is supposed to reduce the time of development. The thing I’m having a hard time … Read more

Possible causes for a single throttled UDP port

I am running a quake 3 engine based game server (Wolfenstein: Enemy Territory) on Ubuntu 16.04 and I’ve ran into a fairly puzzling issue. A week ago players started having issues when connecting to the server. Basically the server tries to send a snapshot of the game state on client connect but this fails hundreds … Read more

iptables: setting specific rules to IP aliases

We run several game servers all using one port with the use of IP Aliasing, the game servers bind to a specific aliased IP that belongs to the main dedicated server. I’ve setup netplan already and it worked, however I wasn’t able to setup IP-specific rules for iptables. The game servers all use UDP port … Read more

Multiple CSGO servers with each a unique IP assigning to one domain

I got some CSGO servers up and running using LGSM. I am trying to assign a sub domain (s1, s2, s3 etc.) to each gameserver but only s1.domain.com can be found in the Serverlist. To achieve this each gameserver should have a unique IP address so s2 already has a different IP address in the … Read more