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.
afornaris
Staff
Staff
Article Id 198248

Description

 
Even though on most PPTP VPN configurations, the FortiGate typically acts as a DialUp server; certain environments may require the firewall to act as a client instead.


Solution

 
Prerequisites:
  • The FortiGate unit must be operating in NAT mode.
  • It must have a static public IP address.
  • FortiGate is not running High Availability.

PPTP client must be enabled on an internet-facing physical interface:
 
config sys int
    edit wan1
        set pptp-client enable
        set pptp-user user-test
        set pptp-pass *******
        set pptp-auth-type auto
        set pptp-server-ip 65.x.x.x.
        set l2forward enable
end