I have a (LAN) Server and The regular one, but still can't connect.

Chaddcl0psChaddcl0ps 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-->

Comments

  • Chaddcl0psChaddcl0ps Join Date: 2012-12-20 Member: 175689Members
    cmon, no one!? :-(
  • oldassgamersoldassgamers Join Date: 2011-02-02 Member: 80033Members, Squad Five Blue, Reinforced - Shadow
    edited December 2012
    <!--quoteo(post=2049664:date=Dec 22 2012, 05:51 AM:name=Chaddcl0ps)--><div class='quotetop'>QUOTE (Chaddcl0ps @ Dec 22 2012, 05:51 AM) <a href="index.php?act=findpost&pid=2049664"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->cmon, no one!? :-(<!--QuoteEnd--></div><!--QuoteEEnd-->


    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
  • Chaddcl0psChaddcl0ps Join Date: 2012-12-20 Member: 175689Members
    <!--quoteo(post=2049705:date=Dec 22 2012, 02:19 AM:name=oldassgamers)--><div class='quotetop'>QUOTE (oldassgamers @ Dec 22 2012, 02:19 AM) <a href="index.php?act=findpost&pid=2049705"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->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<!--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
  • teepsdonnellyteepsdonnelly Join Date: 2012-12-31 Member: 176879Members
    Just a shot in the dark if you're still having the problem - disable the windows firewall on the server machine. Sometimes it can be a jerk and block things that you don't want blocked.
  • CommunistWithAGunCommunistWithAGun Local Propaganda Guy Join Date: 2003-04-30 Member: 15953Members
    <!--quoteo(post=2054194:date=Jan 1 2013, 10:20 AM:name=teepsdonnelly)--><div class='quotetop'>QUOTE (teepsdonnelly @ Jan 1 2013, 10:20 AM) <a href="index.php?act=findpost&pid=2054194"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Just a shot in the dark if you're still having the problem - disable the windows firewall on the server machine. Sometimes it can be a jerk and block things that you don't want blocked.<!--QuoteEnd--></div><!--QuoteEEnd-->

    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.
Sign In or Register to comment.