#!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/ ; ; Disable zipb mode ; dhcp server.. delete dhcp server pool poolid 0 ; recreate the default dhcp server (for guests) create dhcp server pool poolid 0 start-ip 192.168.1.50 end-ip 192.168.1.99 mask 255.255.255.0 gwy 192.168.1.1 enable modify dhcp server cfg enable ; disable the NAT modify nat global enable create nat rule entry ruleid 100000 napt ; switch on the zipb modify zipb cfg disable # make the changes permanent.. commit # gotta do this now reboot