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

NETBIOS - DROP DO NOT LOG

Hello.

For a very long time I've just accepted this netbios logging as A Way of Life, but recently have decided to fix it. 

The traffic indicated in the logs below *SHOULD BE* implicity DROPPED and NOT LOGGED. It may be getting dropped, but obviously it is getting logged. I don't want this, it makes me nervous, and this isn't the behavior one would expect from a good firewall. 

Even with EXPLICITY dropping this traffic: 

Ext_Interface__ { netbios } eth0_Network__ Drop 

It still gets logged. My question then is what the heck is going on here and how can I get this stuff to NOT LOG? 

Cheers,
-zeek

Jan 19 13:11:11 192.168.1.1 kernel: UDP Drop: IN=eth1 OUT= MAC=00:40:95:30[:D]2:11:00:02:3b:00:02:a4:08:00 SRC=80.145.49.108 DST=xxx.xxx.xxx.xxx LEN=78 TOS=0x00 PREC=0x00 TTL=119 ID=28085 PROTO=UDP SPT=1028 DPT=137 LEN=58
Jan 19 13:16:59 192.168.1.1 kernel: UDP Drop: IN=eth1 OUT= MAC=00:40:95:30[:D]2:11:00:02:3b:00:02:a4:08:00 SRC=62.226.144.44 DST=xxx.xxx.xxx.xxx LEN=78 TOS=0x00 PREC=0x00 TTL=116 ID=53353 PROTO=UDP SPT=1027 DPT=137 LEN=58
Jan 19 13:19:22 192.168.1.1 kernel: UDP Drop: IN=eth1 OUT= MAC=00:40:95:30[:D]2:11:00:02:3b:00:02:a4:08:00 SRC=65.178.224.44 DST=xxx.xxx.xxx.xxx LEN=78 TOS=0x00 PREC=0x00 TTL=116 ID=14866 PROTO=UDP SPT=1027 DPT=137 LEN=58


This thread was automatically locked due to age.
Parents
  • For info, these are the rules I use:

    8   Any  { netbios }  eth0_Interface__  Drop  
    9 Any Any { Broadcast_Group_All } Drop 
    10 Any { netbios } Any Drop 

    Where eth0_interface is the internal LAN interface

    Broadcast_group_all is a network group containing the broadcast addresses for all connected networks (eg,: 192.158.0.255/255.255.255.255) and a default "world broacast" of 255.255.255.255/255.255.255.255

      
Reply
  • For info, these are the rules I use:

    8   Any  { netbios }  eth0_Interface__  Drop  
    9 Any Any { Broadcast_Group_All } Drop 
    10 Any { netbios } Any Drop 

    Where eth0_interface is the internal LAN interface

    Broadcast_group_all is a network group containing the broadcast addresses for all connected networks (eg,: 192.158.0.255/255.255.255.255) and a default "world broacast" of 255.255.255.255/255.255.255.255

      
Children
No Data