Товарищи! Взываю к вам! Кто нибудь настраивал сабж?
Проблема в следующем.
ставлю half-life dedicated server на linux gentoo.
запускаю
# ./start.cs.sh
Auto-restarting the server on crash
Console initialized.
Protocol version 46
Exe version 3.1.1.1
Exe build: 22:35:19 Apr 29 2003 (2378)
Auth Server
Server IP address 192.168.1.1:27015
Server logging data to file logs/L0916008.log
L 09/16/2005 - 14:05:37: Log file started (file "logs/L0916008.log") (game "") (version "46/3.1.1.1/2378")
L 09/16/2005 - 14:05:37: Server cvar "mp_logmessages" = "1"
L 09/16/2005 - 14:05:37: Server cvar "mp_timelimit" = "25"
L 09/16/2005 - 14:05:37: Server cvar "mp_c4timer" = "30"
L 09/16/2005 - 14:05:37: Server cvar "mp_freezetime" = "4"
L 09/16/2005 - 14:05:37: Server cvar "mp_hostagepenalty" = "2"
L 09/16/2005 - 14:05:37: Server cvar "mp_tkpunish" = "1"
L 09/16/2005 - 14:05:37: Server cvar "allow_spectators" = "0"
L 09/16/2005 - 14:05:37: Server cvar "mp_startmoney" = "2400"
L 09/16/2005 - 14:05:37: Server cvar "mp_chattime" = "0"
L 09/16/2005 - 14:05:37: Server cvar "decalfrequency" = "60"
L 09/16/2005 - 14:05:37: Server cvar "sv_maxrate" = "8000"
L 09/16/2005 - 14:05:37: Server cvar "sv_minrate" = "4000"
L 09/16/2005 - 14:05:37: Server cvar "mp_timelimit" = "20"
L 09/16/2005 - 14:05:37: Log file closed
Server logging data to file logs/L0916009.log
L 09/16/2005 - 14:05:37: Log file started (file "logs/L0916009.log") (game "") (version "46/3.1.1.1/2378")
L 09/16/2005 - 14:05:37: Server cvar "mp_timelimit" = "25"
Master server communication disabled.
L 09/16/2005 - 14:05:45: World triggered "Round_Start"
в start.cs.sh у меня
#/bin/bash/
export LD_LIBRARY_PATH=/home/hlds/hlds_l:$LD_LIBRARY_PATH
./hlds_run -console -game cstrike -secure -insecure -nomaster +sv_lan 1 -port 27015 +ip 192.168.1.1 +maxplayers 16 +map de_dust -autoupdate
пытаюсь с виндовой тачки подключиться connect 192.168.1.1 или 192.168.1.1:27015
а оно не находит сервер.
tcpdump мне говорить следующее:
13:54:19.857427 IP 192.168.1.55.27005 > gate_dmn.27015: UDP, length: 20
13:54:25.866628 IP 192.168.1.55.27005 > gate_dmn.27015: UDP, length: 20
13:54:31.867334 IP 192.168.1.55.27005 > gate_dmn.27015: UDP, length: 20
13:54:37.895024 IP 192.168.1.55.27005 > gate_dmn.27015: UDP, length: 20
в чем проблема? Почему я не вижу сервер в сети?
Буду очень признателен Вашей помощи.