FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Nivedha
Staff
Staff
Article Id 309693
Description This article indicates logs to generate for ADVPN tickets.
Scope FortiGate.
Solution

There are two main issues with ADVPN. It can either be a routing issue or a tunnel issue.

 

For routing issues, collect the following debugs:

  • Details of the issue.
  • Topology details.
  • Source IP.
  • Destination IP.
  • Traffic flow: Source IP (LAN interface of FGTA) FGTA (IPSec tunnel name) ----- (IPSec tunnel name)  FGTB (LAN interface of FGTB) Destination IP. These details are important for TAC engineers to understand the topology.
  • Policy ID of Policies allowing traffic on  FGTA and FGTB.
  • Specific details of the traffic that is denied.
  • Config file of all FortiGates involved.
  • Routing commands:

get router info routing-table details <sourceip>

get router info routing-table details <destip>

 

  • If BGP is involved:

 

get router info bgp summary

get router info bgp network <source IP> <----- From remote FortiGate.

get router info bgp network <destination IP> <----- From local FortiGate.

 

diag sys session filter src <source IP>

diag sys session filter dst <destination IP>

diag sys session list

 

If it is a tunnel issue then the following details:

  • Details of the issue.
  • Topology details.
  • Traffic flow –FGTA (IPSec tunnel name) ----- (IPSec tunnel name)  FGTB. These details are important for TAC engineers to understand the topology.
  • Config file of all FGT involved.
  • Tunnel details:

diag vpn ike gateway list

diag vpn tunnel list

get vpn ipsec tunnel summary

 

  • IKE Debugs:

Related article:

Troubleshooting Tip: IPSEC Tunnel (debugging IKE)

Contributors