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.
jintrah_FTNT
Staff
Staff
Article Id 195463
Description
This article provides the command to find NAT table details from a FortiGate.

Solution
The following command fetches details of Source NAT and/or Destination NAT information from a FortiGate:
#get system session list
For example:

FGT # get system session list
PROTO   EXPIRE SOURCE           SOURCE-NAT       DESTINATION      DESTINATION-NAT
igmp    553    0.0.0.0:0        -                224.0.0.1:0      -
tcp     3595   10.130.0.59:49739 172.31.16.110:49739 54.75.226.147:443 -
udp     176    10.130.0.59:61876 172.31.16.110:61876 172.31.19.1:53   -
igmp    367    172.31.17.104:0  -                224.0.1.140:0    -
udp     176    10.130.0.59:58712 172.31.16.110:58712 172.31.19.1:53   -
tcp     3590   10.130.0.59:49707 172.31.16.110:49707 66.171.121.44:80 -
tcp     119    10.130.0.59:49711 172.31.16.110:49711 66.171.121.44:80 -
tcp     3595   10.130.0.59:49709 172.31.16.110:49709 66.171.121.44:80 -
udp     176    10.130.0.59:60644 172.31.16.110:60644 172.31.19.1:53   -
tcp     3596   10.130.0.59:49744 172.31.16.110:49744 46.137.125.35:80 -
udp     161    10.130.0.59:53528 172.31.16.110:53528 172.31.19.1:53   -
igmp    177    172.31.17.97:0   -                224.0.1.140:0    -
igmp    116    172.31.17.137:0  -                224.0.1.140:0    -
igmp    52     172.31.18.145:0  -                224.0.1.140:0    -
udp     175    10.130.0.59:55294 172.31.16.110:55294 172.31.19.1:53   -
tcp     3596   10.130.0.59:49749 172.31.16.110:49749 216.58.211.100:80 -
tcp     3596   10.130.0.59:49747 172.31.16.110:49747 173.194.45.90:80 -
tcp     3594   10.130.0.59:49731 172.31.16.110:49731 54.230.184.180:80 -
tcp     3598   10.130.0.59:49746 172.31.16.110:49746 173.252.88.66:443 -
tcp     3595   10.130.0.59:49738 172.31.16.110:49738 54.75.226.147:443 -
tcp     3591   10.130.0.59:49737 172.31.16.110:49737 88.221.112.131:80 -
tcp     3597   10.130.0.59:49712 172.31.16.110:49712 66.171.121.44:80 -
tcp     3591   10.130.0.59:49745 172.31.16.110:49745 46.137.125.35:80 -
tcp     3591   10.130.0.59:49743 172.31.16.110:49743 46.137.125.35:80 -
tcp     3592   10.130.0.59:49741 172.31.16.110:49741 46.137.125.35:80 -
tcp     3592   10.130.0.59:49753 172.31.16.110:49753 185.45.5.45:443  -
tcp     3592   10.130.0.59:49750 172.31.16.110:49750 104.155.59.14:80 -
tcp     3591   10.130.0.59:49748 172.31.16.110:49748 216.58.211.100:80 -
tcp     3592   10.130.0.59:49754 172.31.16.110:49754 54.175.214.91:80 -
tcp     3594   10.130.0.59:49759 172.31.16.110:49759 37.252.163.98:80 -
tcp     3589   10.130.0.59:49730 172.31.16.110:49730 173.194.45.63:443 -

FGT #

Contributors