Technical Tip: IPsec tunnel with FortiGate using Starlink ISP
| Description | The article describes a solution to achieve site-to-site communication between a FortiGate using Starlink as an ISP and another FortiGate. |
| Scope | FortiOS. |
| Solution | Starlink uses Carrier-Grade Network Address Translation (CGNAT) which is a type of NAT used by ISP. To achieve Site-to-Site communication between firewalls, Dial-up VPN tunnel must be used as shown in the following diagram. To overcome communication issues, NAT-T must be used to encapsulate ESP packets with UDP 4500.
Dial-up Client: CLI1: exec ping <destination-IP> CLI2: diagnose sniffer packet any " host <destination-IP> and icmp " 4 0 l Dial-up Server: CLI1: diagnose sniffer packet any " icmp " 4 0 l
diagnose debug reset
|

