• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Multiple Servers on one IP(v4)

Hi.
I am trying to host two KF2 Servers on one machine under ine IP.
Server has a dedicated IPv4+IPv6 Address, one domain connected to it.

Ports are:
Server 1: 7787
Server 2: 7797

Server 1 appears in the server list.
Server 2 does NOT appear in the server list.

Here's the kicker:

If I am connectected to server 1 and someone joins me via steam, we can play together.
If I am connected to Server 2 (which is available, and usable if you connect by hand) and someone joins me, they get connected to server 1.

So my second server is only available if you open the console and connect by typing "open <fqdn>:7797"

Any Idea how I can fix this.?
I also tried changing the query ports:
Server 1: Query Port 27015
Server 2: Query Port 27025

Still no luck.
 
Yes. If not, people couldn't connect.
Both servers are connectable.
Hello, if users are able to connect via the IP but cannot see the server, it's an issue with the Query Port 27025

Check if the rigth port is used on your server.
Linux : netstat -tulpn | grep 27025
Windows : Get-NetUDPEndpoint | Where-Object LocalPort -eq 27025

If there is not result, check your config.
If there is a result, check your ISP router.
 
Last edited:
Upvote 0