0% found this document useful (0 votes)
511 views

User 2

The document contains configuration files for various network services on a device. The cac.ini file configures ports and overbooking settings. The language.ini file sets the configuration language to English. The script.ini file defines scripts used to automatically add and remove configurations for PVC, bridge, PPPoE relay, IPoA, Ethernet over ATM, and PPoA services on the device.

Uploaded by

Edo
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
511 views

User 2

The document contains configuration files for various network services on a device. The cac.ini file configures ports and overbooking settings. The language.ini file sets the configuration language to English. The script.ini file defines scripts used to automatically add and remove configurations for PVC, bridge, PPPoE relay, IPoA, Ethernet over ATM, and PPoA services on the device.

Uploaded by

Edo
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 21

[ cac.

ini ]
config port=dsl0 state=enabled
config port=dsl1 state=enabled
config port=atm2 state=enabled
config port=aal5 state=disabled
config port=atm5 state=disabled
overbooking rt=0 nrt=0

[ language.ini ]
config language=en complete=no

[ script.ini ]
add name=autopvc_add_qos index=0 command="atm qosbook ctdadd name _auto_$1_$2_tx
conformance $3 peakrate $4 sustrate $5 maxburst $6 minrate $7 maxframe $8 celldelay
$9 realtime $10 dynamic enabled"
add name=autopvc_add_qos index=1 command="atm qosbook ctdadd name _auto_$1_$2_rx
conformance $11 peakrate $12 sustrate $13 maxburst $14 minrate $15 maxframe $16
celldelay $17 realtime $18 dynamic enabled"
add name=autopvc_add_qos index=2 command="atm qosbook add name _auto_$1_$2 txctd
_auto_$1_$2_tx rxctd _auto_$1_$2_rx dynamic enabled"
add name=autopvc_delete_qos index=0 command="atm qosbook delete name _auto_$1_$2"
add name=autopvc_delete_qos index=1 command="atm qosbook ctddelete name
_auto_$1_$2_tx"
add name=autopvc_delete_qos index=2 command="atm qosbook ctddelete name
_auto_$1_$2_rx"
add name=autopvc_add_bridge index=0 command="atm qosbook ctdadd name _auto_$1_$2_tx
conformance $3 peakrate $4 sustrate $5 maxburst $6 minrate $7 maxframe $8 celldelay
$9 realtime $10 dynamic enabled"
add name=autopvc_add_bridge index=1 command="atm qosbook ctdadd name _auto_$1_$2_rx
conformance $11 peakrate $12 sustrate $13 maxburst $14 minrate $15 maxframe $16
celldelay $17 realtime $18 dynamic enabled"
add name=autopvc_add_bridge index=2 command="atm qosbook add name _auto_$1_$2 txctd
_auto_$1_$2_tx rxctd _auto_$1_$2_rx dynamic enabled"
add name=autopvc_add_bridge index=3 command="atm phonebook add name _auto_$1_$2
addr $1.$2 dynamic enabled maxFwdCPCS_PDU $21 maxBwdCPCS_PDU $22"
add name=autopvc_add_bridge index=4 command="atm ifadd intf _auto_$1_$2_atm dest
_auto_$1_$2 dynamic enabled"
add name=autopvc_add_bridge index=5 command="atm ifconfig intf _auto_$1_$2_atm qos
_auto_$1_$2 encaps $19 fcs $20 ulp mac"
add name=autopvc_add_bridge index=6 command="atm ifattach intf _auto_$1_$2_atm"
add name=autopvc_add_bridge index=7 command="eth bridge ifadd intf _auto_$1_$2_eth
dest _auto_$1_$2_atm dynamic enabled"
add name=autopvc_add_bridge index=8 command="eth bridge ifconfig intf
_auto_$1_$2_eth"
add name=autopvc_add_bridge index=9 command="eth bridge ifattach intf
_auto_$1_$2_eth"
add name=autopvc_delete_bridge index=0 command="eth bridge ifdetach intf
_auto_$1_$2_eth"
add name=autopvc_delete_bridge index=1 command="eth bridge ifdelete intf
_auto_$1_$2_eth"
add name=autopvc_delete_bridge index=2 command="atm ifdetach intf _auto_$1_$2_atm"
add name=autopvc_delete_bridge index=3 command="atm ifdelete intf _auto_$1_$2_atm"
add name=autopvc_delete_bridge index=4 command="atm phonebook delete name
_auto_$1_$2"
add name=autopvc_delete_bridge index=5 command="atm qosbook delete name
_auto_$1_$2"
add name=autopvc_delete_bridge index=6 command="atm qosbook ctddelete name
_auto_$1_$2_tx"
add name=autopvc_delete_bridge index=7 command="atm qosbook ctddelete name
_auto_$1_$2_rx"
add name=autopvc_add_pppoerelay index=0 command="atm qosbook ctdadd name
_auto_$1_$2_tx conformance $3 peakrate $4 sustrate $5 maxburst $6 minrate $7
maxframe $8 celldelay $9 realtime $10 dynamic enabled"
add name=autopvc_add_pppoerelay index=1 command="atm qosbook ctdadd name
_auto_$1_$2_rx conformance $11 peakrate $12 sustrate $13 maxburst $14 minrate $15
maxframe $16 celldelay $17 realtime $18 dynamic enabled"
add name=autopvc_add_pppoerelay index=2 command="atm qosbook add name _auto_$1_$2
txctd _auto_$1_$2_tx rxctd _auto_$1_$2_rx dynamic enabled"
add name=autopvc_add_pppoerelay index=3 command="atm phonebook add name _auto_$1_$2
addr $1.$2 dynamic enabled maxFwdCPCS_PDU $21 maxBwdCPCS_PDU $22"
add name=autopvc_add_pppoerelay index=4 command="atm ifadd intf _auto_$1_$2_atm
dest _auto_$1_$2 dynamic enabled"
add name=autopvc_add_pppoerelay index=5 command="atm ifconfig intf _auto_$1_$2_atm
qos _auto_$1_$2 ulp mac"
add name=autopvc_add_pppoerelay index=6 command="atm ifattach intf _auto_$1_$2_atm"
add name=autopvc_add_pppoerelay index=7 command="eth ifadd intf _auto_$1_$2_eth
dest _auto_$1_$2_atm dynamic enabled"
add name=autopvc_add_pppoerelay index=8 command="eth ifattach intf _auto_$1_$2_eth"
add name=autopvc_add_pppoerelay index=9 command="ppp relay ifadd intf
_auto_$1_$2_eth"
add name=autopvc_delete_pppoerelay index=0 command="ppp relay ifdelete intf
_auto_$1_$2_eth"
add name=autopvc_delete_pppoerelay index=1 command="eth ifdetach intf
_auto_$1_$2_eth"
add name=autopvc_delete_pppoerelay index=2 command="eth ifdelete intf
_auto_$1_$2_eth"
add name=autopvc_delete_pppoerelay index=3 command="atm ifdetach intf
_auto_$1_$2_atm"
add name=autopvc_delete_pppoerelay index=4 command="atm ifdelete intf
_auto_$1_$2_atm"
add name=autopvc_delete_pppoerelay index=5 command="atm phonebook delete name
_auto_$1_$2"
add name=autopvc_delete_pppoerelay index=6 command="atm qosbook delete name
_auto_$1_$2"
add name=autopvc_delete_pppoerelay index=7 command="atm qosbook ctddelete name
_auto_$1_$2_tx"
add name=autopvc_delete_pppoerelay index=8 command="atm qosbook ctddelete name
_auto_$1_$2_rx"
add name=autopvc_add_ipoa index=0 command="atm qosbook ctdadd name _auto_$1_$2_tx
conformance $3 peakrate $4 sustrate $5 maxburst $6 minrate $7 maxframe $8 celldelay
$9 realtime $10 dynamic enabled"
add name=autopvc_add_ipoa index=1 command="atm qosbook ctdadd name _auto_$1_$2_rx
conformance $11 peakrate $12 sustrate $13 maxburst $14 minrate $15 maxframe $16
celldelay $17 realtime $18 dynamic enabled"
add name=autopvc_add_ipoa index=2 command="atm qosbook add name _auto_$1_$2 txctd
_auto_$1_$2_tx rxctd _auto_$1_$2_rx dynamic enabled"
add name=autopvc_add_ipoa index=3 command="atm phonebook add name _auto_$1_$2 addr
$1.$2 dynamic enabled maxFwdCPCS_PDU $21 maxBwdCPCS_PDU $22"
add name=autopvc_add_ipoa index=4 command="atm ifadd intf _auto_$1_$2_atm dest
_auto_$1_$2 dynamic enabled"
add name=autopvc_add_ipoa index=5 command="atm ifconfig intf _auto_$1_$2_atm qos
_auto_$1_$2 encaps $19 fcs $20 ulp ip"
add name=autopvc_add_ipoa index=6 command="atm ifattach intf _auto_$1_$2_atm"
add name=autopvc_add_ipoa index=7 command="ip ifadd intf _auto_$1_$2 dest
_auto_$1_$2_atm dynamic enabled"
add name=autopvc_add_ipoa index=8 command="ip ifattach intf _auto_$1_$2"
add name=autopvc_delete_ipoa index=0 command="ip ifdetach intf _auto_$1_$2"
add name=autopvc_delete_ipoa index=1 command="ip ifdelete intf _auto_$1_$2"
add name=autopvc_delete_ipoa index=2 command="atm ifdetach intf _auto_$1_$2_atm"
add name=autopvc_delete_ipoa index=3 command="atm ifdelete intf _auto_$1_$2_atm"
add name=autopvc_delete_ipoa index=4 command="atm phonebook delete name
_auto_$1_$2"
add name=autopvc_delete_ipoa index=5 command="atm qosbook delete name _auto_$1_$2"
add name=autopvc_delete_ipoa index=6 command="atm qosbook ctddelete name
_auto_$1_$2_tx"
add name=autopvc_delete_ipoa index=7 command="atm qosbook ctddelete name
_auto_$1_$2_rx"
add name=autopvc_add_ethoa index=0 command="atm qosbook ctdadd name _auto_$1_$2_tx
conformance $3 peakrate $4 sustrate $5 maxburst $6 minrate $7 maxframe $8 celldelay
$9 realtime $10 dynamic enabled"
add name=autopvc_add_ethoa index=1 command="atm qosbook ctdadd name _auto_$1_$2_rx
conformance $11 peakrate $12 sustrate $13 maxburst $14 minrate $15 maxframe $16
celldelay $17 realtime $18 dynamic enabled"
add name=autopvc_add_ethoa index=2 command="atm qosbook add name _auto_$1_$2 txctd
_auto_$1_$2_tx rxctd _auto_$1_$2_rx dynamic enabled"
add name=autopvc_add_ethoa index=3 command="atm phonebook add name _auto_$1_$2 addr
$1.$2 dynamic enabled maxFwdCPCS_PDU $21 maxBwdCPCS_PDU $22"
add name=autopvc_add_ethoa index=4 command="atm ifadd intf _auto_$1_$2_atm dest
_auto_$1_$2 dynamic enabled"
add name=autopvc_add_ethoa index=5 command="atm ifconfig intf _auto_$1_$2_atm qos
_auto_$1_$2 encaps $19 fcs $20 ulp mac"
add name=autopvc_add_ethoa index=6 command="atm ifattach intf _auto_$1_$2_atm"
add name=autopvc_add_ethoa index=7 command="eth ifadd intf _auto_$1_$2_eth dest
_auto_$1_$2_atm dynamic enabled"
add name=autopvc_add_ethoa index=8 command="eth ifattach intf _auto_$1_$2_eth"
add name=autopvc_add_ethoa index=9 command="ip ifadd intf _auto_$1_$2 dest
_auto_$1_$2_eth dynamic enabled"
add name=autopvc_add_ethoa index=10 command="ip ifattach intf _auto_$1_$2"
add name=autopvc_delete_ethoa index=0 command="ip ifdetach intf _auto_$1_$2"
add name=autopvc_delete_ethoa index=1 command="ip ifdelete intf _auto_$1_$2"
add name=autopvc_delete_ethoa index=2 command="eth ifdetach intf _auto_$1_$2_eth"
add name=autopvc_delete_ethoa index=3 command="eth ifdelete intf _auto_$1_$2_eth"
add name=autopvc_delete_ethoa index=4 command="atm ifdetach intf _auto_$1_$2_atm"
add name=autopvc_delete_ethoa index=5 command="atm ifdelete intf _auto_$1_$2_atm"
add name=autopvc_delete_ethoa index=6 command="atm phonebook delete name
_auto_$1_$2"
add name=autopvc_delete_ethoa index=7 command="atm qosbook delete name _auto_$1_$2"
add name=autopvc_delete_ethoa index=8 command="atm qosbook ctddelete name
_auto_$1_$2_tx"
add name=autopvc_delete_ethoa index=9 command="atm qosbook ctddelete name
_auto_$1_$2_rx"
add name=autopvc_add_pppoa index=0 command="atm qosbook ctdadd name _auto_$1_$2_tx
conformance $3 peakrate $4 sustrate $5 maxburst $6 minrate $7 maxframe $8 celldelay
$9 realtime $10 dynamic enabled"
add name=autopvc_add_pppoa index=1 command="atm qosbook ctdadd name _auto_$1_$2_rx
conformance $11 peakrate $12 sustrate $13 maxburst $14 minrate $15 maxframe $16
celldelay $17 realtime $18 dynamic enabled"
add name=autopvc_add_pppoa index=2 command="atm qosbook add name _auto_$1_$2 txctd
_auto_$1_$2_tx rxctd _auto_$1_$2_rx dynamic enabled"
add name=autopvc_add_pppoa index=3 command="atm phonebook add name _auto_$1_$2 addr
$1.$2 dynamic enabled maxFwdCPCS_PDU $21 maxBwdCPCS_PDU $22"
add name=autopvc_add_pppoa index=4 command="atm ifadd intf _auto_$1_$2_atm dest
_auto_$1_$2 dynamic enabled"
add name=autopvc_add_pppoa index=5 command="atm ifconfig intf _auto_$1_$2_atm qos
_auto_$1_$2 encaps $19 fcs $20 ulp ppp"
add name=autopvc_add_pppoa index=6 command="atm ifattach intf _auto_$1_$2_atm"
add name=autopvc_add_pppoa index=7 command="ppp ifadd intf _auto_$1_$2 dest
_auto_$1_$2_atm dynamic enabled"
add name=autopvc_add_pppoa index=8 command="ppp ifattach intf _auto_$1_$2"
add name=autopvc_add_pppoa index=9 command="nat ifconfig intf _auto_$1_$2
translation enabled"
add name=autopvc_delete_pppoa index=0 command="ppp ifdetach intf _auto_$1_$2"
add name=autopvc_delete_pppoa index=1 command="ppp ifdelete intf _auto_$1_$2"
add name=autopvc_delete_pppoa index=2 command="atm ifdetach intf _auto_$1_$2_atm"
add name=autopvc_delete_pppoa index=3 command="atm ifdelete intf _auto_$1_$2_atm"
add name=autopvc_delete_pppoa index=4 command="atm phonebook delete name
_auto_$1_$2"
add name=autopvc_delete_pppoa index=5 command="atm qosbook delete name _auto_$1_$2"
add name=autopvc_delete_pppoa index=6 command="atm qosbook ctddelete name
_auto_$1_$2_tx"
add name=autopvc_delete_pppoa index=7 command="atm qosbook ctddelete name
_auto_$1_$2_rx"
add name=autopvc_add_pppoe index=0 command="atm qosbook ctdadd name _auto_$1_$2_tx
conformance $3 peakrate $4 sustrate $5 maxburst $6 minrate $7 maxframe $8 celldelay
$9 realtime $10 dynamic enabled"
add name=autopvc_add_pppoe index=1 command="atm qosbook ctdadd name _auto_$1_$2_rx
conformance $11 peakrate $12 sustrate $13 maxburst $14 minrate $15 maxframe $16
celldelay $17 realtime $18 dynamic enabled"
add name=autopvc_add_pppoe index=2 command="atm qosbook add name _auto_$1_$2 txctd
_auto_$1_$2_tx rxctd _auto_$1_$2_rx dynamic enabled"
add name=autopvc_add_pppoe index=3 command="atm phonebook add name _auto_$1_$2 addr
$1.$2 dynamic enabled maxFwdCPCS_PDU $21 maxBwdCPCS_PDU $22"
add name=autopvc_add_pppoe index=4 command="atm ifadd intf _auto_$1_$2_atm dest
_auto_$1_$2 dynamic enabled"
add name=autopvc_add_pppoe index=5 command="atm ifconfig intf _auto_$1_$2_atm qos
_auto_$1_$2 encaps $19 fcs $20 ulp mac"
add name=autopvc_add_pppoe index=6 command="atm ifattach intf _auto_$1_$2_atm"
add name=autopvc_add_pppoe index=7 command="eth ifadd intf _auto_$1_$2_eth dest
_auto_$1_$2_atm dynamic enabled"
add name=autopvc_add_pppoe index=8 command="eth ifattach intf _auto_$1_$2_eth"
add name=autopvc_add_pppoe index=9 command="ppp ifadd intf _auto_$1_$2 dest
_auto_$1_$2_eth dynamic enabled"
add name=autopvc_add_pppoe index=10 command="ppp ifattach intf _auto_$1_$2"
add name=autopvc_add_pppoe index=11 command="nat ifconfig intf _auto_$1_$2
translation enabled"
add name=autopvc_delete_pppoe index=0 command="ppp ifdetach intf _auto_$1_$2"
add name=autopvc_delete_pppoe index=1 command="ppp ifdelete intf _auto_$1_$2"
add name=autopvc_delete_pppoe index=2 command="eth ifdetach intf _auto_$1_$2_eth"
add name=autopvc_delete_pppoe index=3 command="eth ifdelete intf _auto_$1_$2_eth"
add name=autopvc_delete_pppoe index=4 command="atm ifdetach intf _auto_$1_$2_atm"
add name=autopvc_delete_pppoe index=5 command="atm ifdelete intf _auto_$1_$2_atm"
add name=autopvc_delete_pppoe index=6 command="atm phonebook delete name
_auto_$1_$2"
add name=autopvc_delete_pppoe index=7 command="atm qosbook delete name _auto_$1_$2"
add name=autopvc_delete_pppoe index=8 command="atm qosbook ctddelete name
_auto_$1_$2_tx"
add name=autopvc_delete_pppoe index=9 command="atm qosbook ctddelete name
_auto_$1_$2_rx"
add name=autopvc_change_qos index=0 command="atm ifconfig intf $1 qos $2"

[ env.ini ]
set var=CONF_REGION value=World
set var=CONF_PROVIDER value=Basic
set var=CONF_DESCRIPTION value="Routed Connection."
set var=CONF_SERVICE value="Routed PPP"
set var=HOST_SETUP value=auto
set var=HOST_LANGUAGE value=en
set var=UPGRADE_URL value=http://www.speedtouch.com/upgrade/upgrade.htm
set var=ATM_addr value=8.35
set var=ATM_upl value=pppoe
set var=ST_PPP_USER value=dmeqaGJA@ptk
set var=ST_SYS_USERNAME value=Administrator
set var=CONF_TEMPLATE value=ppp.tpl.gz
set var=CONF_USR_COMMENT value="Configuration created by Embedded Wizard
(profile:active/ppp.tpl.gz)"
set var=CONF_DATE value="Configuration set by Embedded Wizard"
set var=CONF_VERSION value=\"\"
set var=CONF_TPVERSION value=2.0.0

[ wizard.ini ]
def var=PPP type=grp desc="Specify the details of your High Speed Internet Account.
All information should be provided by your ISP." alias="Internet Account Settings"
def var=ST_PPP_USER type=string grp=PPP desc="Enter your Internet connection user
name." alias="User Name" req=yes
def var=%ST_PPP_PASSWORD type=passw grp=PPP desc="Enter your Internet connection
password." alias=Password req=yes max=32
def var=DynDNS type=grp desc="Specify setting of your dynamic DNS service provider.
Click Next if dynamic DNS is not used." alias="Dynamic DNS"
def var=DynDNS_serv type=list grp=DynDNS desc="Select your dynamic DNS service
provider in the list (none for no dynamic DNS)." alias="Service Provider"
default=none data="none, dyndns,statdns,custom,No-IP,DtDNS"
def var=DynDNS_host type=string grp=DynDNS desc="Provide your dynamic host name
(e.g. myhost.dyndns.org)" alias="Host Name"
def var=DynDNS_user type=string grp=DynDNS desc="Enter your dynamic DNS service
username." alias="User Name"
def var=DynDNS_pass type=string grp=DynDNS desc="Enter your dynamic DNS service
password." alias=Password
def var=STB type=grp desc="Number of STBs" alias=STB
def var=STB_num type=combo grp=STB desc="Choose the number of STBs from the list"
alias=STB\'s default=1 data=1,2
def var=ST type=grp desc="Specify user name and password to prevent unwanted access
to the SpeedTouch management interface." alias="Access Control"
def var=%ST_SYS_USERID type=string grp=ST desc="Enter a user name." alias="User
Name" req=yes
def var=%ST_SYS_PASSWORD type=passw grp=ST desc="Enter a password." alias=Password
max=32
config allow_factory_tpl=no trace=yes autopopup=yes configtime=30

[ phone.ini ]
add name=pvc_Internet addr=8*35
add name=pvc_IPTV addr=0*32

[ ipqos.ini ]
config dest=pvc_Internet
config dest=pvc_IPTV
queue config dest=pvc_Internet queue=1 ackfiltering=enabled

[ qos.ini ]
config format=bytes
ctdadd name=default conformance=UBR
ctdadd name=VBR-nrt conformance=VBR peakrate=128 sustrate=127 maxburst=528
framediscard=enabled
ctdadd name=VBR-rt conformance=VBR peakrate=320 sustrate=319 maxburst=1008
realtime=enabled framediscard=enabled
add name=default txctd=default rxctd=default
add name=IPTV txctd=VBR-nrt rxctd=default

[ atm.ini ]
ifadd intf=atm_Internet
ifconfig intf=atm_Internet dest=pvc_Internet ulp=mac
ifattach intf=atm_Internet
ifadd intf=atm_IPTV
ifconfig intf=atm_IPTV dest=pvc_IPTV qos=IPTV ulp=mac
ifattach intf=atm_IPTV

[ oam.ini ]
config clp=1 loopbackid=6a6a6a6a6a6a6a6a6a6a6a6a6a6a6a6a
modify port=dsl0 blocking=enabled
modify port=dsl1 blocking=enabled
modify port=atm2 blocking=enabled
modify port=atm3 blocking=enabled
modify port=aal5 blocking=enabled
modify port=atm5 blocking=enabled

[ snmp.ini ]
config sysContact="Service Provider" sysName="SpeedTouch 585" sysLocation="Customer
Premises"

[ vlan_res.ini ]
add name=video vid=2 addrule=disabled

[ bridge.ini ]
ifadd intf=ethport2 dest=ethif2 logging=disabled
ifadd intf=ethport3 dest=ethif3 logging=disabled
ifadd intf=ethport4 dest=ethif4 logging=disabled
ifadd intf=WLAN dest=wlif1 logging=disabled
ifadd intf=IPTV
ifconfig intf=ethport2 logging=disabled
ifconfig intf=ethport3 logging=disabled
ifconfig intf=ethport4 logging=disabled
ifconfig intf=WLAN logging=disabled
ifconfig intf=IPTV dest=atm_IPTV
ifattach intf=ethport2 logging=disabled
ifattach intf=ethport3 logging=disabled
ifattach intf=ethport4 logging=disabled
ifattach intf=WLAN logging=disabled
ifattach intf=IPTV
config age=300 filter=no_WAN_broadcast vlan=enabled

[ vlanbridge.ini ]
ifadd name=video intf=ethport4
ifadd name=video intf=WLAN
ifadd name=video intf=IPTV
ifdelete name=default intf=ethport4
ifdelete name=default intf=WLAN
ifdelete name=default intf=IPTV

[ bridgevlan.ini ]
ifconfig intf=ethport4 vlan=video
ifconfig intf=WLAN vlan=video
ifconfig intf=IPTV vlan=video

[ vlanbridgerule.ini ]
[ dvm_res.ini ]
config timeout=90

[ eth.ini ]
ifadd intf=eth_Management
ifadd intf=ethoa_Internet
ifconfig intf=eth_Management vlan=default
ifconfig intf=ethoa_Internet dest=atm_Internet vlan=default
ifattach intf=ethoa_Internet

[ pptp.ini ]

[ ppprelay.ini ]
ifadd intf=bridge
ifadd intf=ethoa_Internet

[ dhcspool.ini ]
pool add name=LAN_private

[ label.ini ]
add name=DSCP
add name=Interactive
add name=Management
add name=Video
add name=VoIP
add name=default
modify name=DSCP classification=overwrite defclass=dscp ackclass=defclass
modify name=Interactive classification=increase defclass=8 ackclass=8
modify name=Management classification=increase defclass=12 ackclass=12
modify name=Video classification=increase defclass=10 ackclass=10
modify name=VoIP classification=overwrite defclass=14 ackclass=14
bidirectional=enabled inheritance=enabled
modify name=default classification=increase defclass=default ackclass=prioritize

[ ppp.ini ]
ifadd intf=Internet
rtadd intf=Internet dst=0.0.0.0/0 src=0.0.0.0/0 metric=10
ifconfig intf=Internet dest=RELAY accomp=enabled mru=1492 doddelay=120 dnsmetric=10
ifconfig intf=Internet user=dmeqaGJA@ptk password=_DEV_1182FF6F6E345CCF
status=enabled

[ ip.ini ]
ifadd intf=LocalNetwork dest=bridge
ifadd intf=Management dest=eth_Management
ifconfig intf=loop mtu=65535 group=local
ifconfig intf=LocalNetwork mtu=1500 group=lan linksensing=disabled primary=enabled
ifconfig intf=Management mtu=1500 status=down group=lan
ifattach intf=LocalNetwork
config forwarding=enabled redirects=enabled netbroadcasts=disabled ttl=64
fraglimit=64 defragmode=enabled addrcheck=dynamic mssclamping=enabled
config checkoptions=enabled
config natloopback=enabled
config
ipadd intf=LocalNetwork addr=192.168.1.254/24 addroute=enabled
ipconfig addr=192.168.1.254 preferred=enabled primary=enabled
rtadd dst=255.255.255.255/32 gateway=127.0.0.1

[ autoip.ini ]
[ ipqosmeter.ini ]

[ igmh.ini ]
config requirera=disabled

[ autopvc.ini ]
config mode=passive type=bridge overwrite=disabled peakrate=0

[ mcast.ini ]

[ diagnostics.ini ]
config pingtimeout=1000 pingpacketsize=32

[ dnsc.ini ]
config timeout=5 retry=4 search=enabled trace=disabled
dnsadd addr=127.0.0.1 port=53

[ dnss.ini ]
config domain=lan timeout=15 suppress=0 state=enabled trace=disabled
syslog=disabled WANDownSpoofing=enabled WDSpoofedIP=198.18.1.0
host add name=speedtouch addr=0.0.0.0 ttl=1200
host add name=dsldevice addr=0.0.0.0 ttl=1200

[ dhcrule.ini ]
debug traceconfig state=disabled

[ dhcs.ini ]
debug traceconfig state=disabled
policy verifyfirst=enabled trustclient=enabled
pool config name=LAN_private intf=LocalNetwork poolstart=192.168.1.64
poolend=192.168.1.253 netmask=24 gateway=192.168.1.254 server=192.168.1.254
leasetime=86400

[ dhcr.ini ]
ifconfig intf=LocalNetwork relay=enabled
add name=LocalNetwork_to_127.0.0.1
modify name=LocalNetwork_to_127.0.0.1 addr=127.0.0.1 intf=LocalNetwork
giaddr=192.168.1.254

[ dhcc.ini ]
debug traceconfig state=disabled
ifadd intf=Management
ifconfig intf=Management metric=1 dnsmetric=1 broadcast=enabled
rqoptions add intf=Management option=subnet-mask
rqoptions add intf=Management option=dhcp-lease-time
rqoptions add intf=Management option=dhcp-renewal-time
rqoptions add intf=Management option=dhcp-rebinding-time
rqoptions add intf=Management option=classless-static-routes
rqoptions add intf=Management option=default-routers
rqoptions add intf=Management option=classfull-static-routes
rqoptions add intf=Management option=domain-name-servers
rqoptions add intf=Management option=tftp-server-name
rqoptions add intf=Management option=bootfile-name
ifattach intf=Management

[ upgrade.ini ]
config state=disabled protocol=tftp
debug traceconfig state=disabled
profile add extension=sts destdir=dl maxsize(KBytes)=100 action=script_load
profile add extension=ini destdir=dl maxsize(KBytes)=100 action=config_load

[ dyndns.ini ]
service modify name=dyndns server=members.dyndns.org port=www-http
request=/nic/update updateinterval=2097120 retryinterval=30 max_retry=3
service modify name=statdns server=members.dyndns.org port=www-http
request=/nic/update retryinterval=30 max_retry=3
service modify name=custom server=members.dyndns.org port=www-http
request=/nic/update retryinterval=30 max_retry=3
service modify name=No-IP server=dynupdate.no-ip.com port=www-http
request=/ducupdate.php updateinterval=86400 retryinterval=30 max_retry=3
service modify name=DtDNS server=dtdns.com port=www-http request=/api/autodns.cfm
updateinterval=86400 retryinterval=30 max_retry=3
service modify name=gnudip port=www-http

[ expr.ini ]
add name=wan type=intf intfgroup=wan
add name=local type=intf intfgroup=local
add name=lan type=intf intfgroup=lan
add name=tunnel type=intf intfgroup=tunnel
add name=dmz type=intf intfgroup=dmz
add name=guest type=intf intfgroup=guest
add name=private type=ip addr=10.0.0.0/8
add name=private type=ip addr=172.[16-31].*.*
add name=private type=ip addr=192.168.1.0/24
add name=ssdp_ip type=ip addr=239.255.255.250
add name=mdap_ip type=ip addr=224.0.0.103
add name=icmp type=serv proto=icmp
add name=igmp type=serv proto=igmp
add name=ftp type=serv proto=tcp dstport=ftp
add name=telnet type=serv proto=tcp dstport=telnet
add name=http type=serv proto=tcp dstport=www-http
add name=httpproxy type=serv proto=tcp dstport=httpproxy
add name=https type=serv proto=tcp dstport=443
add name=RPC type=serv proto=tcp dstport=135
add name=NBT type=serv proto=udp dstport=netbios-ns
add name=NBT type=serv proto=udp dstport=netbios-dgm
add name=NBT type=serv proto=tcp dstport=netbios-ssn
add name=SMB type=serv proto=tcp dstport=445
add name=imap type=serv proto=tcp dstport=imap2
add name=imap3 type=serv proto=tcp dstport=imap3
add name=imap4-ssl type=serv proto=tcp dstport=585
add name=imaps type=serv proto=tcp dstport=993
add name=pop2 type=serv proto=tcp dstport=pop2
add name=pop3 type=serv proto=tcp dstport=pop3
add name=pop3s type=serv proto=tcp dstport=995
add name=smtp type=serv proto=tcp dstport=smtp
add name=ssh type=serv proto=tcp dstport=22
add name=dns type=serv proto=tcp dstport=dns
add name=dns type=serv proto=udp dstport=dns
add name=nntp type=serv proto=tcp dstport=nntp
add name=ipsec type=serv proto=ah
add name=ipsec type=serv proto=esp
add name=ipsec type=serv proto=udp dstport=ike
add name=ipsec type=serv proto=udp dstport=4500
add name=esp type=serv proto=esp
add name=ah type=serv proto=ah
add name=ike type=serv proto=udp dstport=ike
add name=DiffServ type=serv dscp=!cs0
add name=sip type=serv proto=udp dstport=sip
add name=sip type=serv proto=tcp dstport=sip
add name=h323 type=serv proto=tcp dstport=h323
add name=h323 type=serv proto=udp dstport=h323
add name=h323 type=serv proto=tcp dstport=1718
add name=h323 type=serv proto=udp dstport=1718
add name=h323 type=serv proto=tcp dstport=1719
add name=h323 type=serv proto=udp dstport=1719
add name=dhcp type=serv proto=udp dstport=bootpc
add name=dhcp type=serv proto=udp dstport=bootps
add name=rtsp type=serv proto=udp dstport=rtsp
add name=rtsp type=serv proto=tcp dstport=rtsp
add name=ssdp_serv type=serv proto=udp dstport=1900
add name=mdap_serv type=serv proto=udp dstport=3235
add name=syslog type=serv proto=udp dstport=syslog

[ labelrule.ini ]
chain add chain=rt_user_labels
chain add chain=rt_default_labels
chain add chain=qos_user_labels
chain add chain=qos_default_labels
rule add chain=qos_default_labels index=1 serv=DiffServ log=disabled state=enabled
label=DSCP
rule add chain=qos_default_labels index=2 serv=h323 log=disabled state=enabled
label=VoIP
rule add chain=qos_default_labels index=3 serv=sip log=disabled state=enabled
label=VoIP
rule add chain=qos_default_labels index=4 serv=ah log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=5 serv=esp log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=6 serv=http log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=7 serv=httpproxy log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=8 serv=https log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=9 serv=imap log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=10 serv=imap3 log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=11 serv=imap4-ssl log=disabled
state=enabled label=Interactive
rule add chain=qos_default_labels index=12 serv=imaps log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=13 serv=pop2 log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=14 serv=pop3 log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=15 serv=pop3s log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=16 serv=smtp log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=17 serv=telnet log=disabled state=enabled
label=Interactive
rule add chain=qos_default_labels index=18 serv=dns log=disabled state=enabled
label=Management
rule add chain=qos_default_labels index=19 serv=icmp log=disabled state=enabled
label=Management
rule add chain=qos_default_labels index=20 serv=ike log=disabled state=enabled
label=Management
rule add chain=qos_default_labels index=21 serv=igmp log=disabled state=enabled
label=Video
rule add chain=qos_default_labels index=22 serv=rtsp log=disabled state=enabled
label=Video
rule add chain=qos_default_labels index=23 name=default srcintf=!wan log=disabled
state=enabled label=default

[ ids.ini ]
config state=enabled trace=disabled
signature modify signature=spoofed_packet state=disabled

[ ids_threshold.ini ]
modify index=1 window=1 limit=10 scaling=disabled
modify index=2 window=20 limit=20 scaling=enabled
modify index=3 window=2 limit=100 scaling=disabled
modify index=4 window=1 limit=200 scaling=disabled
modify index=5 window=1 limit=200 scaling=disabled
modify index=6 window=1 limit=200 scaling=disabled
modify index=7 window=1 limit=200 scaling=disabled

[ cwmp.ini ]
config state=disabled mode=full periodicInform=enabled periodicInfInt=43200
sessionTimeout=60 noIpTimeout=10 maxEnvelopes=2 connectionRequest=disabled
connectionReqPath="" connectionReqUserName=00147F-CP0618BH23J connectionReqPsswd=""
connectionReqAuth=digest qos-class=12 bootdelayrange=0
server config url=http://acs-server.com username=00147F-CP0618BH23J password=""
debug traceconfig level=0
runtimevar softwareVersion=6.1.0.5 bootstrap=disabled

[ sntpc.ini ]
add name=time.nist.gov version=3
add name=time.windows.com version=3
config poll=60 pollpresync=5
config state=disabled

[ adslpots.ini ]
config opermode=multi_adsl2plus trace=disabled
modemoption=00000000000000000000000000000000

[ grp.ini ]

[ rip.ini ]
config state=disabled

[ nat.ini ]
ifconfig intf=Internet translation=enabled
config

[ igmp.ini ]
config state=disabled qi=125 qri=10 lmqi=1 rv=2 requirera=disabled
localgroup=disabled
ifconfig intf=Management state=inactive
ifconfig intf=LocalNetwork state=inactive
ifconfig intf=Internet state=inactive

[ ipqosef.ini ]
[ connection.ini ]
appconfig application=IP6TO4 trace=enabled
appconfig application=PPTP trace=enabled timeout=300
appconfig application=ESP timeout=900
appconfig application=IKE trace=disabled timeout=900 floating=enabled
appconfig application=SIP trace=disabled timeout=21600 floating=enabled
appconfig application=SIP SIP_ALG=enabled RTP_predict_for_term_SIP_ALG=enabled
appconfig application=JABBER trace=disabled timeout=120
appconfig application=CU/SeeMe trace=enabled
appconfig application=RAUDIO(PNA) trace=enabled
appconfig application=RTSP trace=enabled timeout=0
appconfig application=ILS timeout=300
appconfig application=H245 timeout=300
appconfig application=H323 trace=enabled
appconfig application=IRC trace=enabled timeout=300
appconfig application=GAME(UDP) trace=enabled timeout=60
appconfig application=CONE(UDP) trace=enabled timeout=300
appconfig application=LOOSE(UDP) trace=enabled timeout=300
appconfig application=FTP trace=enabled
bind application=IP6TO4 port=0
bind application=PPTP port=1723-1723
bind application=ESP port=0
bind application=IKE port=500-500
bind application=SIP port=5060-5060
bind application=CU/SeeMe port=7648-7648
bind application=RAUDIO(PNA) port=7070-7070
bind application=RTSP port=554-554
bind application=ILS port=389-389
bind application=ILS port=1002-1002
bind application=H323 port=1720-1720
bind application=IRC port=6660-6669
bind application=FTP port=21-21
bind application=JABBER port=5222-5222
bind application=JABBER port=15222-15222
bind application=GAME(UDP) port=27010-27011
bind application=LOOSE(UDP) port=67-67
bind application=LOOSE(UDP) port=69-69
config configchangemode=immediate probes=disabled
debug trace=disabled
timerconfig timer=tcpidle value=900
timerconfig timer=tcpneg value=120
timerconfig timer=tcpkill value=3600
timerconfig timer=udpidle value=65
timerconfig timer=udpkill value=60
timerconfig timer=icmpkill value=60
timerconfig timer=ipidle value=60
timerconfig timer=ipkill value=0

[ switch.ini ]
mirror capture port=1

[ upnp.ini ]
config maxage=1800 writemode=full safenat=disabled

[ system.ini ]
settime timezone=+02:00 daylightsaving=enabled geotimezone=32
config upnp=enabled tr64=disabled mdap=enabled drst=disabled resetbutton=enabled
config digestauth=enabled defaultconnection=Internet
config autosave=enabled autosavedelay=10
locale dec_symbol=, group_symbol=. date_separator=- date_format=ddmmyyyy
time_format=iso datetime_format=date+time duration_format=dhmmss

[ system_debug.ini ]
autosave trace=disabled

[ system_raccess.ini ]
config secure=enabled port=51003 timeout=20

[ dsd.ini ]
intercept config WDSpoofedIP=198.18.1.1 servertimeout=10
connecterrorurl=/cgi/b/ic/connect/ categoryerrorurl=/cgi/b/ic/connect/
monitorintercepturl=/cgi/b/ic/connect/ unauthorizedrequrl=/cgi/b/ic/blocked/
imageredirect=enabled imageredirecturl=/images/spacer.gif alwaysuseip=disabled
urlfilter config state=disabled blockproxy=disabled blockipaddress=disabled
blockobscuredip=disabled defaultaction=accept
syslog config syslog=unauthorized
debug config turbomode=disabled
debug proxy state=disabled dest=0.0.0.0 port=0
debug recycling state=enabled interval=5 httpidle=1 otheridle=12
config state=automatic

[ webfilter.ini ]
config serverunreachable=block-all uncategorized=block license=none ticket=""
sessionkey=""
server config retries=3 servertimeout=2 timeoutmultiplier=2 renewfrequency=23
useproxy=disabled
standard config stdmax=0 validcatmask=000000000000000000000000
professional config validcatmask=000000000000000000000000
config state=disabled

[ hostmgr.ini ]
config state=enabled scantime=30 autosave=disabled trace=disabled
add mac_addr=00:01:02:a6:da:f8 ip_addr=192.168.1.64 name=fiona-97d559f31
type=generic_device ipintf=LocalNetwork physintf=ethif1
add mac_addr=00:02:2d:37:3c:ca ip_addr=192.168.1.3 name=Unknown-00-02-2d-37-3c-ca
type=generic_device ipintf=LocalNetwork physintf=wlif1
add mac_addr=00:09:34:20:ff:11 ip_addr=192.168.1.100 name=Unknown-00-09-34-20-ff-11
type=generic_device ipintf=LocalNetwork physintf=ethif3

[ mlp.ini ]

[ mlpuser.ini ]
add name=Administrator password=_CYP_d41d8cd98f00b204e9800998ecf8427e
role=Administrator hash2=a2e279ed6671666bed7738338c8c849f defuser=enabled
add name=techsupport password=_CYP_33ce9cd89303147d8ab8640b523dd3a5 role=root
hash2=27608d3eff213d35f4dfb51317efb995 deflocadmin=enabled
add name=Guest password=_CYP_d41d8cd98f00b204e9800998ecf8427e role=User
hash2=4151d4258ae0457efac593de8eb05316
add name=tech password=_CYP_cd893c10b52dbf222618821fbfa659a1 role=TechnicalSupport
hash2=5d51d1e8a0b3121fb310a872292661b4 defremadmin=enabled

[ wireless.ini ]
ifconfig interop=802.11b/g locale=Europe
ifconfig channel=auto ssid=SpeedTouch8DB78A any=enabled rts=2347 protection=auto
protmode=rtscts prottrigger=local&overlap shortslot=auto frameburst=disabled dtim=3
macacl config control=unlock
secmode wep encryptionkey=02E3455C94
secmode wpa-psk presharedkey=02E3455C94 rekeysec=0 version=WPA
secmode config mode=disable
wds config state=enabled
qos config mode=wmm ackpolicy=normal
qos apacconfig class=AC_BE acm=disabled cwmax=63 cwmin=15 aifsn=3 txop=0
qos apacconfig class=AC_BK acm=disabled cwmax=1023 cwmin=15 aifsn=7 txop=0
qos apacconfig class=AC_VI acm=disabled cwmax=15 cwmin=7 aifsn=1 txop=94
qos apacconfig class=AC_VO acm=disabled cwmax=7 cwmin=3 aifsn=1 txop=47
qos staacconfig class=AC_BE acm=disabled cwmax=1023 cwmin=15 aifsn=3 txop=0
qos staacconfig class=AC_BK acm=disabled cwmax=1023 cwmin=15 aifsn=7 txop=0
qos staacconfig class=AC_VI acm=disabled cwmax=15 cwmin=7 aifsn=2 txop=94
qos staacconfig class=AC_VO acm=disabled cwmax=7 cwmin=3 aifsn=2 txop=47

[ mbus.ini ]
config autoload=enabled
loadobjects

[ servmgr.ini ]
ifadd name=PPTP group=lan
ifadd name=HTTP group=lan
ifadd name=HTTPs group=lan
ifadd name=FTP group=lan
ifadd name=TELNET group=lan
ifadd name=DNS-S group=lan
ifadd name=SNMP_AGENT group=lan
ifadd name=SSDP group=lan
ifadd name=MDAP group=lan
ifadd name=PING_RESPONDER group=lan
modify name=PPTP state=enabled
modify name=DNS-C state=enabled
modify name=SNTP state=disabled
modify name=HTTP state=enabled
modify name=HTTPs state=enabled
modify name=WEBF state=disabled
modify name=TFTP-C state=disabled
modify name=FTP state=enabled
modify name=TELNET state=enabled
modify name=RIP state=disabled
modify name=IGMP-Proxy state=disabled
modify name=DNS-S state=enabled
modify name=DHCP-S state=enabled
modify name=SNMP_AGENT state=disabled
modify name=SSDP state=enabled
modify name=MDAP state=enabled
modify name=CWMP_client state=disabled
modify name=CWMP_server state=disabled
modify name=PING_RESPONDER state=enabled
mapadd name=HTTP port=www-http
mapadd name=HTTPs port=443
mapadd name=HTTPI intf=LocalNetwork port=www-http
mapadd name=HTTPI intf=LocalNetwork port=1080
mapadd name=HTTPI intf=LocalNetwork port=httpproxy
mapadd name=FTP port=ftp
mapadd name=TELNET port=telnet
mapadd name=DNS-S port=dns
mapadd name=SNMP_AGENT port=snmp
mapadd name=SSDP port=1900
mapadd name=MDAP port=3235

[ service.ini ]
add name="ABC (Another Bittorent Client)" mode=client
add name="Age of Empires" mode=server
add name="Age of Mythology" mode=server
add name="AIM Talk" mode=client
add name="Aliens vs. Predator" mode=server
add name="America s Army" mode=server
add name=Azureus mode=client
add name="Bay VPN" mode=server
add name=BearShare mode=server
add name=BitTorrent mode=client
add name="Black and White" mode=server
add name="Call of Duty" mode=server
add name="Call of Duty - United Offensive" mode=server
add name=CarbonCopy32 mode=server
add name="Castle Wolfenstein" mode=server
add name="Championship Manager 03-04" mode=server
add name="Checkpoint FW1 VPN" mode=server
add name="Command and Conquer Generals" mode=server
add name="Command and Conquer Zero Hour" mode=server
add name="Counter Strike" mode=server
add name="Cu-SeeMe Cornell" mode=server
add name="Cu-SeeMe White Pine 3.1.2 and 4.0" mode=server
add name="Dark Reign 2" mode=server
add name="Delta Force" mode=server
add name="Destroyer Command" mode=server
add name="Diablo II" mode=server
add name="Direct Connect" mode=server
add name="DirectX 7" mode=server
add name="DirectX 8" mode=server
add name="DirectX 9" mode=server
add name=Doom3 mode=server
add name="Dune 2000" mode=server
add name="Dungeon Siege" mode=server
add name=eDonkey mode=server
add name="Elite Force" mode=server
add name=eMule mode=server
add name="Enemy Territory" mode=server
add name=Everquest mode=server
add name="Evil Islands" mode=server
add name="F-22 Lightning 3" mode=server
add name="Falcon 4" mode=server
add name="Far Cry" mode=server
add name=FastTrack mode=server
add name="Fighter Ace II" mode=server
add name="Fighter Ace II (DX)" mode=server
add name="FTP Server" mode=server
add name="FW1 VPN" mode=server
add name="Gamespy Arcade" mode=server
add name="Ghost Recon" mode=server
add name=Gnutella mode=server
add name=Half-Life mode=server
add name="Half-Life 2" mode=server
add name=Halo mode=server
add name="Heretic II" mode=server
add name="Hexen II" mode=server
add name="HTTP Server (World Wide Web)" mode=server
add name="HTTPS Server" mode=server
add name="IL 2" mode=server
add name="ILS Server" mode=server
add name=iMesh mode=server
add name="IPSEC - IKE" mode=server
add name=KALI mode=server
add name=KaZaA mode=server
add name=Laplink mode=server
add name=Links mode=server
add name="Lock On" mode=server
add name="Lotus Notes" mode=server
add name="Mail Server (SMTP)" mode=server
add name="Microsoft Remote Desktop" mode=server
add name="Microsoft Terminal Server" mode=client
add name=Moove mode=server
add name="MSN Game Zone" mode=server
add name="MSN Game Zone (DX)" mode=server
add name="MSN Messenger" mode=server
add name=Myth mode=server
add name=Napster mode=client
add name="Need for Speed" mode=server
add name="Need for Speed - Underground" mode=server
add name="Need for Speed 3" mode=server
add name=NetMeeting mode=server
add name="Neverwinter Nights" mode=server
add name="Neverwinter Nights Gamespy" mode=server
add name="News Server (NNTP)" mode=server
add name="NNTP Server" mode=server
add name="NTP Server" mode=server
add name=OpenFT mode=server
add name=Outlaws mode=server
add name=PalTalk mode=server
add name="PC Anywhere" mode=server
add name="POP3 Server" mode=server
add name="PPTP Server" mode=server
add name="Quake 3" mode=server
add name="Rainbow Six" mode=server
add name="RealAudio Server" mode=server
add name="Realm Games (Blizzard)" mode=server
add name="Remote Anything" mode=server
add name=RemotelyAnywhere mode=server
add name="Rogue Spear" mode=server
add name="Rome Total War" mode=server
add name="RTSP Server" mode=server
add name="Secure Shell Server (SSH)" mode=server
add name="Secure Web Server (HTTPS)" mode=server
add name=Shareaza mode=server
add name="Shiva VPN" mode=server
add name="Silent Hunter II" mode=server
add name="SMTP Server" mode=server
add name="Soldier of Fortune" mode=server
add name="Soldiers: Heroes of World War II" mode=server
add name=Soulseek mode=server
add name="SSH Server - Secure Shell" mode=server
add name=StarCraft mode=server
add name="Starsiege Tribes" mode=server
add name="Steam Games" mode=server
add name="Telnet Server" mode=server
add name="Tiberian Sun" mode=server
add name="Time Server (NTP)" mode=server
add name=Ultima mode=serv)" protocol=tcp portrange=23-23
rule add name="Telnet Server" protocol=tcp portrange=23-23
rule add name="SSH Server - Secure Shell" protocol=tcp portrange=22-22
rule add name="Secure Shell Server (SSH)" protocol=tcp portrange=22-22
rule add name="HTTP Server (World Wide Web)" protocol=tcp portrange=80-80
rule add name="Web Server (HTTP)" protocol=tcp portrange=80-80
rule add name="Secure Web Server (HTTPS)" protocol=tcp portrange=443-443
rule add name="HTTPS Server" protocol=tcp portrange=443-443
rule add name="Age of Empires" protocol=any portrange=2302-2400
rule add name="Age of Empires" protocol=any portrange=6073-6073
rule add name="Age of Mythology" protocol=udp portrange=2300-2300
rule add name="Aliens vs. Predator" protocol=any portrange=80-80
rule add name="Aliens vs. Predator" protocol=any portrange=2300-2400
rule add name="Aliens vs. Predator" protocol=any portrange=8000-8999
rule add name="America s Army" protocol=udp portrange=1716-1718
rule add name="America s Army" protocol=udp portrange=8777-8777
rule add name="America s Army" protocol=udp portrange=27900-27900
rule add name="America s Army" protocol=udp portrange=20045-20045
rule add name="Bay VPN" protocol=any portrange=500-500
rule add name=BearShare protocol=tcp portrange=6346-6346
rule add name="ABC (Another Bittorent Client)" protocol=tcp portrange=6881-6889
rule add name="AIM Talk" protocol=tcp portrange=5190-5190 triggerport=4099
triggerprotocol=tcp
rule add name=Azureus protocol=tcp portrange=6881-6889
rule add name=BitTorrent protocol=tcp portrange=6881-6889
rule add name="Black and White" protocol=any portrange=2611-2612
rule add name="Black and White" protocol=any portrange=6500-6500
rule add name="Black and White" protocol=any portrange=6667-6667
rule add name="Black and White" protocol=any portrange=27900-27900
rule add name="Call of Duty" protocol=any portrange=28960-28960
rule add name="Call of Duty" protocol=udp portrange=20500-20500
rule add name="Call of Duty" protocol=udp portrange=20510-20510
rule add name="Call of Duty - United Offensive" protocol=any portrange=28960-28960
rule add name="Call of Duty - United Offensive" protocol=udp portrange=20500-20500
rule add name="Call of Duty - United Offensive" protocol=udp portrange=20510-20510
rule add name="Call of Duty - United Offensive" protocol=udp portrange=20600-20600
rule add name="Call of Duty - United Offensive" protocol=udp portrange=20610-20610
rule add name="Castle Wolfenstein" protocol=any portrange=27960-27960
rule add name="Championship Manager 03-04" protocol=tcp portrange=9094-9094
rule add name="Championship Manager 03-04" protocol=udp portrange=9093-9093
rule add name=CarbonCopy32 protocol=any portrange=1023-1680
rule add name="Command and Conquer Generals" protocol=any portrange=80-80
rule add name="Command and Conquer Generals" protocol=any portrange=6667-6667
rule add name="Command and Conquer Generals" protocol=any portrange=28910-28910
rule add name="Command and Conquer Generals" protocol=any portrange=29900-29900
rule add name="Command and Conquer Generals" protocol=any portrange=29920-29920
rule add name="Command and Conquer Zero Hour" protocol=any portrange=80-80
rule add name="Command and Conquer Zero Hour" protocol=any portrange=6667-6667
rule add name="Command and Conquer Zero Hour" protocol=any portrange=28910-28910
rule add name="Command and Conquer Zero Hour" protocol=any portrange=29900-29900
rule add name="Command and Conquer Zero Hour" protocol=any portrange=29920-29920
rule add name="Counter Strike" protocol=udp portrange=1200-1200
rule add name="Counter Strike" protocol=udp portrange=27000-27015
rule add name="Counter Strike" protocol=tcp portrange=27030-27039
rule add name="Cu-SeeMe Cornell" protocol=udp portrange=7648-7648
rule add name="Cu-SeeMe White Pine 3.1.2 and 4.0" protocol=udp portrange=7648-7648
rule add name="Cu-SeeMe White Pine 3.1.2 and 4.0" protocol=udp portrange=24032-
24032
rule add name="Dark Reign 2" protocol=any portrange=26214-26214
rule add name="Delta Force" protocol=any portrange=3100-3100
rule add name="Delta Force" protocol=any portrange=3568-3568
rule add name="Delta Force" protocol=any portrange=3999-3999
rule add name="Destroyer Command" protocol=any portrange=3000-3000
rule add name="Diablo II" protocol=tcp portrange=6112-6119
rule add name="Diablo II" protocol=tcp portrange=4000-4000
rule add name=Doom3 protocol=any portrange=27650-27650
rule add name=Doom3 protocol=any portrange=27666-27666
rule add name=StarCraft protocol=tcp portrange=4000-4000
rule add name=StarCraft protocol=any portrange=6112-6119
rule add name="DirectX 7" protocol=udp portrange=2302-2400
rule add name="DirectX 7" protocol=udp portrange=47624-47624
rule add name="DirectX 8" protocol=udp portrange=2302-2400
rule add name="DirectX 8" protocol=udp portrange=6073-6073
rule add name="DirectX 9" protocol=udp portrange=2302-2400
rule add name="DirectX 9" protocol=udp portrange=6073-6073
rule add name="Direct Connect" protocol=any portrange=375-425
rule add name="Dune 2000" protocol=any portrange=1140-1234
rule add name="Dune 2000" protocol=any portrange=4000-4000
rule add name="Dungeon Siege" protocol=udp portrange=2300-2300
rule add name="Dungeon Siege" protocol=udp portrange=2302-2302
rule add name="Dungeon Siege" protocol=udp portrange=6073-6073
rule add name="Elite Force" protocol=any portrange=26000-26000
rule add name="Elite Force" protocol=any portrange=27500-27500
rule add name="Elite Force" protocol=any portrange=27910-27910
rule add name="Elite Force" protocol=any portrange=27960-27960
rule add name=eMule protocol=tcp portrange=4662-4662
rule add name=eMule protocol=udp portrange=4672-4672
rule add name=eDonkey protocol=tcp portrange=4662-4662
rule add name=eDonkey protocol=udp portrange=4672-4672
rule add name="Enemy Territory" protocol=any portrange=27960-27960
rule add name=Everquest protocol=any portrange=1024-6000
rule add name=Everquest protocol=any portrange=7000-7000
rule add name="Evil Islands" protocol=any portrange=8888-8888
rule add name="F-22 Lightning 3" protocol=any portrange=4533-4660
rule add name="Falcon 4" protocol=any portrange=2934-2935
rule add name=FastTrack protocol=any portrange=1214-1214
rule add name="Fighter Ace II" protocol=any portrange=50000-50100
rule add name="Fighter Ace II (DX)" protocol=any portrange=2300-2400
rule add name="Fighter Ace II (DX)" protocol=any portrange=47624-47624
rule add name="Fighter Ace II (DX)" protocol=any portrange=50000-50100
rule add name="FTP Server" protocol=tcp portrange=21-21
rule add name="FW1 VPN" protocol=any portrange=259-259
rule add name="FW1 VPN" protocol=udp portrange=259-259
rule add name="Checkpoint FW1 VPN" protocol=any portrange=259-259
rule add name="Checkpoint FW1 VPN" protocol=udp portrange=259-259
rule add name="Far Cry" protocol=any portrange=49001-49002
rule add name="Gamespy Arcade" protocol=udp portrange=6500-6500
rule add name="Gamespy Arcade" protocol=udp portrange=6700-6700
rule add name="Gamespy Arcade" protocol=udp portrange=12300-12300
rule add name="Gamespy Arcade" protocol=udp portrange=27900-27900
rule add name="Gamespy Arcade" protocol=tcp portrange=28900-28900
rule add name="Gamespy Arcade" protocol=udp portrange=23000-23009
rule add name="Ghost Recon" protocol=any portrange=2346-2348
rule add name=Gnutella protocol=any portrange=6346-6346
rule add name=Half-Life protocol=tcp portrange=6003-6003
rule add name=Half-Life protocol=tcp portrange=7002-7002
rule add name=Half-Life protocol=udp portrange=27005-27005
rule add name=Half-Life protocol=udp portrange=27010-27010
rule add name=Half-Life protocol=udp portrange=27011-27011
rule add name=Half-Life protocol=udp portrange=27015-27015
rule add name="Half-Life 2" protocol=tcp portrange=27030-27039
rule add name="Half-Life 2" protocol=udp portrange=1200-1200
rule add name="Half-Life 2" protocol=udp portrange=27000-27015
rule add name=Halo protocol=tcp portrange=80-80
rule add name=Halo protocol=udp portrange=2302-2303
rule add name="Heretic II" protocol=any portrange=28910-28910
rule add name="Hexen II" protocol=any portrange=26900-26900
rule add name="IL 2" protocol=udp portrange=21000-21000
rule add name="IPSEC - IKE" protocol=any portrange=500-500
rule add name="IPSEC - IKE" protocol=any portrange=4500-4500
rule add name=KALI protocol=any portrange=2213-2213
rule add name=KALI protocol=any portrange=6666-6666
rule add name=Laplink protocol=any portrange=1547-1547
rule add name=Links protocol=tcp portrange=47624-47624
rule add name=Links protocol=any portrange=2300-2400
rule add name=Links protocol=udp portrange=6073-6073
rule add name="Lock On" protocol=any portrange=10308-10308
rule add name="Lotus Notes" protocol=any portrange=1352-1352
rule add name=Moove protocol=tcp portrange=9793-9793
rule add name=Moove protocol=tcp portrange=9795-9795
rule add name="MSN Game Zone" protocol=any portrange=6667-6667
rule add name="MSN Game Zone" protocol=any portrange=28800-29000
rule add name="MSN Messenger" protocol=tcp portrange=1863-1863
rule add name="MSN Messenger" protocol=tcp portrange=6891-6900
rule add name="MSN Messenger" protocol=any portrange=6901-6901
rule add name="MSN Game Zone (DX)" protocol=any portrange=2300-2400
rule add name="MSN Game Zone (DX)" protocol=any portrange=47624-47624
rule add name=Myth protocol=any portrange=3453-3453
rule add name="Need for Speed" protocol=any portrange=9442-9442
rule add name="Need for Speed 3" protocol=any portrange=1030-1030
rule add name="Need for Speed - Underground" protocol=udp portrange=3658-3659
rule add name="Need for Speed - Underground" protocol=tcp portrange=10900-10999
rule add name="Neverwinter Nights" protocol=udp portrange=5120-5300
rule add name="Neverwinter Nights Gamespy" protocol=any portrange=6500-6500
rule add name="Neverwinter Nights Gamespy" protocol=any portrange=6667-6667
rule add name="Neverwinter Nights Gamespy" protocol=any portrange=27900-27900
rule add name="Neverwinter Nights Gamespy" protocol=any portrange=28900-28900
rule add name="Neverwinter Nights Gamespy" protocol=any portrange=29900-29901
rule add name="Neverwinter Nights Gamespy" protocol=any portrange=13139-13139
rule add name=NetMeeting protocol=tcp portrange=1720-1720
rule add name="NTP Server" protocol=any portrange=123-123
rule add name="Time Server (NTP)" protocol=any portrange=123-123
rule add name=OpenFT protocol=any portrange=1215-1216
rule add name=Outlaws protocol=any portrange=5310-5310
rule add name=PalTalk protocol=tcp portrange=2095-2095
rule add name=PalTalk protocol=any portrange=2090-2091
rule add name="PC Anywhere" protocol=any portrange=5631-5632
rule add name="POP3 Server" protocol=any portrange=110-110
rule add name="PPTP Server" protocol=tcp portrange=1723-1723
rule add name="Quake 3" protocol=any portrange=27660-27692
rule add name="Rainbow Six" protocol=any portrange=2346-2346
rule add name="Realm Games (Blizzard)" protocol=tcp portrange=4000-4000
rule add name="Remote Anything" protocol=any portrange=3996-4000
rule add name=RemotelyAnywhere protocol=any portrange=2000-2000
rule add name="Microsoft Remote Desktop" protocol=any portrange=3389-3389
rule add name="Rogue Spear" protocol=tcp portrange=2346-2346
rule add name="Rogue Spear" protocol=udp portrange=2346-2346
rule add name="Rome Total War" protocol=udp portrange=6500-6500
rule add name="Rome Total War" protocol=udp portrange=13139-13139
rule add name="Rome Total War" protocol=any portrange=26220-26220
rule add name="Silent Hunter II" protocol=any portrange=3000-3000
rule add name=Shareaza protocol=any portrange=6346-6346
rule add name="Shiva VPN" protocol=any portrange=2233-2233
rule add name="SMTP Server" protocol=any portrange=25-25
rule add name="Mail Server (SMTP)" protocol=any portrange=25-25
rule add name="Soldier of Fortune" protocol=tcp portrange=20100-20100
rule add name="Soldiers: Heroes of World War II" protocol=udp portrange=2302-2302
rule add name="Soldiers: Heroes of World War II" protocol=udp portrange=6073-6073
rule add name=Soulseek protocol=tcp portrange=2234-2234
rule add name="Starsiege Tribes" protocol=udp portrange=27999-29000
rule add name="Steam Games" protocol=tcp portrange=27030-27039
rule add name="Steam Games" protocol=udp portrange=1200-1200
rule add name="Steam Games" protocol=udp portrange=27000-27015
rule add name="Tiberian Sun" protocol=any portrange=1140-1234
rule add name="Tiberian Sun" protocol=any portrange=4000-4000
rule add name=Ultima protocol=any portrange=5001-5010
rule add name=Ultima protocol=any portrange=7775-7777
rule add name=Ultima protocol=any portrange=7875-7875
rule add name=Ultima protocol=any portrange=8800-8900
rule add name=Ultima protocol=any portrange=9999-9999
rule add name="Unreal Tournament" protocol=any portrange=7777-7783
rule add name="Unreal Tournament" protocol=any portrange=8080-8080
rule add name="Unreal Tournament" protocol=any portrange=27900-27900
rule add name="Unreal Tournament 2004" protocol=tcp portrange=28902-28902
rule add name="Unreal Tournament 2004" protocol=udp portrange=7777-7783
rule add name="Unreal Tournament 2004" protocol=udp portrange=7787-7787
rule add name=VNC protocol=any portrange=5500-5500
rule add name=VNC protocol=any portrange=5800-5800
rule add name=VNC protocol=any portrange=5900-5900
rule add name="Warcraft III" protocol=tcp portrange=6112-6119
rule add name="Win MX" protocol=tcp portrange=6699-6699
rule add name="Win MX" protocol=udp portrange=6257-6257
rule add name="World of Warcraft" protocol=tcp portrange=3724-3724
rule add name="World of Warcraft" protocol=tcp portrange=8086-8086
rule add name="World of Warcraft" protocol=tcp portrange=8087-8087
rule add name="World of Warcraft" protocol=tcp portrange=9081-9081
rule add name="World of Warcraft" protocol=tcp portrange=9090-9090
rule add name="World of Warcraft" protocol=tcp portrange=9091-9091
rule add name="World of Warcraft" protocol=tcp portrange=9100-9100
rule add name=XBConnect protocol=any portrange=8602-8602
rule add name="Xbox Live" protocol=udp portrange=88-88
rule add name="Xbox Live" protocol=any portrange=3074-3074
rule add name="Microsoft Terminal Server" protocol=tcp portrange=3389-3389
triggerport=3389 triggerprotocol=tcp
rule add name=Napster protocol=udp portrange=6699-6699 triggerport=6699
triggerprotocol=tcp
rule add name="Westwood Online" protocol=tcp portrange=4000-4000 triggerport=4000
rule add name="Westwood Online" protocol=any portrange=1140-1234 triggerport=4000
triggerprotocol=tcp
rule add name="RealAudio Server" protocol=tcp portrange=7070-7070
rule add name="RTSP Server" protocol=tcp portrange=554-554
rule add name="ILS Server" protocol=tcp portrange=389-389
rule add name="NNTP Server" protocol=any portrange=119-119
rule add name="News Server (NNTP)" protocol=any portrange=119-119
rule add name=KaZaA protocol=tcp portrange=1214-1214
rule add name=iMesh protocol=tcp portrange=1214-1214

[ fwlevel.ini ]
add name=BlockAll index=1 readonly=enabled udptrackmode=strict service=disabled
proxy=disabled text="Use this Security Level to block all traffic from and to the
Internet. Game & Application sharing is not allowed by the firewall."
add name=Standard index=2 readonly=enabled udptrackmode=loose service=enabled
proxy=enabled text="Use this Security Level to allow all outgoing connections and
block all incoming traffic. Game & Application sharing is allowed by the
firewall.."
add name=Disabled index=3 readonly=enabled udptrackmode=loose service=enabled
proxy=enabled text="Disable the firewall. All traffic is allowed to pass through
your SpeedTouch. Game & Application sharing is allowed by the firewall."
set name=Disabled

[ firewall.ini ]
config state=disabled keep=disabled tcpchecks=none udpchecks=enabled
icmpchecks=enabled logdefault=disabled logthreshold=enabled tcpwindow=65536
debug traceconfig tcpchecks=disabled udpchecks=disabled icmpchecks=disabled
sink=none forward=none source=none
rule add chain=source_fire index=1 name=AnyTraffic log=disabled state=enabled
action=accept
rule add chain=forward_level_BlockAll index=1 name=AnyTraffic log=disabled
state=enabled action=drop
rule add chain=forward_level_Standard index=1 name=FromLAN srcintf=lan log=disabled
state=enabled action=accept
rule add chain=forward_level_Disabled index=1 name=AnyTraffic log=disabled
state=enabled action=accept

[ endofarch ]

You might also like