This wiki is archived from 2021-09-05

Russian Government Roskomnadzor Blocking AWS Login Servers: Difference between revisions

From Planetary Annihilation: TITANS and Classic PA Wiki
Jump to navigation Jump to search
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= [[File:Titans-icon.png|50px]] Russian Government Roskomnadzor Blocking Amazon Web Services (AWS) Servers =
= Russian Government Roskomnadzor Blocking Amazon Web Services (AWS) Servers =


The Russian Federal Service for Supervision of Communications, Information Technology and Mass Media (Roskomnadzor) is currently blocking large ranges of IP addresses including one of the Amazon Web Services (AWS) login servers for Planetary Annihilation:
NO LONGER BLOCKED
 
<del>The Russian Federal Service for Supervision of Communications, Information Technology and Mass Media (Roskomnadzor) is currently blocking large ranges of IP addresses including one of the Amazon Web Services (AWS) login servers for Planetary Annihilation:</del>
* https://arstechnica.com/information-technology/2018/04/in-effort-to-shut-down-telegram-russia-blocks-amazon-google-network-addresses/
* https://arstechnica.com/information-technology/2018/04/in-effort-to-shut-down-telegram-russia-blocks-amazon-google-network-addresses/


eg AWS 13.56.0.0/14 is currently blocked:
<del>eg AWS 13.56.0.0/14 is currently blocked:</del>
* https://github.com/zapret-info/z-i/raw/master/dump.csv
* https://github.com/zapret-info/z-i/raw/master/dump.csv


== [[File:gold-rank-icon.png|50px]] Temporary Local Hosts Workaround ==
== Temporary Local Hosts Workaround ==


Add the following to your local hosts file:
Add the following to your local hosts file:


<pre>
<pre>
52.9.58.101 4.uberent.com
52.9.58.101 uberent.com
52.24.156.38 mm.planetaryannihilation.net
</pre>
</pre>
That IP address may change later this year.


On Windows add to:
On Windows add to:


<pre>C:\Windows\System32\Drivers\etc\hosts</pre>
<pre>C:\Windows\System32\Drivers\etc\hosts</pre>
Verify in a command prompt the results of:
<pre>ping 4.uberent.com
ping uberent.com
ping mm.planetaryannihilation.net</pre>
ping will use your local hosts file to display the following: (ignore the no reply)
<pre>
Pinging 4.uberent.com [52.9.58.101]
Pinging uberent.com [52.9.58.101]
Pinging mm.planetaryannihilation.net [52.24.156.38]
</pre>

Latest revision as of 11:29, 9 September 2021

Russian Government Roskomnadzor Blocking Amazon Web Services (AWS) Servers

NO LONGER BLOCKED

The Russian Federal Service for Supervision of Communications, Information Technology and Mass Media (Roskomnadzor) is currently blocking large ranges of IP addresses including one of the Amazon Web Services (AWS) login servers for Planetary Annihilation:

eg AWS 13.56.0.0/14 is currently blocked:

Temporary Local Hosts Workaround

Add the following to your local hosts file:


On Windows add to:

C:\Windows\System32\Drivers\etc\hosts