Skip to main content
pkungatti_FTNT
Staff & Editor
Staff & Editor
September 23, 2019

Technical Tip: Configure to provide internet access for the guest users connected via the fortiAP through separate ISP link

  • September 23, 2019
  • 0 replies
  • 1181 views
Description
This article explains how to configure the guest users traffic for internet access connected via the fortiAP SSID  through separate ISP link.

Solution
Situation: When there is a multiple ISP link and need to send the internet traffic for the Guest users who are connected via the Guest SSID in the fortigate through the separate ISP link interface.

Solution: Configure a Policy route to allow the guest users internet traffic to pass through the desired ISP interface as shown in the below command:
#config router policy
    edit 1
        set input-device "Guest SSID" 
         set srcaddr "Guest"--- Guest Subnet
        set dstaddr "all"
        set output-device "port"------ ISP Wan interface.
    next
end