#!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/ ; ; essential tweaks.. nbsize maxipsess 511 ; tweak the NAT / timeout settings ; you may need to play with these.. udptimeout 4 may be too low, so test, and increase it! modify nat global tcpidletimeout 3600 tcpclosewait 30 tcptimeout 30 udptimeout 4 enable ; the Battlefield UDP firewall rule.. create ipf rule entry ruleid 14567 ifname public dir in act accept transprot eq udp destport eq num 14567 seclevel high medium low ; NAT rule.. create nat rule entry ruleid 14567 rdr lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 14567 destportto num 14567 # one rule to NAT them all.. create nat rule entry ruleid 100000 napt # make the changes permanent.. commit