View Single Post
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