Documentation
README
VPN Troubleshooting
Decision tree for diagnosing and fixing VPN infrastructure problems. For beginners β specific commands and solutions, not abstract methodology.
When to Use
Use when the user reports ANY VPN problem:
- "VPN not working", "can't connect", "stopped working"
- "No internet", "slow speed", "works on Wi-Fi but not LTE"
- Deployment script failed
- Any error message related to VPN
The Iron Law
DIAGNOSE BEFORE FIXING. RUN THE COMMAND BEFORE CLAIMING THE RESULT.
Never suggest a fix without first running diagnostics. Never claim "fixed" without verifying.
Decision Tree
Step 1: Can we SSH to the server?
Run: python ssh_exec.py status
This is the opening of the README. Read the full README on GitHub.