Support
Joined: 09 Oct 2002 Posts: 175 Location: Lausanne, Switzerland
|
Posted: Fri Jan 24, 03 8:54 Post subject: How do I block Net BIOS messages ? |
|
|
Net BIOS messages are the most common source of ISDN line openings. Most people prefer to stop these data packets from leaving their LAN. Below is a group of filters to block these messages.
Code: | # --- NetBIOS Filter Configuration
IP Filter Deny From Any To Any Port 137 .. 139/udp
IP Filter Deny From Any To Any Port 137 .. 139/tcp
IP Filter Deny From Any Port 137 .. 139/udp To Any Port 1 .. 65535/udp
IP Filter Deny From Any Port 137 .. 139/tcp To Any Port 1 .. 65535/tcp
IP Filter Allow From Any To Any
IP Filter On
|
|
|