Skip to main content
Jack_Gerbs
New Member
July 3, 2013
Question

Captive Portal No Authentication

  • July 3, 2013
  • 2 replies
  • 3462 views
I’d like to create a Captive Portal and have the user check the agreement box, but not have to provide any credentials to accomplish connect. When I create the captive portal it requires me to enter a user group, and each user in the group is required to have a password. I am running several different versions on different units ranging from 4.3P11 to 5.0P3 60Ds to 200Bs. Thanks for your help in advance...

    2 replies

    rwpatterson
    New Member
    July 3, 2013
    I don' t use FGT for my wireless, but I had the same issue. The way my vendor rolled out the solution was to change the HTML page with a hidden field that forced the login credentials in with just a visible ' Accept' button along with the acceptable use policy. There should be a similar solution here.
    ede_pfau
    SuperUser
    SuperUser
    July 4, 2013
    Some time ago I discovered this: you can enable a Disclaimer Page in the policy ' wlan' ->' wan' like this:
     config firewall policy      edit 42          set srcintf " internal"           set dstintf " some_VPN_tunnel"               set srcaddr " BEDV_LAN"                            set dstaddr " all"                        set action accept          set utm-status enable          set disclaimer enable          set schedule " always"           set service " ANY"                        set av-profile " scan"           set profile-protocol-options " scan"           set logtraffic enable      next  end  
    The Disclaimer option is meant to be used with Identity Based policies but does work without it as well.