Page 1 of 3 123 LastLast
Results 1 to 10 of 29
  1. #1

    Default Experimenting with Globelines DSL


    I had some time to spare so i started fiddling sa speedtouch router that came with the dsl package and i just found out nga wala diay gi switch on sa globe ang PPPoE nila sa network so dili ko ka use sa akoang linux router to dial the speedtouch i wanted to make the speedtouch go to bridge mode but linux only supports PPPoEthernet dialing not PPPoATM ohh well basig pwede ma himo ug partial bridge, well have to start experimenting with my speedtouch again by the way its a speedtouch 511e from china hehe and it doesn't come with a manual whatsoever hehe the fun with experimenting is pressing the hard reset kung ma flipaks hehhe

  2. #2

    Default Re: Experimenting with Globelines DSL

    naay manual sa speedtouch.com

  3. #3

    Default Re: Experimenting with Globelines DSL

    sorry naka check nako didto, ang naa ra nila is ang speedtouch 510, 500, 6XX etc wala para 511e gi himo ra man gud na nila for China i checked sa news portion sa ilang website

  4. #4
    Senior Member
    Join Date
    Oct 2005
    Gender
    Male
    Posts
    721

    Default Re: Experimenting with Globelines DSL

    are you trying to share your connection? pwede nimo i share imo expertise, i heard stories na its hard to network it thru other pcs.

  5. #5

    Default Re: Experimenting with Globelines DSL

    Its pretty easy doing the basic router feeds network with internet connection. I'm currently using static private ip since thats how i monitor the network also since walay dhcp running sa router thats one headache i'm happy on not doing the "what terminal has what ip address today guessing game" since i'm planning on putting up more linuxes on the network. I've hooked the speedtouch 511e up using two windows 98 and one windows xp pro and the lonely dedicated linux mp3 server they're happily sharing the net connection together even had my brother test the load by playing gunz online while i was surfing sa pikas computer ok ra ang load balance :mrgreen: i've almost figured out the firewall rules and functions by reading the telnet manual for the speedtouch 500 since almost 99% pareha ang comandline structure.

  6. #6

    Default Re: Experimenting with Globelines DSL

    @dexfranco: This manual -> http://www.speedtouchdsl.com/pdf/ST5..._en%20R4.2.pdf ?

    Edit: Wala man diay sa manual anything about telnet...

  7. #7

    Default Re: Experimenting with Globelines DSL

    Maybe this one? http://www.speedtouch.com/pdf/Manual...5_CLIguide.pdf

    Have you tried this na?

    Quote Originally Posted by mindless@pinoydsl.net_forums
    ....
    tweak ure modems thru TELNET (CLI)

    - change the local (IP) LAN MRU from 1500 to 1492 or 1472
    - change the (IP) WAN MRU from 1500 to 1492
    - change the (ADSL) MODEMOPTION to ffffff80000000000000000000000000 (default is 70000000000000000000000000000000)
    - change the (ADSL) TRACE to ON (default is off)
    - if ure establishing a PPPOE connection, i advice to use the PPPoE RELAY feature in ure modems (it prevents packet hiccups that result to dc's and bottlenecks)
    - NEVER establish DHCP!!!!!!!!!!!!! (fixed ip addressing shud be done)
    - and off course THOU SHALL NOT SUCK!
    -

  8. #8

    Default Re: Experimenting with Globelines DSL

    yes mao na siya i was reading the regular st500 manual and wala man siya mo say anything about firewall so i got the telnet cli pdf its the closest na find nga compatible with st511e

  9. #9

    Default Re: Experimenting with Globelines DSL

    @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 ]

  10. #10

    Default Re: Experimenting with Globelines DSL

    Happy new year hay salamat naa diay pwede mapangutan an sa ako problema diri dugay na ko pinangita kung unsaon ni pag configure ang port forwarding sa speedtouch 511e kay di naman nako ma open ako local webserver sa balay after gi ilisan nila nag speedtouch 330 with speedtouch 511e.... naa ba moy ika tampo mga pards!!!Â* daghang salamat ug maayong bag ong tuig ninyo tanan.

    i tried to do this under NAPT menu.

    inside ip : 10.0.0.100 inside port: 8080
    outside ip: 0.0.0.0 outside port :8080

    but still could not make it workÂ* any suggestions?Â*

    appreicate it very much.

  11.    Advertisement

Page 1 of 3 123 LastLast

Similar Threads

 
  1. Bad Experience with Sun Cellular
    By Gabriel in forum Business, Finance & Economics Discussions
    Replies: 65
    Last Post: 12-31-2013, 09:48 AM
  2. Share your unforgettable experiences with Dachshunds!
    By beatriz_nambi in forum Pet Discussions
    Replies: 79
    Last Post: 08-10-2009, 10:37 AM
  3. Ur Experience with Canon
    By pidz111 in forum Photography
    Replies: 90
    Last Post: 05-22-2008, 04:52 PM
  4. globelines.. dsl.. etc..
    By ukishun in forum Networking & Internet
    Replies: 5
    Last Post: 12-19-2005, 08:19 PM
  5. globelines dsl problem
    By ayawlex in forum Websites & Multimedia
    Replies: 19
    Last Post: 06-07-2005, 06:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top