SRX

last person joined: 4 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  web-management port

    Posted 06-06-2017 07:05

    Hi there,

     

    My web management is being accessed  from ge-0/0/0 and I need it to be accessed also by ge-1/0/0

    I need both allowed. which command I shoould run to add the ge-1/0/0 to the config below?

     

     services {
            ssh;
            telnet;
            xnm-clear-text;
            web-management {
                management-url admin;
                http {
                    port 8081;
                    interface [ vlan.0 ge-0/0/0.0 ];
                }
                https {
                    system-generated-certificate;
                }
            }

    Kind regards.



  • 2.  RE: web-management port
    Best Answer

    Posted 06-06-2017 15:52

    To add the port your use:

     

    set system services web-management http interface ge-1/0/0.0

    You will also need to confirm that the zone which this port is assigned allows the connection as well.

    set security zones security-zone NameOfZone host-inbound-traffic system-services http
    
    or
    
    set security zones security-zone NameOfZone host-inbound-traffic system-services all


  • 3.  RE: web-management port

    Posted 06-07-2017 13:41

    Worked. Thanks...

     

    Now my last question:

     

    My web-management-url  is set "admin".. how do I use this?

     

    my internal IP is 10.196.24.1, so if I put 10.196.24.1/admin is should open the web management?

    if yes its not working.

     

    I am using the 8081 port.

     

    Kind regards.



  • 4.  RE: web-management port

    Posted 06-07-2017 13:58

    Yes, the custom url comes after the ip address.  But in your case you also have a custom port which would be added.

     

    10.196.24.1:8081/admin