On 25/10/12 23:30, Andy Botting wrote:

Hi Andy,

thanks for your reply.

i am trying to use OpenWrt on a Buffalo WBMR-HP-G300H.
My problem is that DSL isn't working so far.

My provider is using PPPoE but so far i failed to configure it.
In the web interface there is "Network -> Interfaces -> Add new"
which offers to create a PPPoE interface. Unfortunately i don't
know which device to pick for my ADSL-modem.

I've got a WBMR-HP-G300H, and ADSL works pretty well with it.

I don't use LUCI, so I configure all my settings by hand, but here's
the WAN bits of my network file for ADSL (Annex A) with PPPoE

config adsl-device adsl
        option fwannex a
        option annex   a2p

config atm-bridge
        option atmdev  0
        option unit    0
        option encaps  llc
        option vpi     8
        option vci     35
        option payload bridged # some ISPs need this set to 'routed'

Are you running a PPPoA or PPPoE setup?

config interface wan
        option ifname   nas0
        option proto    pppoe
        option username myusername
        option password mypassword

If you do an "ifconfig -a" will it list a nas0?

[...]

Also, are you aware of the LAN switching problem with this device?
https://dev.openwrt.org/ticket/11143

Yes, thanks. So far not a problem for me.

Regards,
Frank

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to