SRCDS Steam group


CS:S Dedicated Server cannot connect
#1
hey guys, i just updated my cs source dedicated server via hldsupdatetool.
Everything's ok, server runs, but when i try to connect to the server via find servers, i cannot see it in LAN, i cannot connect to it via console (connect ___IP___), too. Can anyone help me? is it something that i did wrong or Valve is working on the servers or it stopped providing them??
Please help me...!

(When i open the server in the command line normally appears the following: Connection to Steam Servers sucessfull + Vac secure mode enabled
Reply
#2
(06-25-2010, 07:17 AM)cssfanxl Wrote:  hey guys, i just updated my cs source dedicated server via hldsupdatetool.
Everything's ok, server runs, but when i try to connect to the server via find servers, i cannot see it in LAN, i cannot connect to it via console (connect ___IP___), too. Can anyone help me? is it something that i did wrong or Valve is working on the servers or it stopped providing them??
Please help me...!

(When i open the server in the command line normally appears the following: Connection to Steam Servers sucessfull + Vac secure mode enabled

Are your server running on the same computer as your client? Also, can you please read this:



Thx
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#3
I'm sorry i was a little hurried. ok:

OS: Windows 7 Ultimate
Processor: AMD Athlon 64 X2 Dual core processor 3800+, 2.0GHz
RAM: 2GB
Games: Counter-Strike Source Dedicated Server.
Start up Command: C:\srcdsb\orangebox\srcds.exe -game cstrike -port 27015 -secure -autoupdate
Mods: I currently don't use any admin mod.

I run the server in the same PC where i run the client.
Local Ip Address + port: 192.168.1.3:27015
Remote Ip Address + port: 178.128.136.173:27015 (it changes so I have done Dynamic DNS, which is: hgsclan.selfip.com:27015)
I have done port forwarding to my local ip, i forwarded 27000-27020 UDP, 27020-27050 UDP, 27015 TCP/UDP and 1200 UDP. ( I note that before the new update of css the server was running smoothly )
(06-25-2010, 05:20 PM)jhonsadins Wrote:  you need to add the flag + ip xxx.xxx.xxx.xxx:xxxxx to the launcher comand

the xxx.xxx.xxx.xxx being your external ip find that by pointing your favourite web browser to http://www.whatismyipaddress.com

you can then set the game port to whatever you require after the ip address :xxxx

so for example mine is currently set to + ip 88.216.197.44:27015

and providing you have your port forwarding set correctly or the server internal ip (typically 192.168.x.x) in the DMZ part of the router then everybody should be able to connect.

Blasted emotes ,

You mean that i have to add to the command line of the shortcut this: + ip remote.ip:port ???
I will try it. Thanks. But can I add my DynDNS in place of remote ip so i don't have to change it every time ip changes?
Reply
#4
(06-25-2010, 08:56 PM)cssfanxl Wrote:  I'm sorry i was a little hurried. ok:

OS: Windows 7 Ultimate
Processor: AMD Athlon 64 X2 Dual core processor 3800+, 2.0GHz
RAM: 2GB
Games: Counter-Strike Source Dedicated Server.
Start up Command: C:\srcdsb\orangebox\srcds.exe -game cstrike -port 27015 -secure -autoupdate
Mods: I currently don't use any admin mod.

I run the server in the same PC where i run the client.
Local Ip Address + port: 192.168.1.3:27015
Remote Ip Address + port: 178.128.136.173:27015 (it changes so I have done Dynamic DNS, which is: hgsclan.selfip.com:27015)
I have done port forwarding to my local ip, i forwarded 27000-27020 UDP, 27020-27050 UDP, 27015 TCP/UDP and 1200 UDP. ( I note that before the new update of css the server was running smoothly )
(06-25-2010, 05:20 PM)jhonsadins Wrote:  you need to add the flag + ip xxx.xxx.xxx.xxx:xxxxx to the launcher comand

the xxx.xxx.xxx.xxx being your external ip find that by pointing your favourite web browser to http://www.whatismyipaddress.com

you can then set the game port to whatever you require after the ip address :xxxx

so for example mine is currently set to + ip 88.216.197.44:27015

and providing you have your port forwarding set correctly or the server internal ip (typically 192.168.x.x) in the DMZ part of the router then everybody should be able to connect.

Blasted emotes ,

You mean that i have to add to the command line of the shortcut this: + ip remote.ip:port ???
I will try it. Thanks. But can I add my DynDNS in place of remote ip so i don't have to change it every time ip changes?

As i can see, you are behind a router on a 192.168.x.x network, thats the IP you will have to use, because thats the IP that your network interface are using. Your router will take care of routing the traffic out on the remote IP Smile.

Your command is totally wrong. You have not specified the maxplayers or the map, use this commandline instead:
Code:
C:\srcdsb\orangebox\srcds.exe -console -game cstrike +map de_dust2 +maxplayers 16 +ip 192.168.1.3 -port 27015

Also:
  • Your server will be secure by default, so you don't need -secure
  • Autoupdate is only working (correctly) on linux, so you won't need that

I hope this clears things up for you Smile
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#5
As i can see, you are behind a router on a 192.168.x.x network, thats the IP you will have to use, because thats the IP that your network interface are using. Your router will take care of routing the traffic out on the remote IP Smile.

Your command is totally wrong. You have not specified the maxplayers or the map, use this commandline instead:
Code:
C:\srcdsb\orangebox\srcds.exe -console -game cstrike +map de_dust2 +maxplayers 16 +ip 192.168.1.3 -port 27015

Also:
  • Your server will be secure by default, so you don't need -secure
  • Autoupdate is only working (correctly) on linux, so you won't need that

I hope this clears things up for you Smile
[/quote]

Well, i did what you said ( i only didn't used -console because i prefer the menu...Toungue) so now i can see the server in the Lan section of Find servers, but i cannot connect to it ( console says :
Connecting to 192.168.1.3:27015...
Retrying 192.168.1.3:27015...
Retrying 192.168.1.3:27015...
Retrying 192.168.1.3:27015...
Connection failed after 4 retries.). Any help?
[I have the latest steam counter-strike source client]

EDIT: finally i don't think it's the server's fault, as i cannot connect in any server...Sad , i'll do a restart and maybe an update of steam, hope this will fix it...
Reply
#6
(06-25-2010, 09:28 PM)cssfanxl Wrote:  As i can see, you are behind a router on a 192.168.x.x network, thats the IP you will have to use, because thats the IP that your network interface are using. Your router will take care of routing the traffic out on the remote IP Smile.

Your command is totally wrong. You have not specified the maxplayers or the map, use this commandline instead:
Code:
C:\srcdsb\orangebox\srcds.exe -console -game cstrike +map de_dust2 +maxplayers 16 +ip 192.168.1.3 -port 27015

Also:
  • Your server will be secure by default, so you don't need -secure
  • Autoupdate is only working (correctly) on linux, so you won't need that

I hope this clears things up for you Smile

Well, i did what you said ( i only didn't used -console because i prefer the menu...Toungue) so now i can see the server in the Lan section of Find servers, but i cannot connect to it ( console says :
Connecting to 192.168.1.3:27015...
Retrying 192.168.1.3:27015...
Retrying 192.168.1.3:27015...
Retrying 192.168.1.3:27015...
Connection failed after 4 retries.). Any help?
[I have the latest steam counter-strike source client]

EDIT: finally i don't think it's the server's fault, as i cannot connect in any server...Sad , i'll do a restart and maybe an update of steam, hope this will fix it...

Are you sure that the server starts correctly? Are you sure that you still have that local IP? I do not recommend that you play and host on the same machine, as it can make some complications - just right now Smile - try "connect 127.0.0.1:27015"

Also, try start your server, and make sure that the ports are forwarded, then i will try to lookup your server on HLSW

Btw. have you tried to give the connection info to any of your friends?
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#7
(06-25-2010, 09:51 PM)lol554 Wrote:  
(06-25-2010, 09:28 PM)cssfanxl Wrote:  As i can see, you are behind a router on a 192.168.x.x network, thats the IP you will have to use, because thats the IP that your network interface are using. Your router will take care of routing the traffic out on the remote IP Smile.

Your command is totally wrong. You have not specified the maxplayers or the map, use this commandline instead:
Code:
C:\srcdsb\orangebox\srcds.exe -console -game cstrike +map de_dust2 +maxplayers 16 +ip 192.168.1.3 -port 27015

Also:
  • Your server will be secure by default, so you don't need -secure
  • Autoupdate is only working (correctly) on linux, so you won't need that

I hope this clears things up for you Smile

Well, i did what you said ( i only didn't used -console because i prefer the menu...Toungue) so now i can see the server in the Lan section of Find servers, but i cannot connect to it ( console says :
Connecting to 192.168.1.3:27015...
Retrying 192.168.1.3:27015...
Retrying 192.168.1.3:27015...
Retrying 192.168.1.3:27015...
Connection failed after 4 retries.). Any help?
[I have the latest steam counter-strike source client]

EDIT: finally i don't think it's the server's fault, as i cannot connect in any server...Sad , i'll do a restart and maybe an update of steam, hope this will fix it...

Are you sure that the server starts correctly? Are you sure that you still have that local IP? I do not recommend that you play and host on the same machine, as it can make some complications - just right now Smile - try "connect 127.0.0.1:27015"

Also, try start your server, and make sure that the ports are forwarded, then i will try to lookup your server on HLSW

Btw. have you tried to give the connection info to any of your friends?
Local ip is 192.168.1.3 i have defined it in the connection options and i've done ipconfig

i think that running client and server causes a vulnerabilty... when i have my server stopped i can play in any server from my client, but when i open server, i can't connect anywhere...( but before the update i could do it... :@)

Connecting to localhost didn't work...

i have told some friends to connect... they cannot...

I'll make the forwarding again if this makes anything.....


EDIT: Man thank you very much, server is working players can join Big GrinBig GrinBig Grin. after the command line what was the prob... let me think... THE FIREWALL, JUST NEEDED AN EXCEPTION... how did i miss that... whatever THANKS VERY MUCH
Reply
#8
Sounds great, feel free to post if any other issues should occur again Smile
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#9
(06-25-2010, 10:37 PM)lol554 Wrote:  Sounds great, feel free to post if any other issues should occur again Smile

ok.Big GrinBig GrinBig Grin by the way, can I use rev now in order to allow the connection of nonsteam players with the same procedure?
Reply
#10
I do not understand your question. Do you want to allow nonsteam users to access your server?
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#11
(06-25-2010, 10:52 PM)lol554 Wrote:  I do not understand your question. Do you want to allow nonsteam users to access your server?

yes.
(06-25-2010, 10:52 PM)lol554 Wrote:  I do not understand your question. Do you want to allow nonsteam users to access your server?

yes. but leave it....
And something last... Can i avoid the disability to use the client that is caused when i open server and client? because i need to play in wars and i cannot like that... do you now anything we can do.?
Reply
#12
We don't support piracy on this forum, sorry. You will have to Google it.
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#13
(06-26-2010, 12:07 AM)lol554 Wrote:  We don't support piracy on this forum, sorry. You will have to Google it.

i don't want to download piratic nonsteam cs man, i just want to allow all users to connect. Forget nonsteam.
This I want is: can i avoid the conflict that is caused when the server and client is open cause i have to play wars and i cannot now!
Reply
#14
I did not write that you would, but its a rule of the forum
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#15
(06-26-2010, 12:54 AM)lol554 Wrote:  I did not write that you would, but its a rule of the forum

ok but please answer my question
can i avoid the conflict/vulnerabilty (whatever the disability to use the client) that is caused when the server and client is open??? cause i have to play wars and i cannot play when it's openSad
Reply


Forum Jump:


Users browsing this thread: 7 Guest(s)