Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Turn off logging of ports 137-138-520 ??

Is there any way to turn off the logging of UDP on ports 520,137,138.


This thread was automatically locked due to age.
  • markhoward,

    i assume you'd like to get rid of broadcast Messages
    in the vilation log:

    Define 
    local-broadcast 192.168.x.255 255.255.255.255

    do the same for worldwide broadcast
    world broadcast 255.255.255.255 255.255.255.255

    Define a neworkgroup broadcast
    put the two broadcastdefinitions into the group

    Configure a packet filter
    ANY ANY {broadcast} DROP
    and move it on top

    That's it

    regards
    ollion
  • ollion

    Thanks a bunch, that did the trick. It's always nice to hear from someone who knows what he's talking about.

    Mark