> The SANS site http://www.sans.org/dosstep/ list some IP's that should be
> blocked from leaving a firewall. The code in the stopMartians function
> of (Dachstein) ipfilter.conf blocks all but one of the addresses listed
> in that document. The exception is
>
> 192.0.2.0/24        - TEST-NET
>
> ipfilter.conf has the rule
> $IPCH -A $LIST -j DENY -p all  -s 192.0.0.0/24 -d 0/0 -l $*
>
> Is that a typo?

No...the 192.0.0.0/24 network is being denied because of it's default use by
some printers and print-servers.

The 192.0.2.0/24 network should be added to the stopMartians list.

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to