Hi,
ich hoffe, ich habe das richtige Forum gewählt. Sonst Sorry und bitte entsprechend verschieben.
Mir gelingt es seit Tagen nicht OpenWRT so zu konfigurieren, dass die Einwahl bei M-Net DSL 16.000 funktioniert.
LuCI erzählt: "Error: Unknown error (USER_REQUEST)" und dann "Error: Connection attempt failed" und im System Log lese ich:
Sun Apr 17 01:20:53 2022 daemon.warn pppd[2937]: Timeout waiting for PADO packets
Sun Apr 17 01:20:53 2022 daemon.err pppd[2937]: Unable to complete PPPoE Discovery
Hier (die hoffentlich relevanten) Teile meiner Konfig:
Irgendwelche Tipps?
TIA
Roland
ich hoffe, ich habe das richtige Forum gewählt. Sonst Sorry und bitte entsprechend verschieben.
Mir gelingt es seit Tagen nicht OpenWRT so zu konfigurieren, dass die Einwahl bei M-Net DSL 16.000 funktioniert.
LuCI erzählt: "Error: Unknown error (USER_REQUEST)" und dann "Error: Connection attempt failed" und im System Log lese ich:
Sun Apr 17 01:20:53 2022 daemon.warn pppd[2937]: Timeout waiting for PADO packets
Sun Apr 17 01:20:53 2022 daemon.err pppd[2937]: Unable to complete PPPoE Discovery
Hier (die hoffentlich relevanten) Teile meiner Konfig:
Code:
config atm-bridge 'atm'
option vpi '1'
option vci '32'
option encaps 'llc'
option payload 'bridged'
option nameprefix 'dsl'
config dsl 'dsl'
option ds_snr_offset '0'
option line_mode 'adsl'
option annex 'b2p'
option xfer_mode 'ptm'
config interface 'wan'
option proto 'pppoe'
option username '[email protected]'
option password 'pass'
option ipv4 '1'
option device 'eth0.7'
option mtu '1500'
option ipv6 'auto'
Irgendwelche Tipps?
TIA
Roland