Nitric 1 maj, 2013 @ 6:37
Nobody can connect the CS:GO server
Hello! I downloaded the CS:GO server using SteamCMD and created a .bat-file following the instructions.
Here's my .bat:
srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_bomb +map de_dust2 -port 27015
Then I tried to run the server using my .bat-file. It started. I tried to cennect... but it failed after 10 retries. I asked all my friends, they also cannot connect using my IP. I can only connect with local IP (like 192.168.0.1) but I can't connect with public IP (like 94.188.57.222).
Port 27015 is 100% forwarded!
Could you tell me, what's wrong? Why is it not dedicated? Why nobody can connect my server?
< >
Visar 16-30 av 68 kommentarer
SuRIM 9 jun, 2014 @ 6:31 
yes use portforwarding to opens ports chose router and chose ports and start opening... now i have my server 100%
SuRIM 9 jun, 2014 @ 6:34 
my lunch options on start.bat
srcds -game csgo -console -usercon +ip 0.0.0.0 +net_public_adr 0.0.0.0 -port 27015 +game_type 0 +game_mode 1 +mapgroup mg_bomb +map de_dust2 -tickrate 128 +exec server.cfg +sv_lan 0 ... my ip is 94.132.216.5 so to connect need 94.132.216.5:27016 ...27015 is to lan so 192.168.1.243 my ip of pc so 192.168.1.243:27015
PatBuddy 5 okt, 2014 @ 14:32 
This is what my .bat looks like:
srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +map de_dust2 +login anonymous +ip 0.0.0.0 +net_public_adr 0.0.0.0 -port 27015 +sv_lan 0

even though i have port forwarded the port: 27015 on both tcp and udp, my friends still can't work.

my ip address is 74.61.5.60

I give my friends this to connect to:

74.61.5.60:27015

what am I doing wrong?
Conrad 11 okt, 2014 @ 14:11 
Hello i made this download and start csgo server
check it out https://www.youtube.com/watch?v=sKqSsCGw6jM
PatBuddy 11 okt, 2014 @ 14:20 
thanks
SuRIM 18 okt, 2014 @ 3:52 
i just use this and work fine
srcds -game csgo -console -usercon +ip 0.0.0.0 +net_public_adr 0.0.0.0 -port 27015 +game_type 0 +game_mode 1 +map de_dust2 -tickrate 128 +exec server.cfg +sv_lan 0 +autoupdate
Senast ändrad av SuRIM; 18 okt, 2014 @ 3:53
SuRIM 18 okt, 2014 @ 3:54 
Ursprungligen skrivet av EyeLikePie:
This is what my .bat looks like:
srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +map de_dust2 +login anonymous +ip 0.0.0.0 +net_public_adr 0.0.0.0 -port 27015 +sv_lan 0

even though i have port forwarded the port: 27015 on both tcp and udp, my friends still can't work.

my ip address is 74.61.5.60

I give my friends this to connect to:

74.61.5.60:27015

what am I doing wrong?
u need open dors in router and give to friends 74.61.5.60:27016
PatBuddy 18 okt, 2014 @ 7:54 
Ursprungligen skrivet av * SuRIM McFacadas:
Ursprungligen skrivet av EyeLikePie:
This is what my .bat looks like:
srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +map de_dust2 +login anonymous +ip 0.0.0.0 +net_public_adr 0.0.0.0 -port 27015 +sv_lan 0

even though i have port forwarded the port: 27015 on both tcp and udp, my friends still can't work.

my ip address is 74.61.5.60

I give my friends this to connect to:

74.61.5.60:27015

what am I doing wrong?
u need open dors in router and give to friends 74.61.5.60:27016

Thanks for ur response, although what is open doors?
Blaquicat 18 okt, 2014 @ 8:59 
Ursprungligen skrivet av * SuRIM McFacadas:
i just use this and work fine
srcds -game csgo -console -usercon +ip 0.0.0.0 +net_public_adr 0.0.0.0 -port 27015 +game_type 0 +game_mode 1 +map de_dust2 -tickrate 128 +exec server.cfg +sv_lan 0 +autoupdate
Can i ask why did you use +ip, +net_public_adr, and the +login ?
I believe you dont need that..

Take a look at my l4d2 fully functional server.
D:\left4dead2\srcds.exe -game left4dead2 +sv_lan 0 -port 27015 +sv_gametypes "VERSUS" +map "c1m1_hotel" versus -console

you dont need -tickrate 128 (that value is fixed, you cannot change with commands)
What the hell is -usercon ? and the +autoupdate?

About Computer Ports (its not doors)
When you got a router and a computer behind it, you nust tell the router that you have a service running on a specific port. Otherwise the router wont know where it must send the request for that service, you can have multiple machines running on that ip 74.61.5.*, so, theres no way to know where the service is (from the router point of view)
What is your router model?
Senast ändrad av Blaquicat; 18 okt, 2014 @ 9:01
PatBuddy 18 okt, 2014 @ 9:02 
Ursprungligen skrivet av Blaquicat:
Ursprungligen skrivet av * SuRIM McFacadas:
i just use this and work fine
srcds -game csgo -console -usercon +ip 0.0.0.0 +net_public_adr 0.0.0.0 -port 27015 +game_type 0 +game_mode 1 +map de_dust2 -tickrate 128 +exec server.cfg +sv_lan 0 +autoupdate
Can i ask why did you use +ip, +net_public_adr, and the +login ?
I believe you dont need that..

Take a look at my l4d2 fully functional server.
D:\left4dead2\srcds.exe -game left4dead2 +sv_lan 0 -port 27015 +sv_gametypes "VERSUS" +map "c1m1_hotel" versus -console

you dont need -tickrate 128 (that value is fixed, you cannot change with commands)
What the hell is -usercon ? and the +autoupdate?
for a csgo server, u apparently need this
Blaquicat 18 okt, 2014 @ 9:09 
For what i read here:
https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers

I believe usercon is to enable/disable rcon commands.. so its not that necessary..
Besides, i dont see the others commands he used on the wiki.
Senast ändrad av Blaquicat; 18 okt, 2014 @ 9:10
PatBuddy 18 okt, 2014 @ 9:18 
my router model is as follows:

Clear Modem with Wi-Fi WIXFBR-117
Blaquicat 18 okt, 2014 @ 10:22 
Ursprungligen skrivet av EyeLikePie:
my router model is as follows:

Clear Modem with Wi-Fi WIXFBR-117
Did you have access to it?
http://screenshots.portforward.com/routers/Clear/WIXFBR-117/Port_Forwarding.htm

See if this helps..
Senast ändrad av Blaquicat; 18 okt, 2014 @ 10:23
SuRIM 18 okt, 2014 @ 13:09 
default csgo server is 64 tickrate and to put 128 need -tickrate 128 in lunch options of server
Blaquicat 18 okt, 2014 @ 13:36 
Ursprungligen skrivet av * SuRIM McFacadas:
default csgo server is 64 tickrate and to put 128 need -tickrate 128 in lunch options of server
I see now cs go and hl2 dm have unlocked tickrate, my bad..
Senast ändrad av Blaquicat; 18 okt, 2014 @ 13:40
< >
Visar 16-30 av 68 kommentarer
Per sida: 1530 50

Datum skrivet: 1 maj, 2013 @ 6:37
Inlägg: 68