#!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/ ; ; remove BitTorrent (crazy!).. ; BitTorrent (Azureus) firewall rules.. delete ipf rule entry ruleid 49200 delete ipf rule entry ruleid 49201 ; NAT rule delete nat rule entry ruleid 49200 # make the changes permanent.. commit #!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/ ; ; for eMule running on a peecee at 192.168.1.3 ; essential tweaks.. nbsize maxipsess 511 ; tweak the NAT / timeout settings ; you may want to play with these, still.. modify nat global tcpidletimeout 3600 tcpclosewait 30 tcptimeout 30 udptimeout 45 enable ; #eMule firewall rules.. create ipf rule entry ruleid 4662 ifname public dir in act accept transprot eq num 6 destport eq num 4662 seclevel high medium low create ipf rule entry ruleid 4672 ifname public dir in act accept transprot eq num 17 destport eq num 4672 seclevel high medium low ; NAT.. create nat rule entry ruleid 4662 rdr lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 4662 destportto num 4662 lclport num 4662 create nat rule entry ruleid 4672 rdr lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 4672 destportto num 4672 lclport num 4672 # one rule to NAT them all.. create nat rule entry ruleid 100000 napt # make the changes permanent.. commit