Страница 1 из 1

L2TP: EAP: too many Requests sent 2

Добавлено: 17 янв 2019 13:00
Mongol
Добрый день!
Пытаюсь настроить L2TP для внешних пользователей до корп сети на маршрутизаторе ESR-200, настройку делал по инструкции.

Код: Выделить всё

cof-esr01# sh version
SW version:
  1.4.1 build 85[1b83507] (date 19/11/2018 time 17:32:33)
HW version:
  1v4

Такая тема уже была здесь и даже решена, но так и не понял, что необходимо
Ошибка:

Код: Выделить всё

cof-esr01# 2014-04-02T19:22:42+00:00 Connection established to 10.10.20.5, 1701.  Local: 8631, Remote: 12 (ref=0/0).  LNS session is 'default'
2014-04-02T19:22:42+00:00 Call established with 10.10.20.5, Local: 24199, Remote: 1, Serial: 0
2014-04-02T19:22:42+00:00 Plugin pppol2tp.so loaded.
2014-04-02T19:22:44+00:00 EAP: unauthenticated peer name "user1"
2014-04-02T19:22:44+00:00 EAP: too many Requests sent
2014-04-02T19:22:44+00:00 control_finish: Connection closed to 10.10.20.5, serial 0 ()
2014-04-02T19:22:44+00:00 control_finish: Connection closed to 10.10.20.5, port 1701 (), Local: 8631, Remote: 12


Конфигурация:

Код: Выделить всё

remote-access l2tp remote-workers
  authentication mode local
  local-address ip-address 10.10.10.1
  remote-address object-group l2tp_range
  outside-address ip-address 10.10.20.1
  security-zone trusted
  ipsec authentication method pre-shared-key
  ipsec authentication pre-shared-key ascii-text encrypted CDE45238E05711AB
  username user1
    password ascii-text encrypted 8CB5107EA7005AFF
    enable
  exit
  enable
exit