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
If anyone have ideas, I'm open ;)
It's to use a port forward to redirect TCP and UDP (yes, both) traffic coming on port 28252 on the firewall to the computer's IP address. This won't open the port to external devices if done properly. This basically just bounce back the packets.
This requires that NAT reflection is enabled (should be by default, but on some firewalls [like mine] it's not).
I'm not sure if it's clear...
To make it work, you basically just need to make the connection APPEAR to be coming from the "outside". So, if I can find a built-in way to redirect packets from one IP address to another one WITHOUT assiging a new address to an interface on the same computer (because it's blocked by the client) and without an external device (or VM), it should work....