Fixed the DNS issues and checked the propagation. These subdomains now resolve properly:
- play.pokemonserver.net
- ts.pokemonserver.net
If your computer cannot connect properly to these subdomains, flush your DNS cache.
On Windows:
- Open command prompt (run -> cmd -> enter OR flag + r -> cmd)
- Type "ipconfig /flushdns"
On Macintosh:
- Open Terminal
- In OS X v10.6 and below, type "sudo dscacheutil -flushcache"
- In OS X Lion and higher versions, type "sudo killall -HUP mDNSResponder"
On Linux:
- Assuming you're technically literate, restart the "nscd" daemon.