# # # file: /etc/ipf.rules # # version: 19.01.24a # # platform: SUPERMICRO # # Created: Thu Jan 24 05:04:00 UTC 2019 # Updated: Fri Jan 25 13:55:22 EST 2019 # # ############################################################################## # # Standard Rules # # pass all traffic on loopback interface pass in quick on lo0 all pass out quick on lo0 all # # block all short packets block return-icmp-as-dest in log quick all with short # # block all packets with IP options block return-icmp-as-dest in log quick all with ipopts # # block all traffic on local network block return-icmp-as-dest in log quick from any to 127.0.0.0/8 block out log quick from 127.0.0.0/8 to any # # pass (and don't log) everything pass in quick all pass out quick all # # ############################################################################## # # # #