[DSL router] feature request
Posted: Wed Nov 07, 2012 5:19 am
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':
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.
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'
Regards.