hi
Im copied files to C:\program files\WIPFW and in this directory I made conf with this rulles to rc.fw
#!/bin/sh
#
#
cmd="./ipfw add"
# First flush the firewall rules
./ipfw -q -f flush
#Localhost rules
$cmd 100 pass all from any to any via lo*
# Prevent any traffic to 127.0.0.1, common in localhost spoofing
$cmd 110 deny log all from any to 127.0.0.0/8 in...
2009-03-25 06:39:44 UTC in wipfw