Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
there are hardcoded IPs to servers that are not reachable anymore.
What (temporalily) solved this problem was some IPTABLES hacking:
add to NAT table:
-A PREROUTING -d 207.173.177.11/32 ! -i eth1 -p tcp -m tcp --dport 27030 -m comment --comment "HLDS hardcoded IP hack" -j DNAT --to-destination 208.64.200.189:27038
-A PREROUTING -d 207.173.177.12/32 ! -i eth1 -p tcp -m tcp --dport 27030 -m comment --comment "HLDS hardcoded IP hack" -j DNAT --to-destination 208.64.200.189:27038
-A PREROUTING -d 69.28.151.178/32 ! -i eth1 -p tcp -m tcp --dport 27038 -m comment --comment "HLDS hardcoded IP hack" -j DNAT --to-destination 208.64.200.189:27038
-A PREROUTING -d 69.28.153.82/32 ! -i eth1 -p tcp -m tcp --dport 27038 -m comment --comment "HLDS hardcoded IP hack" -j DNAT --to-destination 208.64.200.189:27038
-A PREROUTING -d 68.142.88.34/32 ! -i eth1 -p tcp -m tcp --dport 27038 -m comment --comment "HLDS hardcoded IP hack" -j DNAT --to-destination 208.64.200.189:27038
-A PREROUTING -d 68.142.72.250/32 ! -i eth1 -p tcp -m tcp --dport 27038 -m comment --comment "HLDS hardcoded IP hack" -j DNAT --to-destination 208.64.200.189:27038
the comment and the "! -i eth1" parts may be omitted (know what you are doing)
Now i can connect, but get the message: "ProtocolError - Bad message LengthPrefix" which seems to be a showstopper here