SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX 240 - Interface is not authorized for HTTP access

    Posted 06-12-2017 05:55

    Hi

     

    I have problem with web-interface configuration. I am not able to connect to web managemnt.

    Every time i get: Interface is not authorized for HTTP access

     

    Device: SRX240 (JUNOS Software Release [12.1X44-D30])

     

    web-management {
        http {
            port 80;
            interface vlan.201;
        }
        https {
            port 443;
            system-generated-certificate;
            interface vlan.201;
        }
    }
    
    show configuration interfaces vlan.201    
    family inet {
        sampling {
            input;
            output;
        }
        address 10.15.1.1/24;
    }
    
    ...iguration security zones security-zone PT-ZA-mgmt    
    address-book {
        address za-mgmt-range 10.15.1.0/24;
    }
    host-inbound-traffic {
        system-services {
            ssh;
            ping;
            snmp;
            http;
            https;
        }
        protocols {
            all;
        }
    }
    interfaces {
        vlan.201 {
            host-inbound-traffic {
                system-services {
                    ping;
                    ssh;                    
                    snmp;                   
                    http;                   
                    https;                  
                }                           
                protocols {                 
                    all;                    
                }                           
            }                               
        }                                   
    }          

    rules are any to any

     

    Thanks for help



  • 2.  RE: SRX 240 - Interface is not authorized for HTTP access
    Best Answer

    Posted 06-12-2017 06:17

    Ok solved 🙂

     

    missing interface st0.0 (tunnel to branch) under system services.