Hello Sime,

(sorry, Dont know were to find your special Ś

I do have an Asus WL500gp and not the wrt54gl. But the following config
works for me:


--snip--
auto lo
iface lo inet loopback

auto eth0.0
iface eth0.0 inet static
        address 172.16.200.10
        netmask 255.255.255.0
        broadcast +
        switch-ports 1 5*

auto eth0.4
iface eth0.4 inet static
        address 172.16.204.10
        netmask 255.255.255.0
        broadcast +
        switch-ports 4 5*

auto eth0.3
iface eth0.3 inet static
        address 172.16.203.10
        netmask 255.255.255.0
        broadcast +
        switch-ports 3 5*

auto eth0.1
iface eth0.1 inet manual
        switch-ports 0 5

auto ppp0
iface ppp0 inet ppp
        use-template dsl
        provider dsl
        ppp-username <whatever>
        ppp-password <whatever>
        ppp-device eth0.1

auto wl0
iface wl0 inet static
        address 172.16.100.10
        netmask 255.255.255.0
        broadcast +
        wireless-type broadcom
        wireless-country DE
        wireless-mode ap
        wireless-ssid LKGStayOut.X
        wireless-channel 11
        wireless-security 8021x
        wireless-authorization wpa wpa2
        wireless-encryption aes+tkip
        wireless-radius-key <whatever>
        wireless-radius-ipaddr 127.0.0.1
        wireless-radius-port 1812
--snip--
I got some more vlans on the switch that I do not use bridging.

Have you tried to run

ifup ppp0

or

pppd call dsl

at the command line?
You should have a file /etc/ppp/peers/dsl with sensible content.

Kind regards
Cornelius

Šime Ramov schrieb:
> Hello,
> 
> I recently discovered FreeWRT. The ADK is excellent and building works
> great. The final product looks much better than OpenWRT and it seems
> cleaner and more logical.
> 
> I would *really* want to use it. However, I simply can't seem to make
> it work. I have a plain ADSL modem and WRT54GL. ADSL modem is reset to
> defaults and connected to the router. That is all I need. LAN, PPPoE,
> and wireless. Bridged if possible to simplify transition to FreeWRT. I
> currently run OpenWRT Kamikaze, and previously I run everything from
> official to Tomato.
> 
> Now, I'm not 100% sure about the correct configurations I tried, but
> I'll try to recreate it here. Also, if anybody have the same setup,
> and it is working for them, please share.
> 
> This is what I have tried (among the other various configurations):
> 
> auto eth0.0
> iface eth0.0 inet manual
>     switch-ports 1 2 3 4 5*
> 
> auto eth0.1
> iface eth0.1 inet manual
>     switch-ports 0 5
> 
> auto ppp0
> iface ppp0 inet ppp
>     use-template dsl
>     provider <name>
>     ppp-username <username>
>     ppp-password <password>
>     ppp-device eth0.1
> 
> auto eth1
> iface eth1 inet manual
>     wireless-type broadcom
>     wireless-mode ap
>     wireless-ssid <ssid>
>     wireless-country HR
>     wireless-security wpa-psk
>     wireless-authorization psk2
>     wireless-encryption aes
>     wireless-wpa-key <key>
>     # wireless-macmode 2
>     # wireless-maclist "1 2 3"
>     wireless-channel 7
>     wireless-txpower 42
>     wireless-bridge-if br0
> 
> auto br0
> iface br0 inet static
>     bridge-ifaces eth0.0 eth1
>     address 192.168.1.1
>     netmask 255.255.255.0
> 
> I also tried switch-ports 0 1 2 3 5* for eth0.0 and 4 5 for eth0.1 but
> with no luck.
> 
> PPPoE doesn't seem to work. There is no resolv.conf created. I used
> firmware image from WIB with template "WLAN Router for DSL with
> PPPoE". I also created image from source, tried them both with the
> same results. I really don't know where to look further…
> 
> Thanks,
> 
> 
>  - Šime
> _______________________________________________
> freewrt-users mailing list
> freewrt-users@freewrt.org
> https://www.freewrt.org/lists/listinfo/freewrt-users
> 
> --
> Diese Nachricht wurde auf Viren und andere gef�hrliche Inhalte untersucht
> und ist - aktuelle Virenscanner vorausgesetzt - sauber.
> For all your IT requirements visit: http://www.transtec.co.uk
> 

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
freewrt-users mailing list
freewrt-users@freewrt.org
https://www.freewrt.org/lists/listinfo/freewrt-users

Reply via email to