[ language.ini ] config language=en [ script.ini ] add name=autopvc_add_qos index=0 command="qosbook add name _auto_$1_$2 class $3 tx_peakrate $4 tx_sustrate $5 tx_maxburst $6 rx_peakrate $4 rx_sustrate $5 rx_maxburst $6 dynamic yes" add name=autopvc_delete_qos index=0 command="qosbook delete name _auto_$1_$2" add name=autopvc_add_bridge index=0 command="qosbook add name _auto_$1_$2 class $3 tx_peakrate $4 tx_sustrate $5 tx_maxburst $6 rx_peakrate $4 rx_sustrate $5 rx_maxburst $6 dynamic yes" add name=autopvc_add_bridge index=1 command="phonebook add name _auto_$1_$2 addr $1.$2 type any dynamic yes" add name=autopvc_add_bridge index=2 command="bridge ifadd intf _auto_$1_$2 dest _auto_$1_$2" add name=autopvc_add_bridge index=3 command="bridge ifconfig intf _auto_$1_$2 qos _auto_$1_$2" add name=autopvc_add_bridge index=4 command="bridge ifattach intf _auto_$1_$2" add name=autopvc_delete_bridge index=0 command="bridge ifdetach intf _auto_$1_$2" add name=autopvc_delete_bridge index=1 command="bridge ifdelete intf _auto_$1_$2" add name=autopvc_delete_bridge index=2 command="phonebook delete name _auto_$1_$2" add name=autopvc_delete_bridge index=3 command="qosbook delete name _auto_$1_$2" add name=autopvc_add_pppoerelay index=0 command="qosbook add name _auto_$1_$2 class $3 tx_peakrate $4 tx_sustrate $5 tx_maxburst $6 rx_peakrate $4 rx_sustrate $5 rx_maxburst $6 dynamic yes" add name=autopvc_add_pppoerelay index=1 command="phonebook add name _auto_$1_$2 addr $1.$2 type any dynamic yes" add name=autopvc_add_pppoerelay index=2 command="ethoa ifadd intf _auto_$1_$2 dest _auto_$1_$2" add name=autopvc_add_pppoerelay index=3 command="ethoa ifconfig intf _auto_$1_$2 qos _auto_$1_$2" add name=autopvc_add_pppoerelay index=4 command="ethoa ifattach intf _auto_$1_$2" add name=autopvc_add_pppoerelay index=5 command="ip ifwait intf _auto_$1_$2 timeout 15 adminstatus up" add name=autopvc_add_pppoerelay index=6 command="pppoe relay add port _auto_$1_$2" add name=autopvc_delete_pppoerelay index=0 command="pppoe relay delete port _auto_$1_$2" add name=autopvc_delete_pppoerelay index=1 command="ethoa ifdetach intf _auto_$1_$2" add name=autopvc_delete_pppoerelay index=2 command="ethoa ifdelete intf _auto_$1_$2" add name=autopvc_delete_pppoerelay index=3 command="phonebook delete name _auto_$1_$2" add name=autopvc_delete_pppoerelay index=4 command="qosbook delete name _auto_$1_$2" add name=autopvc_change_qos index=0 command="$$1 ifdetach intf $2" add name=autopvc_change_qos index=1 command="$$1 ifconfig intf $2 qos $3" add name=autopvc_change_qos index=2 command="$$1 ifattach intf $2" add name=autopvc_change_qos_pppoerelay index=0 command="ethoa ifdetach intf $1" add name=autopvc_change_qos_pppoerelay index=1 command="ethoa ifconfig intf $1 qos $2" add name=autopvc_change_qos_pppoerelay index=2 command="ethoa ifattach intf $1" add name=autopvc_change_qos_pppoerelay index=3 command="pppoe relay add port $1" add name=autopvc_change_qos_pppoeethoa index=0 command="ethoa ifdetach intf $1" add name=autopvc_change_qos_pppoeethoa index=1 command="ethoa ifconfig intf $1 qos $2" add name=autopvc_change_qos_pppoeethoa index=2 command="ethoa ifattach intf $1" add name=autopvc_change_qos_pppoeethoa index=3 command="pppoe ifattach intf $3" add name=autopvc_change_qos_pppoa index=0 command="pppoa ifdetach intf $1" add name=autopvc_change_qos_pppoa index=1 command="ip ifwait intf $1 timeout 5 adminstatus down" add name=autopvc_change_qos_pppoa index=2 command="pppoa ifconfig intf $1 qos $2" add name=autopvc_change_qos_pppoa index=3 command="pppoa ifattach intf $1" [ env.ini ] set var=CONF_REGION value=--- set var=CONF_PROVIDER value=--- set var=CONF_DESCRIPTION value="Factory defaults" set var=CONF_SERVICE value="Bridging on 0/35 and 8/35" set var=CONF_DATE value="Configuration modified manually" set var=HOST_SETUP value=auto set var=UPGRADE_URL value=http://www.speedtouch.com/upgrade500.htm set var=COLUMNS value=80 set var=ROWS value=24 set var=SESSIONTIMEOUT value=120 set var=CONF_TPVERSION value=1.2.0 [ wizard.ini ] [ snmp.ini ] config sysContact="Service Provider" sysName="SpeedTouch 530" sysLocation="Customer Premises" [ phone.ini ] add name=Br1 addr=0*35 type=ethoa add name=usb_port addr=usb.0.35 type=any add name=Br2 addr=8*35 type=ethoa add name=merVC addr=0*33 type=ethoa [ qos.ini ] config format=bytes add name=default class=ubr [ oam.ini ] config clp=1 loopbackid=6a6a6a6a6a6a6a6a6a6a6a6a6a6a6a6a mode port=dsl0 blocking=enabled mode port=dsl1 blocking=enabled mode port=atm2 blocking=enabled mode port=atm3 blocking=enabled mode port=aal5 blocking=enabled mode port=usb blocking=enabled [ pfirewall.ini ] chain create chain=sink chain create chain=forward chain create chain=source rule create chain=sink index=0 srcintfgrp=!wan action=accept rule create chain=sink index=1 prot=udp dstport=dns action=accept rule create chain=sink index=2 prot=udp dstport=bootpc action=accept rule create chain=sink index=3 action=drop rule create chain=forward index=0 srcintfgrp=wan dstintfgrp=wan action=drop rule create chain=source index=0 dstintfgrp=!wan action=accept rule create chain=source index=1 prot=udp dstport=dns action=accept rule create chain=source index=2 prot=udp dstport=bootps action=accept rule create chain=source index=3 action=drop assign hook=sink chain=sink assign hook=forward chain=forward assign hook=source chain=source [ label.ini ] chain create chain=user_labels [ bridge.ini ] ifadd intf=usb_bridge dest=usb_port ifconfig intf=usb_bridge ifattach intf=usb_bridge ifadd intf=Br1 dest=Br1 ifconfig intf=Br1 ifattach intf=Br1 ifadd intf=Br2 dest=Br2 ifconfig intf=Br2 ifattach intf=Br2 config age=300 filter=no_WAN_broadcast [ pptp.ini ] [ ethoa.ini ] ifadd intf=merIF dest=merVC ifconfig intf=merIF ifattach intf=merIF [ ipoa.ini ] [ cip.ini ] [ pppoerelay.ini ] [ dhcp.ini ] config autodhcp=off scantime=20 state=enabled trace=off policy verifyfirst=off trustclient=on pool add name=LAN_private pool config name=LAN_private intf=eth0 poolstart=10.0.0.1 poolend=10.0.0.254 netmask=24 gateway=10.0.0.138 server=10.0.0.138 primdns=200.44.32.12 secdns=200.44.32.13 leasetime=7200 [ pppoa.ini ] [ pppoe.ini ] [ ip.ini ] config forwarding=on firewalling=on redirects=on sourcerouting=off netbroadcasts=off ttl=64 fraglimit=64 defragmode=nat addrcheck=dynamic mssclamping=on apadd addr=10.0.0.138/8 intf=eth0 addroute=no type=1 ifconfig intf=loop mtu=1500 group=local linksensing=off ifconfig intf=eth0 mtu=1500 group=lan linksensing=off ifconfig intf=merIF mtu=1500 group=wan linksensing=off rtadd dst=255.255.255.255/32 gateway=10.0.0.138 rtadd dst=10.0.0.0/8 gateway=10.0.0.138 rtadd dst=224.0.0.0/4 intf=eth0 rtadd dst=0.0.0.0/0 intf=eth0 metric=70 [ autoip.ini ] ifadd intf=eth0 ifconfig intf=eth0 addr=169.254.34.7 poolstart=169.254.1.1 poolend=169.254.254.254 netmask=16 ifattach intf=eth0 [ eth.ini ] ifconfig intf=1 type=auto config intf=1 state=enabled [ usb.ini ] config state=enabled [ diagnostics.ini ] config pingtimeout=1000 pingpacketsize=20 [ dnsd.ini ] domain domain=lan add hostname=SpeedTouch start troff [ dhcr.ini ] ifconfig intf=eth0 relay=on add addr=127.0.0.1 intf=eth0 giaddr=10.0.0.138 [ dhcc.ini ] config trace=off ifadd intf=merIF ifconfig intf=merIF addr=200.84.96.227 addrtrans=pat dns=on gateway=on metric=1 dnsmetric=1 ifattach intf=merIF [ adslpots.ini ] config opermode=multimode maxbitspertoneUS=13 trace=off modemoption=00000000000000000000000000000000 [ nat.ini ] bind application=ESP port=1 bind application=FTP port=ftp bind application=GRE port=1 bind application=H323 port=h323 bind application=IKE port=ike bind application=ILS port=ldap bind application=ILS port=ils bind application=IRC port=irc-u bind application=PPTP port=1723 bind application=RAUDIO(PNA) port=realaudio bind application=RTSP port=rtsp bind application=SIP port=sip [ autopvc.ini ] config mode=active type=bridge opmode=partial overwrite=enabled peakrate=0 [ system.ini ] config upnp=enabled mdap=enabled drst=disabled config dcache=enabled [ upnp.ini ] config maxage=1800 writemode=full safenat=disabled [ endofarch ]