LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   need help with half life dedicated server (https://www.linuxquestions.org/questions/linux-networking-3/need-help-with-half-life-dedicated-server-77886/)

chiatello 07-31-2003 10:21 PM

need help with half life dedicated server
 
ok im running a half-life dedicated server, and when i run it



gateway hlds_l # ./hlds_run -game ts +maxplayers 6
Auto-restarting the server on crash
Host_Init
Added packfile /hlds/hlds_l/valve/pak0.pak (985 files)
Protocol version 46
Exe version 3.1.1.0
Exe build: 14:46:34 Jun 11 2002 (2056)
WON Auth Server
Server logging data to file /hlds/hlds_l/ts/logs/L0731002.log
L 07/31/2003 - 22:53:06: Log file started (file "/hlds/hlds_l/ts/logs/L0731002.log") (game "ts") (version "46/3.1.1.0/2056")
L 07/31/2003 - 22:53:06: Server cvar "deathmatch" = "1"
Server IP address 127.0.0.1:27015



this is whta it says

and its working fine except

it says that the "server IP address is 127.0.0.1:27015"
the server ip address should really be the DHCP, that is assigned to it

which is 192.168.1.102


any of you guys know how i can change th is?

kenget 07-31-2003 11:22 PM

You have to specify the IP in the command line... ie.

./hlds_run -game cstrike +ip <your IP here> +maxplayers 10 +map cs_assault

Here is where I go for all my linux cs server needs...

http://server.counter-strike.net/ser...wto&show=linux


All times are GMT -5. The time now is 06:45 PM.