Troubleshoot VPN service issues
There are 3 types of VPN which you can configure on NSX edges:
- SSL-VPN Plus
- IPSec VPN
- L2 VPN
Lets start with troubleshooting IPSec VPN.
To troubleshoot any VPN issues, you should have knowledge of how to configure a VPN service so that you can verify that issue is not because of a mis-configured settings. To review the implementation and configuration of the IPSec VPN service refer to article
To run troubleshooting commands on the ESG where IPSec VPN service is configured, connect to the edge via SSH.
To view full list of commands for ipsec, run command: show service ipsec ?
Check IPSec VPN service status: show service ipsec
To see IPSec configuration run command: show config ipsec
Additionally you can configure the ESG (where IPSec is configured) to forward logs to a centralized syslog server.
Once syslog server is configured on ESG, you will find following log files forwarded to the syslog server.… Read More