Добрый день!
Хочу под linux запустить сервер HL Deathmatch рядом с работающим сервером CS.
CS работает на 27015 порту.
Указываю другой порт:
./hlds_run -debug -game valve +ip 0.0.0.0 +port 27050 +sv_lan 0
Сервер стартует
./hlds_run -debug -game valve +ip 0.0.0.0 +port 27050 +sv_lan 0
Auto detecting CPU
Using AMD Optimised binary.
Enabling debug mode
Auto-restarting the server on crash
Console initialized.
scandir failed:/opt/games2/./platform/SAVE
Protocol version 48
Exe version 1.1.2.1/Stdio (valve)
Exe build: 15:57:57 Jun 15 2009 (4617)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 0.0.0.0:27050
Metamod version 1.19 Copyright (c) 2001-2006 Will Day <willday@metamod.org>
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.
AMX Mod X version 1.8.1.3746 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.
[DPROTO]: Version 0.9.87 Linux
[DPROTO]: Loading config './valve/dproto.cfg'
[DPROTO]: LoggingMode = 2
[DPROTO]: Config sucessfully loaded.
[DPROTO]: Done.
порты проброшены с соседней виртуалки с внешним адресом
iptables -t nat -A PREROUTING --dst XXX.XXX.XXX.XXX -p udp --dport 27015 -j DNAT --to-destination 192.168.14.4
iptables -t nat -A PREROUTING --dst XXX.XXX.XXX.XXX -p udp --dport 27050 -j DNAT --to-destination 192.168.14.4
iptables -t nat -A PREROUTING --dst XXX.XXX.XXX.XXX -p udp --dport 26900 -j DNAT --to-destination 192.168.14.4
nc -zu 192.168.14.4 27050
Connection to 192.168.14.4 27050 port [udp/*] succeeded!
извне порт 27050 тоже отзывается.
Сервер CS (27015) работает, к HL (27050) подключиться не могу - в клиенте сервер Not responding.
Куда еще копнуть? Спасибо.Добавлено (2016-02-10, 16:47)
---------------------------------------------
Ага, при попытке подключения из консоли:
7869 Segmentation fault (core dumped) $HL_CMD
Буду копать