I've got some problems using HLSW with srcds server behind router Cisco 2611XM.
HLSW ERROR: Connection failed (No connection could be made because the target machine actively refused it. )
SRCDS stands in LAN (192.168.0.0) with IP 192.168.0.7, all port are redirected (270xx UDP, 713x UDP, 1200 UDP, 2703x TCP, etc.). On the same machine there is also HLDS and everything works fine.
I tried with:
"logaddress_add <my workstation Internet IP>:7130"
but it only sends log output what is going on while i still can't control srcds with rcon command...
srcds start like this:
./srcds_run -console -game cstrike +map de_dust +exec server.cfg +maxplayers 14 -autoupdate -port 27017 +ip 192.168.0.7
(without +ip ... the same error)
On Cisco router i'm using redirect like this:
ip nat inside source static udp 192.168.0.7 27015 80.50.171.54 27015 extendable
Got any ideas ?
HLSW ERROR: Connection failed (No connection could be made because the target machine actively refused it. )
SRCDS stands in LAN (192.168.0.0) with IP 192.168.0.7, all port are redirected (270xx UDP, 713x UDP, 1200 UDP, 2703x TCP, etc.). On the same machine there is also HLDS and everything works fine.
I tried with:
"logaddress_add <my workstation Internet IP>:7130"
but it only sends log output what is going on while i still can't control srcds with rcon command...
srcds start like this:
./srcds_run -console -game cstrike +map de_dust +exec server.cfg +maxplayers 14 -autoupdate -port 27017 +ip 192.168.0.7
(without +ip ... the same error)
On Cisco router i'm using redirect like this:
ip nat inside source static udp 192.168.0.7 27015 80.50.171.54 27015 extendable
Got any ideas ?