Friday, May 20, 2016

Checking connectivity between servers

Use powershell:

(New-Object System.Net.WebClient).DownloadString("http://www.google.com")

Instead of google, you can put the IP based url of the other server, if you get "Unable to connect to remote server", then probably there is an issue with firewall/security groups or other connectivity.

No comments: