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.
sharmaj
Staff
Staff
Article Id 208485
Description This article describes how to add the MAC/IP addresses to the exempt list of the captive portal or prevent the MAC/IP from email collection.
Scope FortiGate v6.0+.
Solution

It is always possible to exempt some or the other user/IP to be exempted from the captive portal page.

 

Follow the below steps for the same:

  1. Go to Network.
  2. Select the interfaces tab.
  3. Scroll down to option - Security mode.
  4. Set security mode as a captive portal.
  5. Furthermore, under the exempt sources tab, choose the addresses tab and select MAC/IP address created.

 

If not already created, it is possible to create it like this as in the image below:


sharmaj_0-1649155584498.png

 

For email collection exemptions, two firewall policies are required:

  • Firewall policy with the source address as the IP/MAC to be exempted and email collection set to disabled:

 

Snippet of the commands required:


config firewall policy

    edit <ID>

        set email-collect disable 
    end

  1. Firewall policy with the source address negate option enabled and email collection enabled:


Snippet of the commands required:

 

config firewall policy

    edit <ID>
        set srcaddr-negate enable

        set email-collect enable
    end

 

Capture.PNG