SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  lo0 filter friendly for UTM

    Posted 09-01-2010 06:52

    Hi All,

     

          Does anyone know what exception should be created in order to have a filter on lo0 ( For security and managment access) and still have the UTM get all its updates and jazz.

     

    Here is my current filter on lo0 that kills all UTM functions

     

    Family inet

       filter conf-services

           term routing

              from

                    protocol ospf

             then

                    accept

          term admin-allow

              from 

                 source-prefix-list  permited-IP's

              then

                 accept

          term  everythingelse

               then

                  discard

     

    Thanks!



  • 2.  RE: lo0 filter friendly for UTM

    Posted 09-01-2010 07:13

    Is this with multiple or single routing instances?  And is this in a cluster?  If the destination UTM server is not in the default routing instance, that may be part of the problem. 



  • 3.  RE: lo0 filter friendly for UTM

    Posted 09-01-2010 07:29

    single box, single routing instance.



  • 4.  RE: lo0 filter friendly for UTM

    Posted 09-01-2010 07:34

    You'll have to allow 9020 UDP for Surf Control Integrated.  I'm not sure about the other services though.



  • 5.  RE: lo0 filter friendly for UTM
    Best Answer

    Posted 09-01-2010 08:34

    You have a few ways to handle this.

     

    One of the easiest is to change your last term to an "accept all" instead of "deny all", and have two terms before it: ssh and https accept from certain source IPs; ssh and https deny from all; followed by allow all. This avoids needing to know each port you need to open up. It also means you'd trust the SRX to be secure.

     

    If you do want to explicitly allow, you could remove the filter, run a monitor traffic, run UTM updates, then go through the capture file to see what protocols are being used.