#!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/ ; ; ; script to remove "console stealth" (aka. "Perfect Stealth") ; delete ipf rule entry ruleid 5 delete ipf rule entry ruleid 500000 # restore default stealth rule create ipf rule entry ruleid 500000 ifname public dir in log enable seclevel high medium low delete ipf rule entry ruleid 500002 delete nat rule entry ruleid 500000 modify upnp cfg nbstatus disable # make the changes permanent.. commit