SRCDS Steam group


Two ports directing to same server ?
#1
So is it possible to have so, that i have one server, which has 2 ports which players can join. Another port would be secure and another insecure? I have heard that this would be possible but is it really possible ? Toungue
Reply
#2
no, if you run 1 server its either secure, or not secure. the 2 port thing can work if you handy with iptables.. Wink
To be (an admin), or not to be (an admin), that is the Question.
http://japje.nl/steam/install steam linux install guide for cs 1.6
Reply
#3
There is no way 1 srcds.exe instance can run in both insecure and secure mode. You need to run 2 instances of srcds.exe, but they will be 2 different servers BTW.
Reply
#4
maybe if you run 2 servers, 1 secure and 1 insecure, then re-map incomming traffic from the insecure to the secure...
would be a though thing to set up.
To be (an admin), or not to be (an admin), that is the Question.
http://japje.nl/steam/install steam linux install guide for cs 1.6
Reply
#5
You can't have a insecure + a secure server.
But you can use iptables to redirect traffic from other ports to the same server, or even different ips if you have multiple ips on that box (or other local ips)

what is do is run my default server on
27016 (sv_region 0)

than i run 3 servers along side of this one
27022 (sv_region 0)
27023 (sv_region 1)
27024 (sv_region 1)

than i use iptables to redirect traffic from:
27022, 27023, 27024 -> 27016

now you have 4 server listings when refreshing the server in the steam browser. (but they all are secure)

and yes... this will keep your server full all the time.
Reply
#6
just open a dedicated and use beetlemod to redirect the players
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)