Skip to content

How to test the access from Iran to your VPN server

Ehsan Mohandesi edited this page May 19, 2024 · 4 revisions
  1. Create a simple index.htm file on your VPN server by running the following command which creates the file and adds a sample content to it.
echo "<html> <head> <title>Test Page</title> </head> <body> You viewed the page.  </body> </html>" > index.htm
  1. Run an HTTP server on your server.
python3 -m http.server 80
  1. Go to https://check-host.net/, enter your server's IP address in the search box, and click the HTTP button. If the results show OK for the Iranian cities, it means your server is accessible in Iran. If the results show OK for cities in other countries, but not OK for all or some cities in Iran, then you need to use another IP for your server.

image

Clone this wiki locally