PPPoE Problem mit OpenWrt und WRT54GL

Hi!
Ich habe folgendes Problem…
Ich besitze einen Router WRT54GL mit OpenWRT als OS und X-WRT als Frontend.
Ich habe in meine etc/config/network folgendes drin (sieh unten):

Sobald ich an den WAN-Port mein DSL-Modem hänge verscuht er sich einzuwählen und bekommt immer die 10.64.64.64 zugewiesen.

Was mach ich falsch? Muss sonst noch irgendwas angepasst werden?

Gruß
Matze

VLAN configuration

config switch eth0
option vlan0 ‚2 3 4* 5*‘
option vlan1 ‚4* 5*‘
option vlan2 ‚1 4*‘
option vlan3 ‚0 4*‘

Loopback configuration

config interface loopback
option ifname „lo“
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0

LAN1 configuration

config interface lan1
option type bridge
option ifname ‚eth0.0 eth0.2 eth0.3‘
option proto static
option ipaddr 192.168.2.10
option netmask 255.255.255.0
option dns ‚217.237.150.51 217.237.148.22‘
option gateway ‚‘

WAN configuration

config interface wan
option ifname „eth0.1“
option proto pppoe
option username ‚Anschlusskennung+T-OnlineNr#[email protected]
option password „Passwort“
option defaultroute ‚1‘
option ppp_redial ‚demand‘
option mtu ‚1469‘
option demand ‚30‘
option type ‚‘

Hy,

hast Du das schonmal im OpenWRT Forum nachgeschaut und da ggf. die Frage gestellt?

Deutschens OpenWRT Forum:
http://forum.openwrt.org/

Gruß
h.

Hey Hey!

Danke für den Tip!
Ich Poste es dort sofort!

Gruß
Matze

[Bei dieser Antwort wurde das Vollzitat nachträglich automatisiert entfernt]