Raised This Month: $32 Target: $400
 8% 

Dedicated and IP's


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
asdfxD
Veteran Member
Join Date: Apr 2011
Old 07-19-2021 , 00:53   Dedicated and IP's
Reply With Quote #1

Hi,

i have a dedicated server with 2 ip adresses. Can i use one server with 1.1.1.1:27015 and the other one with 2.2.2.2:27015, also 2 servers with different IP but same default port, does this work without any issues?

thats my interface:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug enp4s0
iface enp4s0 inet static
address XX.XXX.XXX.XXX/22
gateway XXX.XXX.XXX.XXX
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 127.0.0.1

auto enp4s0:1
iface enp4s0:1 inet static
address XXX.XXX.XXX.XXX
netmask 255.255.252.0
gateway XXX.XXX.XXX.XXX

Last edited by asdfxD; 07-19-2021 at 00:54.
asdfxD is offline
vijayar
Senior Member
Join Date: Sep 2020
Old 07-19-2021 , 01:42   Re: Dedicated and IP's
Reply With Quote #2

You can allot & use different IP for each of the csgo server instance in the server, however the ports will need to be unique for each of the instance ; you will get error that ports are already in use
vijayar is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 07-19-2021 , 11:11   Re: Dedicated and IP's
Reply With Quote #3

Quote:
Originally Posted by asdfxD View Post
Hi,

i have a dedicated server with 2 ip adresses. Can i use one server with 1.1.1.1:27015 and the other one with 2.2.2.2:27015, also 2 servers with different IP but same default port, does this work without any issues?
Yes. You could use 1.1.1.1:27015 and 2.2.2.2:27015, as long as you have the following -
  • Port is forwarded or open on the server and network
  • IP address is assigned to the server and game server
  • The port is open for that IP address (no other service is using it)
Maxximou5 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:12.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode