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