Skip to content

Commit 4929936

Browse files
[MWAN] Fortinet nat-t (#21468)
* added nat-t * refined text * added link * Apply suggestions from code review Co-authored-by: Jun Lee <[email protected]> --------- Co-authored-by: Jun Lee <[email protected]>
1 parent c0f5fab commit 4929936

File tree

1 file changed

+22
-0
lines changed
  • src/content/docs/magic-wan/configuration/manually/third-party

1 file changed

+22
-0
lines changed

src/content/docs/magic-wan/configuration/manually/third-party/fortinet.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,28 @@ config system settings
7575
end
7676
```
7777

78+
### Configure NAT-T (optional)
79+
80+
If you have NAT traversal (NAT-T) on your network, you need to enable this feature and initiate IKE communications on port `4500`.
81+
82+
To set the IKE port, add the following to your system settings:
83+
84+
```txt
85+
config system settings
86+
set ike-port 4500
87+
end
88+
```
89+
90+
To enable NAT-T, add `set nattraversal enable` to the IPsec tunnels you are configuring.
91+
92+
```txt
93+
fortigate # config vpn ipsec phase1-interface
94+
edit "<NAME_OF_YOUR_TUNNEL>"
95+
set nattraversal enable
96+
```
97+
98+
Refer to [Fortinet's documentation](https://community.fortinet.com/t5/FortiGate/Technical-Tip-IPSec-VPN-NAT-traversal/ta-p/197873) for more details.
99+
78100
### Disable anti-replay protection
79101

80102
For route-based IPsec configurations, you will need to disable anti-replay protection. The command below disables anti-replay protection globally, but you can also do this per firewall policy. Refer to Fortinet's documentation on [anti-replay support per policy](https://community.fortinet.com/t5/FortiGate/Technical-Tip-Anti-Replay-option-support-per-policy/ta-p/191435) to learn more.

0 commit comments

Comments
 (0)