Setting up servers with Multiple IP addresses

Hello everyone, I am seeing if it is possible to setup a Dedicated Server with multiple servers all using different IP’s.

We own a dedicated server and we have 8 usable IP’s enabled on our server as well as our main server. Basically this is how we want to run our server but need to see if it is possible.

Example:

Say I own the IP block of - 1.1.1.1 - 1.1.1.20 I want to set the servers up as the following below.

Main Server RDP Connection is on IP: 1.1.1.1

We want Server A to be on server IP: 1.1.1.2

Server B on: 1.1.1.3

Server C on 1.1.1.4

… Etc. Is this possible?

For RDP, you can simply use windows firewall to block RDP for all destination IPs except the one you want.

As for binding specific IPs to your servers, all you have to do is change the 0.0.0.0 in these lines to the IP you want for each server.

endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

image
This is what I get when I do this

# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.

endpoint_add_tcp "147.000.000.24:30170"

endpoint_add_udp "147.000.000.24:30170"

Then, uh, add multiple?

endpoint_add_tcp "100.64.0.1:30120"
endpoint_add_tcp "0.0.0.0:40999"

This has worked. Appreciate it. Sometimes my brain does not turn on