vSRX

  • 1.  J-WEB doesn't works at Firewall SRX300

    Posted 05-11-2022 11:43
    Hello community,

    Please I need help to find the problem for this problem.
    I have 2 firewalls and I'll try apply the J-WEB service.
    From de server I can ping the management IP, but telnet at 443 port isn't works.
    Is impossible to open the J-WEB in a browser. (I've attachment a simple topology about the connections and a error in a browser)

    I've read some documents and did some tests, but nothing works well =(
    Please if you had a same problem or Know some adjusts to correct this problems, share with me.
    I appreciate the help from you!!!


    interfaces {
    fxp0 {
    unit 0 {
    family inet {
    address 129.214.16.250/24;
    }
    }
    }
    }
    routing-instances {
    mgmt_junos {
    description mgmt_instances;
    routing-options {
    static {
    route 129.214.17.0/24 next-hop 129.214.16.94;  ==> route to server 129.214.17.102 
    }
    }

    services {
    ssh {
    root-login allow;
    }
    netconf {
    ssh;
    }
    web-management {
    management-url root;
    http {
    interface fxp0.0;
    }
    https {
    system-generated-certificate;
    }
    }
    }

    ------------------------------
    Jocileia Dionizio
    ------------------------------


  • 2.  RE: J-WEB doesn't works at Firewall SRX300

    Posted 05-11-2022 19:51
    Looks like the interface specification is missing from the https protocol under web management.

    ------------------------------
    Steve Puluka BSEET - Juniper Ambassador
    IP Architect - DQE Communications Pittsburgh, PA (Metro Ethernet & ISP)
    http://puluka.com/home
    ------------------------------