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

Stopin the log of netbios requests

I'm trying to stop Astaro from loging NetBIOS related packets from beiing loged (but they should still be dropped).

In order to do so, I created a new packet filter rule that does that drop netBIOS traffic, disable log. I also made sure the rule was enabled.

Alas, it doesn't seem to have the expected result: UDP 137/138 pakets are still loged.

What am I missing here ?


This thread was automatically locked due to age.
Parents
  • [ QUOTE ]
    I'm trying to stop Astaro from loging NetBIOS related packets from beiing loged (but they should still be dropped).

    In order to do so, I created a new packet filter rule that does that drop netBIOS traffic, disable log. I also made sure the rule was enabled.

    Alas, it doesn't seem to have the expected result: UDP 137/138 pakets are still loged.

    What am I missing here ? 

    [/ QUOTE ]
    you ahve to point the drop rule towards an interface as a destination for hte dropping of netbios to not get logged
  • You also need to drop netbios packets to the broadcast addresses.

    On ASL 5, I've got a Service Group called 'Spam' with all 3 netbios services included, and then I have a Broadcasts group containing the broadcast IPs for each nic. 
    I also have the EXT IP in this group, but you should be careful with your PF rules if you're going to include that.

    Then, you need a PF rule to drop 
    from Any - service Spam - dest Broadcasts

    You can also add things like MSSQL_Monitor (slammer worm) to your Spam group.

    Barry
Reply
  • You also need to drop netbios packets to the broadcast addresses.

    On ASL 5, I've got a Service Group called 'Spam' with all 3 netbios services included, and then I have a Broadcasts group containing the broadcast IPs for each nic. 
    I also have the EXT IP in this group, but you should be careful with your PF rules if you're going to include that.

    Then, you need a PF rule to drop 
    from Any - service Spam - dest Broadcasts

    You can also add things like MSSQL_Monitor (slammer worm) to your Spam group.

    Barry
Children