#!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 ; dhcp server.. delete dhcp server pool poolid 0 create dhcp server pool poolid 0 start-ip 192.168.1.3 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 disable ; switch on the zipb modify zipb cfg enable ; wise modify ppp intf ifname ppp-0 startondata # make the changes permanent.. commit # gotta do this now reboot