Raised This Month: $12 Target: $400
 3% 

Friends cannot join CS:GO server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
trobanko
Junior Member
Join Date: Jun 2020
Old 06-24-2020 , 06:02   Friends cannot join CS:GO server
Reply With Quote #1

Hello, I made a CSGO server, I can join it just fine, I did all the port forwarding (https://prnt.sc/t5j09k) and this is my CMD Line when starting the server; (srcds -game csgo -console -usercon +login anonymous +game_type +exec server.cfg 0 +autoupdate +game_mode 0 -sv_lan 0 +mapgroup mg_active +map de_dust2 +sv_setsteamaccount 94A1E80F752150BF71C818D8XXXXXXXX -port 27015)

The server sv_lan is set to 0 which can be confirmed by console, I can find the server in my LAN section and connect just fine, but when I give my friends my IP and the port and they try to connect, it fails. You also cannot see the server in the community browser. I suspect that my IP is dynamic and I called my ISP to change it but might there be another reason? I allowed everything through windows firewall.
trobanko is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 06-24-2020 , 07:12   Re: Friends cannot join CS:GO server
Reply With Quote #2

Which operating system are you running the server on?
Make sure the firewall is configured correctly.

You only really need to port forward the game port e.g. 27015 TCP/UDP to join.
Use the following start command but fill in your public IP.

Code:
srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 +sv_setsteamaccount 94A1E80F752150BF71C818D8XXXXXXXX -ip XXX.XXX.XXX.XXX -port 27015
TomL. is offline
trobanko
Junior Member
Join Date: Jun 2020
Old 06-24-2020 , 07:21   Re: Friends cannot join CS:GO server
Reply With Quote #3

Quote:
Originally Posted by TomL. View Post
Which operating system are you running the server on?
Make sure the firewall is configured correctly.

You only really need to port forward the game port e.g. 27015 TCP/UDP to join.
Use the following start command but fill in your public IP.

Code:
srcds -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2 +sv_setsteamaccount 94A1E80F752150BF71C818D8XXXXXXXX -ip XXX.XXX.XXX.XXX -port 27015
I am running the server on windows and the firewall is configured correctly as far as I know, when I add my ip using the line you sent i get this error in console "CreateBoundSocket: ::bind returned error [no name available](10049)" I don't know what to do.
trobanko is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 06-24-2020 , 07:24   Re: Friends cannot join CS:GO server
Reply With Quote #4

If you are going to use your default network interfaces IP and the default port which is 27015 anyways you can try it without -ip and -port.
TomL. is offline
trobanko
Junior Member
Join Date: Jun 2020
Old 06-24-2020 , 07:29   Re: Friends cannot join CS:GO server
Reply With Quote #5

Quote:
Originally Posted by TomL. View Post
If you are going to use your default network interfaces IP and the default port which is 27015 anyways you can try it without -ip and -port.
Removing -ip fixed the errors but my friend still cannot connect, when I join a game I connect to 192.168.1.38:27016 which is my ipv4 address, what I give my friend to connect to is my Public IP 94.201.xx.xx:27016 is that correct? because that does not work
trobanko is offline
TomL.
Veteran Member
Join Date: Oct 2017
Location: Germany
Old 06-24-2020 , 09:04   Re: Friends cannot join CS:GO server
Reply With Quote #6

I can take a look at your problem if you send me your contact details via PM.
TomL. is offline
trobanko
Junior Member
Join Date: Jun 2020
Old 06-24-2020 , 09:27   Re: Friends cannot join CS:GO server
Reply With Quote #7

Quote:
Originally Posted by TomL. View Post
I can take a look at your problem if you send me your contact details via PM.
Sent
trobanko is offline
trobanko
Junior Member
Join Date: Jun 2020
Old 06-24-2020 , 14:39   Re: Friends cannot join CS:GO server
Reply With Quote #8

Update, When I try to use the -ip x.x.x.x (i put in my public ip) command int he start file, I get this error in my command prompt CreateBoundSocket: ::bind returned error [no name available](10049) Anyone can help with this? My internet type is PPPoE

Here is my console (without -ip) https://pastebin.com/Z5nfKZgC

Last edited by trobanko; 06-24-2020 at 14:53.
trobanko is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 06-24-2020 , 16:16   Re: Friends cannot join CS:GO server
Reply With Quote #9

You can't bind to an IP address that is unavailable. You would need to setup your interface to use that IP address, the one it does have is the 192.168.1.3.
In this case you can add a outside network address to your launch parameters, simply add the following: -ip 192.168.1.3 +net_public_adr 94.xxx.xxx.37
Then you have to make sure you have forwarded your ports for the address 192.168.1.3 and that it is accessible from the outside.

Last edited by Maxximou5; 06-24-2020 at 16:17.
Maxximou5 is offline
trobanko
Junior Member
Join Date: Jun 2020
Old 06-25-2020 , 02:57   Re: Friends cannot join CS:GO server
Reply With Quote #10

Quote:
Originally Posted by Maxximou5 View Post
You can't bind to an IP address that is unavailable. You would need to setup your interface to use that IP address, the one it does have is the 192.168.1.3.
In this case you can add a outside network address to your launch parameters, simply add the following: -ip 192.168.1.3 +net_public_adr 94.xxx.xxx.37
Then you have to make sure you have forwarded your ports for the address 192.168.1.3 and that it is accessible from the outside.
Thanks! That worked! Thanks a lot, but now a new problem is I cannot connect, its on the commuinty server browser and my friends can join fine but I cannot connect with the local machine its being hosted on so I can play
trobanko is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:48.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode