VPN profiles require the Internal network scanning add-on.
Common issues
VPN agent shows Offline
VPN agent shows Offline
Applies to VPN Agent (VM, Docker, Cloud) only.
- Verify outbound internet access from the agent
- Check firewall rules allow TCP port 22 to vpn2.pentest-tools.com
- Confirm the VPN UUID is correct
- Restart the agent
- Run a connection test and check the connection logs
Scans timeout or fail
Scans timeout or fail
- Verify the agent can reach the target (ping or telnet from the agent)
- Check internal firewall rules between the agent and the target
- Verify routing is configured correctly
- Confirm the target is responding on the expected ports
Intermittent connectivity
Intermittent connectivity
- Check network stability on the agent’s host
- Verify the agent has sufficient CPU and memory
- Review agent logs for errors
- Check for IP or port conflicts
Slow scan performance
Slow scan performance
- Check network latency between the agent and targets
- Verify agent resource utilization (CPU, memory)
- Consider placing the agent closer to the targets
- Check for bandwidth limitations
Connection logs
Both VPN Agent and Custom OpenVPN profiles provide connection logs for diagnosing issues. To view them:- Go to Settings > VPN Profiles
- Click on the profile name to open the details panel
- Scroll to Connection logs
Connection test statuses
| Status | Meaning |
|---|---|
| Success | Connection established |
| Refused | Firewall blocking or wrong server address |
| Timeout | Network unreachable or DNS issues |
| Auth Failed | Wrong username or password |
| TLS Error | Mismatched certificates or outdated TLS |
| Options Error | Incompatible options in config file |
| Unsupported | Unsupported VPN features in config |
Checking agent status
- Docker
- VM
Restarting the agent
- Docker
- VM
Contacting support
If you can’t resolve the issue, collect this information before contacting support:- Connection logs from the VPN profile details panel
- Agent logs (Docker:
docker logs pentest-agent, VM:cat /root/entrypoint.log) - Agent deployment type (Docker, VM, or Cloud)
- Steps you’ve already tried