[DSL router] feature request

Suggest improvements and new features for Gargoyle.

Moderator: Moderators

Post Reply
sly
Posts: 23
Joined: Thu Nov 18, 2010 4:59 pm
Location: Croatia

[DSL router] feature request

Post 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.

sly
Posts: 23
Joined: Thu Nov 18, 2010 4:59 pm
Location: Croatia

Re: [DSL router] feature request

Post by sly »

Anybody?

yabba235
Posts: 26
Joined: Sun Nov 25, 2012 4:57 pm

Re: [DSL router] feature request

Post 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 !!!

sly
Posts: 23
Joined: Thu Nov 18, 2010 4:59 pm
Location: Croatia

Re: [DSL router] feature request

Post by sly »

BUMP!

User avatar
ericwong
Posts: 430
Joined: Sat Aug 25, 2012 6:15 am
Location: Melbourne, Australia
Contact:

Re: [DSL router] feature request

Post 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.
Eric Wong

PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.

Post Reply