#!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/ ; ; ; XP Remote Desktop Port-Forward Script ; ; this ruleset enables port-forwarding for XP's Remote Desktop ; to a machine at IP 192.168.1.3 ; firewall rule.. create ipf rule entry ruleid 3389 ifname public dir in act accept transprot eq tcp destport eq num 3389 seclevel high medium low ; NAT rule.. create nat rule entry ruleid 3389 rdr lcladdrfrom 192.168.1.3 lcladdrto 192.168.1.3 destportfrom num 3389 destportto num 3389 # make the changes permanent.. commit