Page 1 of 1

[DSL router] feature request

Posted: Wed Nov 07, 2012 5:19 am
by sly
Hi!

TARGET - DSL routers now supported by OpenWrt AA and that way with Gargoyle too - for example lantiq target (WBMR-HP-G300H, SX763, etc).

SUBJECT: In gateway mode, when selecting the PPPoE type connection, there are three more parameters for DSL connection (beside the username and password) that need to be integrated in webif to configure:

1) DSL Annex type selection (Annex a, Annex b...) - system driver that loads during the system boot,
2*) VPC/VCI parameters selection,
3*) Payload type selection (bridged or routed).
* - defined in '/etc/config/network':

Code: Select all

config atm-bridge 'atm'
        option unit '0'
        option vpi '1'
        option vci '32'
        option encaps 'llc'
        option payload 'bridged'
All parameters can be configured from the command shell but I think it is time to add this feature for dsl routers as well!

Regards.

Re: [DSL router] feature request

Posted: Thu Nov 22, 2012 11:12 am
by sly
Anybody?

Re: [DSL router] feature request

Posted: Sun Nov 25, 2012 5:04 pm
by yabba235
You right, in Gargoyle missing option for pppoa wan interface.
I have a big problem with connect in brigde mode my wag200g adsl router to wndr3700v2 ( my isp provider work in pppoa protocol, no pppoe and wag200 send pppoa signal to lan out )
No pppoa option check box in gui, and I to less know how do it from terminal :(.

Please for pppoa support !!!

Re: [DSL router] feature request

Posted: Sat Mar 23, 2013 2:37 pm
by sly
BUMP!

Re: [DSL router] feature request

Posted: Sun Mar 31, 2013 7:17 am
by ericwong
Try install the package manually via SSH.

Use command
opkg update
opkg install ppp-mod-pppoa

http://wiki.openwrt.org/doc/uci/network

If this doesn't work, try another ROM or build your own.