dog
Goto Top

AT-AR740 - Keine DSL-Verbindung

Hallo,

ich habe seit kurzem einen AT-AR740, den ich gerne an einem DSL-Anschluss benutzen würde.
Allerdings schlägt der Verbindungsaufbau fehl, nachdem die PPPoE Session erfolgreich gestartet wurde
Das sagt der Router im Debug-Modus:

ppp0 LCP Event: OPEN   Old State: INITIAL   New State: STARTING  L1: eth1-ANY       

ppp0: PPPoE state CLOSED

ppp0: PPPoE state AWAIT_PADO

ppp0: PADI packet
 11090000 000a0101 00000103 00020000

ppp0: PADO packet
 11070000 002c0102 000a4b41 53583432 2d657278 01030002 00000101 00000104

ppp0: PPPoE state AWAIT_PADS

ppp0: PADR packet
 11190000 001e0103 00020000 01010000 01040010 7bbb3f4d 56b1fe72 6f7dd0d9

ppp0: PADS packet
 11650c3f 002c0101 00000103 00020000 0102000a 4b415358 34322d65 72780104

ppp0: PPPoE state SESSION

ppp0 LCP Event: UP     Old State: STARTING  New State: REQ SENT  L1: eth1-ANY       

ppp0 Tx: ff03c021 0113001f 010405d4 0305c223 050408c0 25000017 7005064c 9c46be17

ppp0 Rx: ff03c021 01200012 010405d4 0304c023 05066173 c144

ppp0 LCP Event: RCR+   Old State: REQ SENT  New State: ACK SENT  L1: eth1-ANY       

ppp0 Tx: ff03c021 02200012 010405d4 0304c023 05066173 c144

ppp0 Rx: ff03c021 04130015 0305c223 050408c0 25000017 70170400 00

ppp0 LCP Event: CLOSE  Old State: ACK SENT  New State: CLOSING   L1: eth1-ANY       

ppp0 Tx: ff03c021 05140004

ppp0 LCP Event: RCN    Old State: CLOSING   New State: CLOSING   L1: eth1-ANY       

ppp0 Rx: ff03c021 06140004

ppp0 LCP Event: RTA    Old State: CLOSING   New State: CLOSED    L1: eth1-ANY       

ppp0: PADT packet
 11a70c3f 0000

ppp0: PPPoE state CLOSED

ppp0 LCP Event: DOWN   Old State: CLOSED    New State: INITIAL   L1: eth1-ANY       

Hat jemand eine Idee?
Danke schonmal im Vorraus.

Grüße

Max

Content-Key: 91798

Url: https://administrator.de/contentid/91798

Printed on: April 23, 2024 at 22:04 o'clock

Member: dog
dog Jul 16, 2009 at 20:57:50 (UTC)
Goto Top
Um es aufzulösen - folgende Befehle sind notwendig:

enable ip
enable ip remoteassign

create ppp=0 over=eth1-ANY iprequest=on username="user@t-online.de" password="01234"

add ip int=ppp0 ip=0.0.0.0

add ip route=0.0.0.0 mask=0.0.0.0 int=ppp0 next=0.0.0.0

enable ip nat
add ip nat ip=192.168.0.0 mask=255.255.255.0 gblint=ppp0

Grüße

Max