Wahrscheinlich ist dies eine einfache Frage, aber ich kann keine Antwort finden ...
Ich habe einen ADSL-Router (Dlink DSL-524T), auf dem OpenWrt Backfire 10.03.1 ausgeführt wird. Es stellt über PPPoA eine Verbindung zum Internet her: Dies ist meine /etc/config/networkDatei:
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'type' 'bridge'
option 'ifname' 'eth0 eth1'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'nat' '1'
option 'ipaddr' '192.168.1.6'
config 'atm-bridge'
option 'unit' '0'
option 'encaps' '11c'
option 'vpi' '8'
option 'vci' '35'
config 'interface' 'wan'
option '_orig_ifname' 'nas0'
option '_orig_bridge' 'false'
option 'proto' 'pppoa'
option 'encaps' 'vc'
option 'atmdev' '0'
option 'vci' '35'
option 'vpi' '8'
option 'username' 'x'
option 'password' 'x'
Ich möchte zu PPPoE wechseln, kann jedoch keine korrekte networkDatei schreiben (und im Internet kann ich kein Howto finden ). Kann mir jemand helfen?