@dexfranco: Could you post your config?
Mine:
Code:
[ 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=Philippines
set var=CONF_PROVIDER value="Globelines DSL"
set var=CONF_DESCRIPTION value="Routed PPPoE Packet Service configuration using
always-on session connectivity"
set var=CONF_SERVICE value="Routed PPPoE - Always-on"
set var=CONF_DATE value="Configuration modified manually"
set var=CONF_TPVERSION value=1.2.0
set var=HOST_SETUP value=auto
set var=UPGRADE_URL value=http://www.speedtouch.com/upgrade500.htm
set var=ATM_addr value=0.35
set var=PPP_user value=USER_NAME1@visayas.globelines.com.ph
set var=dummy value=password
set var=IP_addr value=10.0.0.138
set var=IP_mask value=255.255.255.0
set var=DHCP_poolstart value=10.0.0.1
set var=DHCP_poolend value=10.0.0.254
set var=DHCP_state value=enabled
set var=CONF_TEMPLATE value=CN_pppoe.tpl
set var=CONF_USR_COMMENT value="Configuration created by Embedded Wizard
(profile:active/CN_pppoe.tpl)"
set var=COLUMNS value=80
set var=ROWS value=24
set var=SESSIONTIMEOUT value=120
[ wizard.ini ]
def var=PPPoE type=grp desc="Specify the details of the Routed PPPoE Packet Service.
All information should be provided by your ISP" alias="Routed PPPoE Packet Service"
def var=ATM_addr type=string grp=PPPoE desc="Enter the VPI / VCI value provided by
your ISP" alias="VPI / VCI value" req=yes default=8.35
def var=PPP_user type=string grp=PPPoE desc="Enter your Internet connection user name"
alias="User Name" req=yes
def var=%PPP_pwd type=passw grp=PPPoE desc="Enter your Internet connection password"
alias=Password req=yes max=32
def var=langrp type=grp desc="Specify the Local Area Network settings" alias="Local IP
Setting"
def var=IP_addr type=ipaddr grp=langrp desc="Enter local LAN IP address for modem"
alias="LAN IP address" default=10.0.0.138
def var=IP_mask type=ipmask grp=langrp desc="Enter netmask appropriate for above IP
address" alias=Netmask default=255.255.255.0
def var=DHCP_pool type=grp desc="Specify the details of DHCP pool" alias="DHCP pool"
def var=DHCP_poolstart type=ipaddr grp=DHCP_pool desc="Enter start IP address of the
IP pool, e.g. xx.xx.xx.1" alias="Start IP address" default=10.0.0.1
def var=DHCP_poolend type=ipaddr grp=DHCP_pool desc="Enter end IP address of the IP
pool, e.g. xx.xx.xx.254" alias="End IP address" default=10.0.0.254
def var=DHCP_state type=bool grp=DHCP_pool desc="Start the DHCP server on the
SpeedTouch" alias="DHCP server" default=enabled data=disabled,enabled
[ snmp.ini ]
config ROCommunity=public sysContact="Globelines DSL" sysName="SpeedTouch 511e"
sysLocation="Customer Premises"
[ phone.ini ]
add name=Internet addr=0*35 type=any
[ 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=atm5 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 prot=icmp icmptype=echo-reply action=accept
rule create chain=sink index=4 prot=udp dstport=snmp log=yes action=count
rule create chain=sink index=5 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 prot=icmp icmptype=echo-request action=accept
rule create chain=source index=4 prot=udp srcport=snmp log=yes action=count
rule create chain=source index=5 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 ]
config age=300 filter=no_WAN_broadcast
[ pptp.ini ]
[ ethoa.ini ]
ifadd intf=eth_Internet dest=Internet
ifconfig intf=eth_Internet
ifattach intf=eth_Internet
[ ipoa.ini ]
[ cip.ini ]
[ pppoerelay.ini ]
[ dhcp.ini ]
config autodhcp=on scantime=10 state=enabled trace=off
policy verifyfirst=on 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 leasetime=7200
[ pppoa.ini ]
[ pppoe.ini ]
ifadd intf=Internet
rtadd intf=Internet dst=0.0.0.0/0 src=10.0.0.1/0 metric=1
ifconfig intf=Internet dest=eth_Internet accomp=on dnsmetric=0 addrtrans=pat
ifconfig intf=Internet user=USER_NAME1@visayas.globelines.com.ph
password=_DEV_BFC737967E131D10 status=up
[ ip.ini ]
config forwarding=on firewalling=on redirects=on sourcerouting=off netbroadcasts=off
ttl=64 fraglimit=64 defragmode=always addrcheck=dynamic mssclamping=on
apadd addr=10.0.0.138/24 intf=eth0 addroute=no type=1
ifconfig intf=loop mtu=1492 group=local linksensing=off
ifconfig intf=eth0 mtu=1492 group=lan linksensing=off
ifconfig intf=eth_Internet mtu=1492 group=wan linksensing=off
ifconfig intf=Internet mtu=1492 group=wan linksensing=off
rtadd dst=255.255.255.255/32 gateway=10.0.0.138
rtadd dst=10.0.0.0/24 gateway=10.0.0.138 type=1
rtadd dst=224.0.0.0/4 intf=eth0
[ autoip.ini ]
ifadd intf=eth0
ifconfig intf=eth0 addr=169.254.141.11 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
[ 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
[ adslpots.ini ]
config opermode=multimode trace=on modemoption=ffffff80000000000000000000000000
[ 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=IP6TO4 port=1
bind application=IRC port=6660 port_end=6670
bind application=JABBER port=5222
bind application=JABBER port=15222
bind application=PPTP port=1723
bind application=RAUDIO(PNA) port=realaudio
bind application=RTSP port=rtsp
bind application=SIP port=sip
create protocol=tcp inside_addr=10.0.0.1:51799 outside_addr=0.0.0.0:51799
foreign_addr=0.0.0.0:0
defserver addr=10.0.0.1
[ autopvc.ini ]
config mode=pseudo type=pppoerelay opmode=partial overwrite=enabled peakrate=0
[ system.ini ]
config upnp=enabled mdap=enabled drst=enabled
[ upnp.ini ]
config maxage=1800 defcservice=Internet writemode=full safenat=disabled
[ endofarch ]