I have a (LAN) Server and The regular one, but still can't connect.
Chaddcl0ps
Join Date: 2012-12-20 Member: 175689Members
I have read, or at least have tried, to read everything I can on setting up a NS2 Dedicated server. I have hosted CS:GO and Source servers from windows as well as Linux. At first I tried to set up a DMZ Host for my local IP, it failed to work. Then I removed the DMZ and added the ports needed +1 and it now shows 2 servers just like other threads said it should. One with (LAN), one without. The problem I'm having is that I can't connect to my server. It get an error "Couldn't Establish a connection with the server". I can connect to the LAN one just fine. Friends of mine can't connect to either.
Any help would be greatly appreciated.
I use a server.bat with
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->@echo off
start /HIGH /AFFINITY 30 "NS2Server" "C:\NS2Server\Server.exe" -file "C:\NS2Server\_config\server.txt"
cls
exit<!--c2--></div><!--ec2-->
And the server.txt is
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->-map ns2_veil -limit 16 -name "test1" -config_path "C:\NS2Server\_config" -modstorage "C:\NS2Server\_mods" -webadmin<!--c2--></div><!--ec2-->
Any help would be greatly appreciated.
I use a server.bat with
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->@echo off
start /HIGH /AFFINITY 30 "NS2Server" "C:\NS2Server\Server.exe" -file "C:\NS2Server\_config\server.txt"
cls
exit<!--c2--></div><!--ec2-->
And the server.txt is
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->-map ns2_veil -limit 16 -name "test1" -config_path "C:\NS2Server\_config" -modstorage "C:\NS2Server\_mods" -webadmin<!--c2--></div><!--ec2-->
Comments
Im sitting on my iphone, can't barely see the text. No battery left :/. But i saw something very quick . You forgot to add the port in the server.txt file.
To add port command write ----> -port
Example: -port 25570
To add port command write ----> -port
Example: -port 25570<!--QuoteEnd--></div><!--QuoteEEnd-->
Thanks for the reply! I've tried it with the port and with out the port. Still doesn't work. Should I change what port I use? I've currently tried 27015 and 27016
This. You wouldn't think it matters but it does. I have a few servers that are all domain controllers and some random thing's won't talk until I disabled the domain profile for the firewall.