View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 08-19-2016 , 19:34   Re: No error, the server process is running, but the client does not find the server
Reply With Quote #2

Quote:
Originally Posted by YuGiOhJCJ View Post
I have installed a Linux Counter-Strike 1.6 dedicated server on Slackware 14.1 following the SteamCMD guide [1].
Here is how I run the server:
Code:
./hlds_run -insecure -game cstrike +maxplayers 32 +ip 78.199.90.154 +port 27015 1>stdout.log 2>stderr.log &
Do you see something strange ?
Yes, why -insecure?
This ip 78.199.90.154 should be your local machine ip, to where you server is bound to.
If you have more than one, and want to bind them all to your server, use the ip as 0.0.0.0

Also, you cannot connect to your own server using your external ip, you need to use your local are network ip (LAN ip)
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline