Hello,
br2864ctl is statically compiled in openwrt. I will try your advice later today.

Thanks for your help.
Regards.




________________________________
From: Joerg Jungermann <[email protected]>
To: OpenWrt User List <[email protected]>
Sent: Wednesday, February 4, 2009 11:56:13 AM
Subject: Re: [OpenWrt-Users] DLink DSL624T with ya.com

Am Tuesday, den  3 February hub Ján Chrastina folgendes in die Tasten:

> I have DLink DSL624T router with freshly installed OpenWRT.
> Can someone give a hint how to bring up ADSL line? I am novice in DSL/ATM/PPP 
> field.
> 
> Spanish provider YA.COM is saying I have connection type "Ethernet", not 
> "PPPoE" nor "PPPoA". I have no username, no password.
> I am quite sure that it is kind of ATM, in original DLink firmware I had 
> following:
> ATM VC Setting:
> PVC: PVC0
> VPI: 8
> VCI: 32
> Vitrual Circuit Enabled
> WAN Setting: Dynamic IP Address  (other options here are: Static IP Address, 
> PPPoA/PPPoE, Bridged Mode)
> 
> Dynamic IP:
> Connection Type: 1483 Bridged IP LLC  (other option here is 1483 Bridged IP 
> VC-Mux)
> Cloned MAC Address: 00:1B:11:3A:BA:93
> MTU: 1400
> NAT Enabled
> Firewall Enabled
It sounds to me, that you should install the br2864ctl package, and fire up an
virtual ethernet device via /etc/config/network:
[...]
config atm-bridge
    option unit     0
    option encaps   llc
    option payload  bridged
    option vpi      8
    option vci      32
[...]

After this you get a new ethernet interface nas0. Use it in the same config 
file to
setup a wan connection with proto dhcp.



> ATM:
> Service Category: UBR  (other options here are CBR, VBR-nrt, VBR-rt)
> 
> Thanks a lot for any advice!
> Jan
> 
> 
> 
>      
> _______________________________________________
> openwrt-users mailing list
> [email protected]
> http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users


-- 
Joerg Jungermann
------------------------------------------------------------
Rechnerbetrieb Mathematik | IT Security - Netzwerke, Linux
Universitaet-Paderborn    |        Embedded Devices, Typo3
_______________________________________________
openwrt-users mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users



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

Reply via email to