SRX

last person joined: 3 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  SRX Problems

    Posted 09-17-2009 21:46

    1.When I enable UTM policies internet surfing gets dead slow. Why?

    2. How to Block Application sets- Like Peer-peer sites,KAAZAA,edonkey,limewire.

     3. Logging - How can I get detailed logging for ip based website access



  • 2.  RE: SRX Problems
    Best Answer

    Posted 09-18-2009 01:40

    1) Try this in you config

     

    set security flow traceoptions file flowtrace size 5 files 2

    set security flow traceoptions flag basic-dtapath

    set security packet-filter my_filter source-prefix <source-ip>

    commit

     

    Then try to browse and look in the output from the trace with show log flowtrace to see what's going on.

     

    when you're ready: rollback 1 to disble the tracing

     

    2) In the IDP module you can do application recognition en set the block action

     

    3) set logiing to your policy and review in the rtlogd log file.

       To enable loging set log session-close on the permit level of the policy (then log session-close) 

       To view the log: show log rtlogd

     

     

     

     



  • 3.  RE: SRX Problems

    Posted 09-24-2009 23:46

    How much BW do you have for your Internet connection? Reason I ask is if you are constantly utilizing max bandwidth then your SurfControl web-filtering check traffic will also need to contend with that traffic. SurfControl will use UDP 9020 so it could take some time before the UF receives a response which will slow down your web surfing. One thing that can be done to help is to maximize your cache size and duration to decrease the amount of UF traffic, though that really would only help if you surf same sites constantly. If I find any other things that could help, I'll let you know.

     

    -Richard