All,
If you are experiencing the chronic disconnects on Moon Guard, and running a Windows OS, can you please do the following?
- While logged onto a character, open Command Prompt.
- Run the following command:
netstat -n | find " 137.221" | find “3724” | find “ESTABLISHED”
Output:
C:\Windows\System32>netstat -n | find " 137.221" | find “3724” | find “ESTABLISHED”
→ TCP 192.168.2.45:54017 137.221.96.152:3724 ESTABLISHED
- Right-click that output, and click “Mark”. Highlight the output you received, then right-click again (Ctrl + C will also work).
- Observe if any disconnects occur within that playing session, then paste the output into a reply. Attaching a WinMTR can help pinpoint the issue as well.
Edit: Added a leading space to only capture IPs beginning in 137.221. Unlikely, but you never know.
Edit 2: Change the test to a new methodology.
Edit 3: Condense instructions, improve netstat command.