On 25/10/12 20:24, Frank Meerkötter wrote:
> Hi guys,
> 
> i am trying to use OpenWrt on a Buffalo WBMR-HP-G300H.
> My problem is that DSL isn't working so far.

To wrap this up: after some fiddling i managed to get DSL
working. The root of my problems was that when you create
an ATM-bridge in the web interface the br2684ctl daemon isn't
automatically enabled. I had to run "/etc/init.d/br2684ctl enable"
on the commandline. After that there was a nas0 network
device available. I guess this behavior is a bug.

After that things work smoothly. A proper config for
Deutsche Telekom DSL looks like:

config adsl-device 'adsl'
        option fwannex 'b'
        option annex 'b'

config atm-bridge
        option unit '0'
        option atmdev '0'
        option encaps 'llc'
        option payload 'bridged'
        option vci '32'
        option vpi '1'

config interface 'pppoe0'
        option proto 'pppoe'
        option ifname 'nas0'
        option username 'XXX#[email protected]'
        option password 'XXX'

Regards,
Frank

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

Reply via email to