Question: I need a way to automate routine tests that tell me if my website is reachable from remote addresses. Local tests and scripts from my own machines are not enough because these tests are inconclusive (return false positives).
Is there a service or programming trick I can use to routinely attempt to connect to my site where the connections are always external to my local subnet?