SRX

 View Only
last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Web auth. is not shown

    Posted 12-19-2018 22:58

    Hi 

    I try to configure pass-through auth with web auth. but web auth. is not shown

     

    1. i already designed interface for web auth. and enable web-authentication

    [edit interfaces ge-0/0/0]
    root# show
    unit 0 {
    family inet {
    address 10.3.0.137/24 {
    preferred;
    }
    address 10.3.0.138/24 {
    web-authentication http;
    }
    }
    }

     

    2. I've configured policy 

     

    policy Captive-required {
    match {
    source-address any;
    destination-address any;
    application any;
    }
    then {
    permit {
    firewall-authentication {
    pass-through {
    access-profile profile1;
    web-redirect;
    }
    }
    }
    log {
    session-init;
    session-close;
    }
    count;
    }
    }

     

    3. My profile is tied with AD. Now AD status is connected

     

    4. Error page as belowCapture.PNG

     



  • 2.  RE: Web auth. is not shown
    Best Answer

    Posted 12-19-2018 23:17

    Did you enable http under system services "set system services web-management http"

     



  • 3.  RE: Web auth. is not shown

    Posted 12-20-2018 00:10

    Oh I forgot 

    Thank!!!