# turn on Address Mapping 
ipmap 172.16.0.0 2
# turn on Port Mapping
pmap on
# enable UDP broadcasts on ifn 1
#ipmapb 1
# put any permanent port mappings here
# hide the console after startup
hide
#Note: Thread alive sends a packet at 5-minute intervals to keep
#      DUN connections up. Comment out the kill command if you need
#      this feature.
kill alive
# start a CRON daemon
cron on
shell
#any further commands are executed when the above shell exits
duns off
echo STARTUP SHELL terminated.
