Posts: 4
Threads: 1
Joined: Sep 2014
Reputation:
0
I just downloaded the CSGO Dedicated Server and host a game. Only problem, I'm the only one that can connect, my friends can't. That's because the IP is my local IP which is 192.168.100.19. This is not the IP address from whatismyip website.
So how do I change the IP to my real IP so everyone can connects?
Posts: 16
Threads: 0
Joined: Sep 2014
Reputation:
0
Ok, this look fine with port forwarding.
Be sure you use the "Dedicated Server Tool" and and not only click on "create a server". I think it's ok with that.
Be also sure in your server.cfg and startup command line you have set sv_lan to 0.
You can also try to use your public ip in your startup command line.
Can you copy paste your command line options ?
Posts: 4
Threads: 1
Joined: Sep 2014
Reputation:
0
server.cfg already I check, it has sv_lan set to 0
My command line option to start the server :-
srcds -game csgo -console -usercon +game_type 0 +game_mode 1 +mapgroup mg_active +map de_dust2
Posts: 16
Threads: 0
Joined: Sep 2014
Reputation:
0
Try with adding +ip your.public.ip.adress in your command line
Posts: 4
Threads: 1
Joined: Sep 2014
Reputation:
0
If I add my IP to the command line, the server will not be successfully created. It will give a warning of NET_OpenSocket and at the very bottom will say Could not establish connection to Steam servers.