SRX

last person joined: 3 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Manage Cluster with J-Web

    Posted 01-25-2010 08:09

    I have set up a cluster with two SRX240 Junos 10.0R2.10 from scratch (complete deletion of config) as I could not get rid of the vlan config initally.

     

    Cluster works but I cannot use J-Web anymore.

    What config statements are needed to enable the J-Web interface?

    I have set the service as:

        services {
            web-management {
                http {
                    port 8080;
                    interface reth1.0;
                }
            }
        }

    reth 1.0 is in security zone trust.

     

    In general the cluster is operational in that I can route through to untrst hosts from the trust interface.

     

    Thanks

     



  • 2.  RE: Manage Cluster with J-Web
    Best Answer

    Posted 01-25-2010 20:32

    it should work, please check "security-zone" configuration and enable http.

     

     

    root@# set security zones security-zone <zone-name> host-inbound-traffic system-services ?                 
    Possible completions:
      all                  All system services
      any-service          Enable services on entire port range
      dns                  DNS and DNS-proxy service
      finger               Finger service
      ftp                  FTP
      http                 Web management service using HTTP
      https                Web management service using HTTP secured by SSL
      ident-reset          Send back TCP RST to IDENT request for port 113
      ike                  Internet Key Exchange
      netconf              NETCONF service
      ntp                  Network Time Protocol service
      ping                 Internet Control Message Protocol echo requests
      reverse-ssh          Reverse SSH service
      reverse-telnet       Reverse telnet service
      rlogin               Rlogin service
      rpm                  Real-time performance monitoring
      rsh                  Rsh service
      sip                  Enable Session Initiation Protocol service
      snmp                 Simple Network Management Protocol service
      snmp-trap            Simple Network Management Protocol traps
      ssh                  SSH service
      telnet               Telnet service
      tftp                 TFTP             
      traceroute           Traceroute service
      xnm-clear-text       JUNOScript API for unencrypted traffic over TCP
      xnm-ssl              JUNOScript API service over SSL
    [edit]
    root@#

     

     

     

    thanks

    raheel



  • 3.  RE: Manage Cluster with J-Web

    Posted 01-26-2010 01:34

    Raheel,

     

    You cracked it.

     

    Well done and thanks.

     

    Next time I will try to be a little less liberal with the delete statement!