#!v0.1 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; This is an ARSE (Automatic Router Scripting Engine) script ; [For Viking I chipset] ; ; for more details see here.. ; http://corz.org/windows/software/accessories/Automatic-Router-Scripting-Engine/ ; ; default stealth script ; this rule allows all outgoing communication from LAN > INTERNET create ipf rule entry ruleid 5 dir out act accept storestate enable seclevel high medium low ; this rule denies all traffic from INTERNET > LAN create ipf rule entry ruleid 500000 ifname public dir in act deny log enable seclevel high medium low ; two rules, that's it! # make the changes permanent.. commit