1.11.0 l3 ip up shared: failed to set peer IPv4 address

Bug reports
Post Reply
brodayga
Posts: 95
Joined: 23 Oct 2014, 06:13

1.11.0 l3 ip up shared: failed to set peer IPv4 address

Post by brodayga »

Продолжаю проводить тесты пока есть возможность. Ошибка с баг рдп не всегда повторяется. Столкнулся со следующей ошибкой.
конфиг

Code: Select all

[ipoe]
verbose=1
password=test
l4-redirect-ipset=L4
l4-redirect-on-reject=300
local-net=10.0.0.0/8
gw-ip-address=10.254.254.254/8
interface=eth2,mode=L3,shared=1,start=up,ifcfg=0
Через некоторое время начал сыпать ошибки на все попытки авторизации.

Code: Select all

[2016-12-06 15:44:21]: debug: ipoe827: radius(1): wakeup 0x2503298 -1
[2016-12-06 15:44:21]:  info: ipoe827: send [RADIUS(1) Access-Request id=1 <User-Name "10.8.1.35"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.4>
 <NAS-Port 456984> <NAS-Port-Id "ipoe827"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address 10
.8.1.35> <User-Password >]
[2016-12-06 15:44:21]: debug: ipoe827: ipoe: activate session
[2016-12-06 15:44:21]: error: ipoe827: failed to set peer IPv4 address: Cannot assign requested address
[2016-12-06 15:44:21]:  info: ipoe827: ipoe: session started
После появления первой все ядра ушли в полку по si


чуть позже посыпались такие :

Code: Select all

[2016-12-06 15:54:51]: debug: ipoe4384: radius(1): queue 0x7f598c8e7d08
[2016-12-06 15:54:51]: debug: libnetlink: RTNETLINK answers: Invalid argument
[2016-12-06 15:54:51]: error: ipoe4394: ipoe: nl_create: error talking to kernel
[2016-12-06 15:54:51]:  info: ipoe4389: create interface ipoe4389 parent eth2
[2016-12-06 15:54:51]: debug: ipoe4389: radius(1): queue 0x7f59948f32a8
Скорее всего с этого момента пошла нагрузка.
brodayga
Posts: 95
Joined: 23 Oct 2014, 06:13

Re: 1.11.0 l3 ip up shared: failed to set peer IPv4 address

Post by brodayga »

Еще немного логов. где обе ошибки и BUG rdp и не может назначить адрес. С момента появления первой ошибки до падения
конфиг немного поменял
добавил юнит кеш
и убрал gw-ip (осталось с прошлого комита где без него не работало)

Code: Select all

[ipoe]
verbose=100
unit-cache=1000
password=test
l4-redirect-ipset=L4
l4-redirect-on-reject=300
local-net=10.0.0.0/8
interface=eth2,mode=L3,shared=1,start=up,ifcfg=0

плюс добавленный доп вывод в лог

Code: Select all

struct radius_pd_t *find_pd(struct ap_session *ses)
{
.....
	log_ppp_warn("radius:BUG: rpd not found%s\n", ses->username);
	log_emerg("radius:BUG: rpd not found%s\n", ses->username);
и

Code: Select all

static void ses_finished(struct ap_session *ses)
{
	log_ppp_warn("radius: ses stop remove RPD %s\n",ses->username);
	......
логи
Спойлер
[2016-12-07 12:47:34]: info: ipoe3609: create interface ipoe3609 parent eth2
[2016-12-07 12:47:34]: debug: ipoe3609: radius(1): req_enter 3
[2016-12-07 12:47:34]: info: ipoe3609: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.53.233"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.4> <NAS-Port 469283> <NAS-Port-Id "ipoe3609"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address 10.50.53.233> <User-Password >]
[2016-12-07 12:47:34]: debug: ipoe3609: ipoe: activate session
[2016-12-07 12:47:34]: error: ipoe3609: failed to set peer IPv4 address: Cannot assign requested address
[2016-12-07 12:47:34]: debug: ipoe3606: radius(1): req_enter 4
[2016-12-07 12:47:34]: info: ipoe3607: create interface ipoe3607 parent eth2
[2016-12-07 12:47:34]: info: ipoe3606: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.0.194"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.4> <NAS-Port 469280> <NAS-Port-Id "ipoe3606"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address 10.50.0.194> <User-Password >]
[2016-12-07 12:47:34]: debug: ipoe3607: radius(1): req_enter 5
[2016-12-07 12:47:34]: info: ipoe3607: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.172.21"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.4> <NAS-Port 469281> <NAS-Port-Id "ipoe3607"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address 10.50.172.21> <User-Password >]
[2016-12-07 12:47:34]: debug: ipoe3606: ipoe: activate session
[2016-12-07 12:47:34]: info: ipoe3609: ipoe: session started
[2016-12-07 12:47:34]: error: ipoe3606: failed to set peer IPv4 address: Cannot assign requested address
[2016-12-07 12:47:34]: info: ipoe3606: ipoe: session started
[2016-12-07 12:47:34]: debug: ipoe3609: radius(1): req_exit 4
[2016-12-07 12:47:34]: info: ipoe3609: recv [RADIUS(1) Access-Reject id=1 <Reply-Message "1">]
[2016-12-07 12:47:34]: debug: ipoe3606: radius(1): req_exit 3
[2016-12-07 12:47:34]: info: ipoe3606: recv [RADIUS(1) Access-Reject id=1 <Reply-Message "11">]
[2016-12-07 12:47:34]: warn: ipoe3606: authentication failed
[2016-12-07 12:47:34]: debug: ipoe3606: terminate
[2016-12-07 12:47:34]: warn: ipoe3606: radius: ses stop remove RPD 10.50.0.194
[2016-12-07 12:47:34]: info: ipoe3606: ipoe: session finished
[2016-12-07 12:47:34]: warn: ipoe3609: authentication failed
[2016-12-07 12:47:34]: info: ipoe3610: create interface ipoe3610 parent eth2
[2016-12-07 12:47:34]: debug: ipoe3610: radius(1): req_enter 4
[2016-12-07 12:47:34]: info: ipoe3610: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.253.254"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.4> <NAS-Port 469284> <NAS-Port-Id "ipoe3610"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address 10.50.253.254> <User-Password >]
[2016-12-07 12:47:34]: debug: ipoe3605: radius(1): req_exit 3
[2016-12-07 12:47:34]: info: ipoe3605: recv [RADIUS(1) Access-Reject id=1 <Reply-Message "11">]
[2016-12-07 12:47:34]: warn: ipoe3605: authentication failed
[2016-12-07 12:47:34]: info: ipoe3606: create interface ipoe3606 parent eth2
[2016-12-07 12:47:34]: debug: ipoe3606: radius(1): req_enter 4
[2016-12-07 12:47:34]: info: ipoe3606: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.155.75"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.4> <NAS-Port 469280> <NAS-Port-Id "ipoe3606"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address 10.50.155.75> <User-Password >]
[2016-12-07 12:47:34]: debug: ipoe3606: ipoe: activate session
[2016-12-07 12:47:34]: error: ipoe3606: failed to set peer IPv4 address: Cannot assign requested address
[2016-12-07 12:47:34]: info: ipoe3606: ipoe: session started
[2016-12-07 12:47:34]: debug: ipoe3609: terminate
[2016-12-07 12:47:34]: warn: ipoe3609: radius: ses stop remove RPD 10.50.53.233
[2016-12-07 12:47:34]: info: ipoe3609: ipoe: session finished
[2016-12-07 12:47:34]: debug: ipoe3605: terminate
[2016-12-07 12:47:34]: warn: ipoe3605: radius: ses stop remove RPD 10.50.218.96
[2016-12-07 12:47:34]: info: ipoe3605: ipoe: session finished
[2016-12-07 12:47:34]: debug: ipoe3605: ipoe: activate session
[2016-12-07 12:47:34]: warn: ipoe3605: radius:BUG: rpd not found(null)
[2016-12-07 12:47:34]: info: ipoe3611: create interface ipoe3611 parent eth2
[2016-12-07 12:47:34]: debug: ipoe3611: radius(1): req_enter 5
[2016-12-07 12:47:34]: info: ipoe3611: send [RADIUS(1) Access-Request id=1 <User-Name "10.32.13.125"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.4> <NAS-Port 469285> <NAS-Port-Id "ipoe3611"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address 10.32.13.125> <User-Password >]
[2016-12-07 12:47:34]: info: ipoe3605: create interface ipoe3605 parent eth2
[2016-12-07 12:47:34]: info: ipoe3612: create interface ipoe3612 parent eth2
[2016-12-07 12:47:34]: debug: ipoe3612: radius(1): req_enter 6
[2016-12-07 12:47:34]: info: ipoe3612: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.54.55"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.4> <NAS-Port 469286> <NAS-Port-Id "ipoe3612"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address 10.50.54.55> <User-Password >]
[2016-12-07 12:47:34]: debug: ipoe3605: radius(1): req_enter 7
[2016-12-07 12:47:34]: info: ipoe3605: send [RADIUS(1) Access-Request id=1 <User-Name "10.42.25.150"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.4> <NAS-Port 469279> <NAS-Port-Id "ipoe3605"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address 10.42.25.150> <User-Password >]
[2016-12-07 12:47:34]: debug: ipoe3605: ipoe: activate session
dimka88
Posts: 866
Joined: 13 Oct 2014, 05:51
Contact:

Re: 1.11.0 l3 ip up shared: failed to set peer IPv4 address

Post by dimka88 »

А где же backtrace?
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: 1.11.0 l3 ip up shared: failed to set peer IPv4 address

Post by Dmitry »

[2016-12-07 12:47:34]: info: ipoe3605: ipoe: session finished
[2016-12-07 12:47:34]: debug: ipoe3605: ipoe: activate session
это релизный 1.11 или с изменениями в гит себя так ведёт ?
brodayga
Posts: 95
Joined: 23 Oct 2014, 06:13

Re: 1.11.0 l3 ip up shared: failed to set peer IPv4 address

Post by brodayga »

Dmitry wrote:
[2016-12-07 12:47:34]: info: ipoe3605: ipoe: session finished
[2016-12-07 12:47:34]: debug: ipoe3605: ipoe: activate session
это релизный 1.11 или с изменениями в гит себя так ведёт ?

Code: Select all

[2016-12-08 16:00:28]:  info: ipoe: start interface eth2 (mode=L3,shared=1,start=up,ifcfg=0)
[2016-12-08 16:00:28]:   msg: accel-ppp version 8557ca019041374d43712506eecc21479f83b9e6
Причем это проявляется при реальном трафике(нагрузка по ядрам гдето до 40%). Синтетическими тестами не удалось добиться ошибок. Даже специально грузил ядра.

провел ещё один тест. С отключенным юнит кеш. Проблемы с баг рдп не вылезло. Но, также ядра ушли .
перф топ первые два :

Code: Select all

  9.30%  [kernel]              [k] fib_table_lookup                                                                                                        ◆
  4.53%  [kernel]              [k] native_read_tsc
И лог перед появлением ошибки с момента создания ipoe3125 на котором ошибка возникла
Спойлер
[2016-12-08 16:46:50]: info: ipoe3125: create interface ipoe3125 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3088: terminate
[2016-12-08 16:46:50]: debug: ipoe3125: radius(1): req_enter 42
[2016-12-08 16:46:50]: warn: ipoe3088: radius: ses stop remove RPD 10.50.5.180
[2016-12-08 16:46:50]: info: ipoe3088: ipoe: session finished
[2016-12-08 16:46:50]: info: ipoe3125: send [RADIUS(1) Access-Request id=1 <User-Name "10.35.8.53"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.
4> <NAS-Port 473751> <NAS-Port-Id "ipoe3125"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address
10.35.8.53> <User-Password >]
[2016-12-08 16:46:50]: warn: ipoe3087: authentication failed
[2016-12-08 16:46:50]: debug: ipoe3089: radius(1): req_exit 41
[2016-12-08 16:46:50]: info: ipoe3089: recv [RADIUS(1) Access-Reject id=1 <Reply-Message "1">]
[2016-12-08 16:46:50]: info: ipoe3088: create interface ipoe3088 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3088: radius(1): req_enter 42
[2016-12-08 16:46:50]: info: ipoe3126: create interface ipoe3126 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3126: radius(1): req_enter 43
[2016-12-08 16:46:50]: info: ipoe3126: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.54.55"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55
.4> <NAS-Port 473753> <NAS-Port-Id "ipoe3126"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Addres
s 10.50.54.55> <User-Password >]
[2016-12-08 16:46:50]: debug: ipoe3087: terminate
[2016-12-08 16:46:50]: warn: ipoe3087: radius: ses stop remove RPD 10.50.0.52
[2016-12-08 16:46:50]: info: ipoe3087: ipoe: session finished
[2016-12-08 16:46:50]: warn: ipoe3089: authentication failed
[2016-12-08 16:46:50]: info: ipoe3127: create interface ipoe3127 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3127: radius(1): req_enter 44
[2016-12-08 16:46:50]: info: ipoe3127: send [RADIUS(1) Access-Request id=1 <User-Name "10.35.104.34"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.5
5.4> <NAS-Port 473754> <NAS-Port-Id "ipoe3127"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Addre
ss 10.35.104.34> <User-Password >]
[2016-12-08 16:46:50]: info: ipoe3088: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.53.22"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55
.4> <NAS-Port 473752> <NAS-Port-Id "ipoe3088"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Addres
s 10.50.53.22> <User-Password >]
[2016-12-08 16:46:50]: debug: ipoe3089: terminate
[2016-12-08 16:46:50]: warn: ipoe3089: radius: ses stop remove RPD 10.42.119.1
[2016-12-08 16:46:50]: info: ipoe3089: ipoe: session finished
[2016-12-08 16:46:50]: info: ipoe3128: create interface ipoe3128 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3128: radius(1): req_enter 45
[2016-12-08 16:46:50]: info: ipoe3089: create interface ipoe3089 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3089: radius(1): req_enter 46
[2016-12-08 16:46:50]: info: ipoe3089: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.7.58"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.
4> <NAS-Port 473756> <NAS-Port-Id "ipoe3089"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address
10.50.7.58> <User-Password >]
[2016-12-08 16:46:50]: info: ipoe3087: create interface ipoe3087 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3087: radius(1): req_enter 47
[2016-12-08 16:46:50]: info: ipoe3087: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.53.33"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55
.4> <NAS-Port 473755> <NAS-Port-Id "ipoe3087"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Addres
s 10.50.53.33> <User-Password >]
[2016-12-08 16:46:50]: info: ipoe3128: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.53.24"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55
.4> <NAS-Port 473757> <NAS-Port-Id "ipoe3128"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Addres
s 10.50.53.24> <User-Password >]
[2016-12-08 16:46:50]: debug: ipoe3091: radius(1): req_exit 46
[2016-12-08 16:46:50]: info: ipoe3091: recv [RADIUS(1) Access-Reject id=1 <Reply-Message "11">]
[2016-12-08 16:46:50]: info: ipoe3129: create interface ipoe3129 parent eth2
[2016-12-08 16:46:50]: warn: ipoe3091: authentication failed
[2016-12-08 16:46:50]: debug: ipoe3129: radius(1): req_enter 47
[2016-12-08 16:46:50]: info: ipoe3129: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.6.113"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55
.4> <NAS-Port 473758> <NAS-Port-Id "ipoe3129"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Addres
s 10.50.6.113> <User-Password >]
[2016-12-08 16:46:50]: debug: ipoe3091: terminate
[2016-12-08 16:46:50]: warn: ipoe3091: radius: ses stop remove RPD 10.35.1.40
[2016-12-08 16:46:50]: info: ipoe3091: ipoe: session finished
[2016-12-08 16:46:50]: info: ipoe3131: create interface ipoe3131 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3131: radius(1): req_enter 48
[2016-12-08 16:46:50]: info: ipoe3131: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.5.81"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55.
4> <NAS-Port 473760> <NAS-Port-Id "ipoe3131"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Address
10.50.5.81> <User-Password >]
[2016-12-08 16:46:50]: info: ipoe3130: create interface ipoe3130 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3130: radius(1): req_enter 49
[2016-12-08 16:46:50]: info: ipoe3130: send [RADIUS(1) Access-Request id=1 <User-Name "10.42.13.74"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55
.4> <NAS-Port 473759> <NAS-Port-Id "ipoe3130"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Addres
s 10.42.13.74> <User-Password >]
[2016-12-08 16:46:50]: info: ipoe3091: create interface ipoe3091 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3091: radius(1): req_enter 50
[2016-12-08 16:46:50]: info: ipoe3091: send [RADIUS(1) Access-Request id=1 <User-Name "10.50.53.32"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55
.4> <NAS-Port 473761> <NAS-Port-Id "ipoe3091"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Addres
s 10.50.53.32> <User-Password >]
[2016-12-08 16:46:50]: debug: ipoe3092: radius(1): req_exit 49
[2016-12-08 16:46:50]: warn: ipoe3092: radius: server(1) not responding
[2016-12-08 16:46:50]: warn: ipoe3092: radius: no available servers
[2016-12-08 16:46:50]: warn: ipoe3092: authentication failed
[2016-12-08 16:46:50]: debug: ipoe3092: terminate
[2016-12-08 16:46:50]: info: ipoe3132: create interface ipoe3132 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3132: radius(1): req_enter 50
[2016-12-08 16:46:50]: info: ipoe3132: send [RADIUS(1) Access-Request id=1 <User-Name "10.35.1.198"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168.55
.4> <NAS-Port 473762> <NAS-Port-Id "ipoe3132"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Framed-IP-Addres
s 10.35.1.198> <User-Password >]
[2016-12-08 16:46:50]: info: ipoe3133: create interface ipoe3133 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3133: radius(1): queue 0x7fffe47382e8
[2016-12-08 16:46:50]: warn: ipoe3092: radius: ses stop remove RPD 10.35.4.89
[2016-12-08 16:46:50]: info: ipoe3092: ipoe: session finished
[2016-12-08 16:46:50]: info: ipoe3134: create interface ipoe3134 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3134: radius(1): queue 0x7fffe473ab38
[2016-12-08 16:46:50]: info: ipoe3135: create interface ipoe3135 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3135: radius(1): queue 0x7fffe473b8e8
[2016-12-08 16:46:50]: info: ipoe3136: create interface ipoe3136 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3136: radius(1): queue 0x7fffeca0fc08
[2016-12-08 16:46:50]: info: ipoe3137: create interface ipoe3137 parent eth2
[2016-12-08 16:46:50]: debug: ipoe3137: radius(1): queue 0x7fffe473c7e8
[2016-12-08 16:46:51]: debug: ipoe3094: radius(1): req_exit 49
[2016-12-08 16:46:51]: debug: ipoe3094: radius(1): wakeup 0x7fffe47382e8
[2016-12-08 16:46:51]: warn: ipoe3094: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3094: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3094: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3094: terminate
[2016-12-08 16:46:51]: warn: ipoe3094: radius: ses stop remove RPD 10.42.2.98
[2016-12-08 16:46:51]: info: ipoe3094: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3093: radius(1): req_exit 49
[2016-12-08 16:46:51]: debug: ipoe3093: radius(1): wakeup 0x7fffe473ab38
[2016-12-08 16:46:51]: warn: ipoe3093: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3093: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3093: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3093: terminate
[2016-12-08 16:46:51]: warn: ipoe3093: radius: ses stop remove RPD 10.35.104.139
[2016-12-08 16:46:51]: info: ipoe3093: ipoe: session finished
[2016-12-08 16:46:51]: info: ipoe3092: create interface ipoe3092 parent eth2
[2016-12-08 16:46:51]: debug: ipoe3092: radius(1): queue 0x7fffec9e6e08
[2016-12-08 16:46:51]: debug: ipoe3090: radius(1): req_exit 49
[2016-12-08 16:46:51]: debug: ipoe3090: radius(1): wakeup 0x7fffe473b8e8
[2016-12-08 16:46:51]: warn: ipoe3090: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3090: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3090: authentication failed
[2016-12-08 16:46:51]: info: ipoe3094: create interface ipoe3094 parent eth2
[2016-12-08 16:46:51]: debug: ipoe3094: radius(1): queue 0x7fffe473ef48
[2016-12-08 16:46:51]: debug: ipoe3095: radius(1): req_exit 49
[2016-12-08 16:46:51]: debug: ipoe3095: radius(1): wakeup 0x7fffeca0fc08
[2016-12-08 16:46:51]: warn: ipoe3095: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3095: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3095: authentication failed
[2016-12-08 16:46:51]: info: ipoe3138: create interface ipoe3138 parent eth2
[2016-12-08 16:46:51]: debug: ipoe3138: radius(1): queue 0x7fffe4740b88
[2016-12-08 16:46:51]: debug: ipoe3097: radius(1): req_exit 49
[2016-12-08 16:46:51]: debug: ipoe3097: radius(1): wakeup 0x7fffe473c7e8
[2016-12-08 16:46:51]: warn: ipoe3097: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3097: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3097: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3098: radius(1): req_exit 49
[2016-12-08 16:46:51]: debug: ipoe3098: radius(1): wakeup 0x7fffec9e6e08
[2016-12-08 16:46:51]: warn: ipoe3098: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3098: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3098: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3098: terminate
[2016-12-08 16:46:51]: debug: ipoe3095: terminate
[2016-12-08 16:46:51]: warn: ipoe3098: radius: ses stop remove RPD 10.50.6.171
[2016-12-08 16:46:51]: info: ipoe3098: ipoe: session finished
[2016-12-08 16:46:51]: warn: ipoe3095: radius: ses stop remove RPD 10.42.2.111
[2016-12-08 16:46:51]: info: ipoe3095: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3096: radius(1): req_exit 49
[2016-12-08 16:46:51]: debug: ipoe3096: radius(1): wakeup 0x7fffe473ef48
[2016-12-08 16:46:51]: warn: ipoe3096: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3096: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3096: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3096: terminate
[2016-12-08 16:46:51]: debug: ipoe3097: terminate
[2016-12-08 16:46:51]: warn: ipoe3096: radius: ses stop remove RPD 10.50.8.29
[2016-12-08 16:46:51]: info: ipoe3096: ipoe: session finished
[2016-12-08 16:46:51]: warn: ipoe3097: radius: ses stop remove RPD 10.50.53.234
[2016-12-08 16:46:51]: info: ipoe3097: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3101: radius(1): req_exit 49
[2016-12-08 16:46:51]: debug: ipoe3101: radius(1): wakeup 0x7fffe4740b88
[2016-12-08 16:46:51]: warn: ipoe3101: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3101: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3101: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3101: terminate
[2016-12-08 16:46:51]: debug: ipoe3090: terminate
[2016-12-08 16:46:51]: warn: ipoe3101: radius: ses stop remove RPD 10.50.155.72
[2016-12-08 16:46:51]: info: ipoe3101: ipoe: session finished
[2016-12-08 16:46:51]: warn: ipoe3090: radius: ses stop remove RPD 10.50.6.156
[2016-12-08 16:46:51]: info: ipoe3090: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3100: radius(1): req_exit 49
[2016-12-08 16:46:51]: warn: ipoe3100: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3100: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3100: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3100: terminate
[2016-12-08 16:46:51]: warn: ipoe3100: radius: ses stop remove RPD 10.37.0.131
[2016-12-08 16:46:51]: info: ipoe3100: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3099: radius(1): req_exit 48
[2016-12-08 16:46:51]: warn: ipoe3099: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3099: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3099: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3099: terminate
[2016-12-08 16:46:51]: warn: ipoe3099: radius: ses stop remove RPD 10.42.0.245
[2016-12-08 16:46:51]: info: ipoe3099: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3103: radius(1): req_exit 47
[2016-12-08 16:46:51]: warn: ipoe3103: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3103: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3103: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3103: terminate
[2016-12-08 16:46:51]: warn: ipoe3103: radius: ses stop remove RPD 10.50.152.254
[2016-12-08 16:46:51]: info: ipoe3103: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3102: radius(1): req_exit 46
[2016-12-08 16:46:51]: warn: ipoe3102: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3102: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3102: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3102: terminate
[2016-12-08 16:46:51]: warn: ipoe3102: radius: ses stop remove RPD 10.35.0.93
[2016-12-08 16:46:51]: info: ipoe3102: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe2123: radius(1): req_enter 47
[2016-12-08 16:46:51]: debug: ipoe3104: radius(1): req_exit 46
[2016-12-08 16:46:51]: warn: ipoe3104: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3104: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3104: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3106: radius(1): req_exit 45
[2016-12-08 16:46:51]: warn: ipoe3106: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3106: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3106: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3106: terminate
[2016-12-08 16:46:51]: warn: ipoe3106: radius: ses stop remove RPD 10.35.8.47
[2016-12-08 16:46:51]: info: ipoe3106: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe2122: radius(1): req_enter 46
[2016-12-08 16:46:51]: debug: ipoe3082: radius(1): req_exit 45
[2016-12-08 16:46:51]: warn: ipoe3082: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3082: radius: no available servers
[2016-12-08 16:46:51]: debug: ipoe3082: terminate
[2016-12-08 16:46:51]: debug: ipoe3082: radius(1): req_enter 46
[2016-12-08 16:46:51]: info: ipoe3082: send [RADIUS(1) Accounting-Request id=1 <User-Name "10.18.5.206"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.16
8.55.4> <NAS-Port 473707> <NAS-Port-Id "ipoe3082"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Acct-Status-
Type Stop> <Acct-Authentic RADIUS> <Acct-Session-Id "00000000000ab203"> <Acct-Session-Time 2> <Acct-Input-Octets 0> <Acct-Output-Octets 0> <Acct-Input-Packet
s 0> <Acct-Output-Packets 0> <Acct-Input-Gigawords 0> <Acct-Output-Gigawords 0> <Framed-IP-Address 10.18.5.206> <Acct-Terminate-Cause NAS-Error>]
[2016-12-08 16:46:51]: warn: ipoe3082: radius: ses stop remove RPD 10.18.5.206
[2016-12-08 16:46:51]: debug: ipoe3082: radius(1): req_exit 45
[2016-12-08 16:46:51]: info: ipoe3082: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3108: radius(1): req_exit 44
[2016-12-08 16:46:51]: warn: ipoe3108: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3108: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3108: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3108: terminate
[2016-12-08 16:46:51]: debug: ipoe3104: terminate
[2016-12-08 16:46:51]: warn: ipoe3108: radius: ses stop remove RPD 10.42.5.174
[2016-12-08 16:46:51]: info: ipoe3108: ipoe: session finished
[2016-12-08 16:46:51]: warn: ipoe3104: radius: ses stop remove RPD 10.42.4.46
[2016-12-08 16:46:51]: info: ipoe3104: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3109: radius(1): req_exit 43
[2016-12-08 16:46:51]: warn: ipoe3109: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3109: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3109: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3109: terminate
[2016-12-08 16:46:51]: warn: ipoe3109: radius: ses stop remove RPD 10.35.0.181
[2016-12-08 16:46:51]: info: ipoe3109: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3110: radius(1): req_exit 42
[2016-12-08 16:46:51]: warn: ipoe3110: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3110: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3110: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3110: terminate
[2016-12-08 16:46:51]: warn: ipoe3110: radius: ses stop remove RPD 10.50.53.31
[2016-12-08 16:46:51]: info: ipoe3110: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3107: radius(1): req_exit 41
[2016-12-08 16:46:51]: warn: ipoe3107: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3107: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3107: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3105: radius(1): req_exit 40
[2016-12-08 16:46:51]: warn: ipoe3105: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3105: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3105: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3105: terminate
[2016-12-08 16:46:51]: warn: ipoe3105: radius: ses stop remove RPD 10.50.218.77
[2016-12-08 16:46:51]: info: ipoe3105: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3083: radius(1): req_exit 39
[2016-12-08 16:46:51]: warn: ipoe3083: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3083: radius: no available servers
[2016-12-08 16:46:51]: debug: ipoe3083: terminate
[2016-12-08 16:46:51]: debug: ipoe3083: radius(1): req_enter 40
[2016-12-08 16:46:51]: info: ipoe3083: send [RADIUS(1) Accounting-Request id=1 <User-Name "10.50.8.27"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.168
.55.4> <NAS-Port 473708> <NAS-Port-Id "ipoe3083"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Acct-Status-T
ype Stop> <Acct-Authentic RADIUS> <Acct-Session-Id "00000000000ab205"> <Acct-Session-Time 3> <Acct-Input-Octets 0> <Acct-Output-Octets 0> <Acct-Input-Packets
0> <Acct-Output-Packets 0> <Acct-Input-Gigawords 0> <Acct-Output-Gigawords 0> <Framed-IP-Address 10.50.8.27> <Acct-Terminate-Cause NAS-Error>]
[2016-12-08 16:46:51]: warn: ipoe3083: radius: ses stop remove RPD 10.50.8.27
[2016-12-08 16:46:51]: debug: ipoe3083: radius(1): req_exit 39
[2016-12-08 16:46:51]: info: ipoe3083: ipoe: session finished
[2016-12-08 16:46:51]: debug: ipoe3113: radius(1): req_exit 38
[2016-12-08 16:46:51]: warn: ipoe3113: radius: server(1) not responding
[2016-12-08 16:46:51]: warn: ipoe3113: radius: no available servers
[2016-12-08 16:46:51]: warn: ipoe3113: authentication failed
[2016-12-08 16:46:51]: debug: ipoe3113: terminate
[2016-12-08 16:46:51]: debug: ipoe3107: terminate
[2016-12-08 16:46:51]: warn: ipoe3113: radius: ses stop remove RPD 10.50.161.248
[2016-12-08 16:46:51]: info: ipoe3113: ipoe: session finished
[2016-12-08 16:46:51]: warn: ipoe3107: radius: ses stop remove RPD 10.42.2.83
[2016-12-08 16:46:51]: info: ipoe3107: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3114: radius(1): req_exit 37
[2016-12-08 16:46:52]: warn: ipoe3114: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3114: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3114: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3112: radius(1): req_exit 36
[2016-12-08 16:46:52]: warn: ipoe3112: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3112: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3112: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3111: radius(1): req_exit 35
[2016-12-08 16:46:52]: warn: ipoe3111: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3111: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3111: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3115: radius(1): req_exit 34
[2016-12-08 16:46:52]: warn: ipoe3115: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3115: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3115: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3115: terminate
[2016-12-08 16:46:52]: warn: ipoe3115: radius: ses stop remove RPD 10.42.44.47
[2016-12-08 16:46:52]: info: ipoe3115: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3116: radius(1): req_exit 33
[2016-12-08 16:46:52]: warn: ipoe3116: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3116: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3116: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3114: terminate
[2016-12-08 16:46:52]: debug: ipoe3116: terminate
[2016-12-08 16:46:52]: warn: ipoe3116: radius: ses stop remove RPD 10.42.23.61
[2016-12-08 16:46:52]: info: ipoe3116: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3112: terminate
[2016-12-08 16:46:52]: warn: ipoe3114: radius: ses stop remove RPD 10.35.106.35
[2016-12-08 16:46:52]: info: ipoe3114: ipoe: session finished
[2016-12-08 16:46:52]: warn: ipoe3112: radius: ses stop remove RPD 10.42.22.70
[2016-12-08 16:46:52]: info: ipoe3112: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3111: terminate
[2016-12-08 16:46:52]: debug: ipoe3117: radius(1): req_exit 32
[2016-12-08 16:46:52]: warn: ipoe3117: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3117: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3117: authentication failed
[2016-12-08 16:46:52]: warn: ipoe3111: radius: ses stop remove RPD 10.42.19.180
[2016-12-08 16:46:52]: info: ipoe3111: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3118: radius(1): req_exit 31
[2016-12-08 16:46:52]: warn: ipoe3118: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3118: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3118: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3118: terminate
[2016-12-08 16:46:52]: warn: ipoe3118: radius: ses stop remove RPD 10.42.22.54
[2016-12-08 16:46:52]: info: ipoe3118: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3117: terminate
[2016-12-08 16:46:52]: warn: ipoe3117: radius: ses stop remove RPD 10.35.1.248
[2016-12-08 16:46:52]: info: ipoe3117: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3119: radius(1): req_exit 30
[2016-12-08 16:46:52]: warn: ipoe3119: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3119: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3119: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3120: radius(1): req_exit 29
[2016-12-08 16:46:52]: warn: ipoe3120: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3120: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3120: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3120: terminate
[2016-12-08 16:46:52]: warn: ipoe3120: radius: ses stop remove RPD 10.50.0.121
[2016-12-08 16:46:52]: info: ipoe3120: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3085: radius(1): req_exit 28
[2016-12-08 16:46:52]: warn: ipoe3085: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3085: radius: no available servers
[2016-12-08 16:46:52]: debug: ipoe3085: terminate
[2016-12-08 16:46:52]: debug: ipoe3085: radius(1): req_enter 29
[2016-12-08 16:46:52]: info: ipoe3085: send [RADIUS(1) Accounting-Request id=1 <User-Name "10.35.0.158"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.16
8.55.4> <NAS-Port 473710> <NAS-Port-Id "ipoe3085"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Acct-Status-
Type Stop> <Acct-Authentic RADIUS> <Acct-Session-Id "00000000000ab206"> <Acct-Session-Time 3> <Acct-Input-Octets 0> <Acct-Output-Octets 0> <Acct-Input-Packet
s 0> <Acct-Output-Packets 0> <Acct-Input-Gigawords 0> <Acct-Output-Gigawords 0> <Framed-IP-Address 10.35.0.158> <Acct-Terminate-Cause NAS-Error>]
[2016-12-08 16:46:52]: warn: ipoe3085: radius: ses stop remove RPD 10.35.0.158
[2016-12-08 16:46:52]: debug: ipoe3085: radius(1): req_exit 28
[2016-12-08 16:46:52]: info: ipoe3085: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3119: terminate
[2016-12-08 16:46:52]: debug: ipoe2124: radius(1): req_enter 29
[2016-12-08 16:46:52]: debug: ipoe3084: radius(1): req_exit 28
[2016-12-08 16:46:52]: warn: ipoe3084: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3084: radius: no available servers
[2016-12-08 16:46:52]: debug: ipoe3084: terminate
[2016-12-08 16:46:52]: warn: ipoe3119: radius: ses stop remove RPD 10.42.2.60
[2016-12-08 16:46:52]: info: ipoe3119: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3084: radius(1): req_enter 29
[2016-12-08 16:46:52]: info: ipoe3084: send [RADIUS(1) Accounting-Request id=1 <User-Name "10.210.60.102"> <NAS-Identifier "accelipup"> <NAS-IP-Address 192.
168.55.4> <NAS-Port 473709> <NAS-Port-Id "ipoe3084"> <NAS-Port-Type Ethernet> <Calling-Station-Id "4c:5e:0c:14:1a:91"> <Called-Station-Id "eth2"> <Acct-Statu
s-Type Stop> <Acct-Authentic RADIUS> <Acct-Session-Id "00000000000ab204"> <Acct-Session-Time 3> <Acct-Input-Octets 0> <Acct-Output-Octets 0> <Acct-Input-Pack
ets 0> <Acct-Output-Packets 0> <Acct-Input-Gigawords 0> <Acct-Output-Gigawords 0> <Framed-IP-Address 10.210.60.102> <Acct-Terminate-Cause NAS-Error>]
[2016-12-08 16:46:52]: warn: ipoe3084: radius: ses stop remove RPD 10.210.60.102
[2016-12-08 16:46:52]: debug: ipoe3084: radius(1): req_exit 28
[2016-12-08 16:46:52]: info: ipoe3084: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3122: radius(1): req_exit 27
[2016-12-08 16:46:52]: warn: ipoe3122: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3122: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3122: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3121: radius(1): req_exit 26
[2016-12-08 16:46:52]: warn: ipoe3121: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3121: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3121: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3122: terminate
[2016-12-08 16:46:52]: debug: ipoe3121: terminate
[2016-12-08 16:46:52]: warn: ipoe3121: radius: ses stop remove RPD 10.42.25.159
[2016-12-08 16:46:52]: info: ipoe3121: ipoe: session finished
[2016-12-08 16:46:52]: warn: ipoe3122: radius: ses stop remove RPD 10.42.22.53
[2016-12-08 16:46:52]: info: ipoe3122: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe782: radius(1): req_enter 27
[2016-12-08 16:46:52]: debug: ipoe3123: radius(1): req_exit 26
[2016-12-08 16:46:52]: warn: ipoe3123: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3123: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3123: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3086: radius(1): req_exit 25
[2016-12-08 16:46:52]: warn: ipoe3086: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3086: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3086: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3124: radius(1): req_exit 24
[2016-12-08 16:46:52]: warn: ipoe3124: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3124: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3124: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3124: terminate
[2016-12-08 16:46:52]: warn: ipoe3124: radius: ses stop remove RPD 10.50.53.231
[2016-12-08 16:46:52]: info: ipoe3124: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3125: radius(1): req_exit 23
[2016-12-08 16:46:52]: warn: ipoe3125: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3125: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3125: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3125: terminate
[2016-12-08 16:46:52]: debug: ipoe3123: terminate
[2016-12-08 16:46:52]: warn: ipoe3125: radius: ses stop remove RPD 10.35.8.53
[2016-12-08 16:46:52]: info: ipoe3125: ipoe: session finished
[2016-12-08 16:46:52]: warn: ipoe3123: radius: ses stop remove RPD 10.37.14.46
[2016-12-08 16:46:52]: debug: ipoe3086: terminate
[2016-12-08 16:46:52]: info: ipoe3123: ipoe: session finished
[2016-12-08 16:46:52]: warn: ipoe3086: radius: ses stop remove RPD 10.50.6.35
[2016-12-08 16:46:52]: info: ipoe3086: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3126: radius(1): req_exit 22
[2016-12-08 16:46:52]: warn: ipoe3126: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3126: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3126: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3125: ipoe: activate session
[2016-12-08 16:46:52]: debug: libnetlink: RTNETLINK answers: Invalid argument
[2016-12-08 16:46:52]: error: ipoe3125: ipoe: nl_create: error talking to kernel
[2016-12-08 16:46:52]: debug: ipoe3088: radius(1): req_exit 21
[2016-12-08 16:46:52]: warn: ipoe3088: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3088: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3088: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3123: ipoe: activate session
[2016-12-08 16:46:53]: debug: ipoe3127: radius(1): req_exit 20
[2016-12-08 16:46:53]: debug: ipoe3126: terminate
[2016-12-08 16:46:53]: warn: ipoe3127: radius: server(1) not responding
[2016-12-08 16:46:53]: debug: ipoe3088: terminate
[2016-12-08 16:46:53]: debug: libnetlink: RTNETLINK answers: Invalid argument
[2016-12-08 16:46:53]: error: ipoe3123: ipoe: nl_create: error talking to kernel
[2016-12-08 16:46:53]: warn: ipoe3127: radius: no available servers
[2016-12-08 16:46:53]: warn: ipoe3127: authentication failed
brodayga
Posts: 95
Joined: 23 Oct 2014, 06:13

Re: 1.11.0 l3 ip up shared: failed to set peer IPv4 address

Post by brodayga »

это происходит когда

[2016-12-08 16:46:52]: debug: ipoe3125: terminate
[2016-12-08 16:46:52]: debug: ipoe3123: terminate
[2016-12-08 16:46:52]: warn: ipoe3125: radius: ses stop remove RPD 10.35.8.53
[2016-12-08 16:46:52]: info: ipoe3125: ipoe: session finished
[2016-12-08 16:46:52]: warn: ipoe3123: radius: ses stop remove RPD 10.37.14.46
[2016-12-08 16:46:52]: debug: ipoe3086: terminate
[2016-12-08 16:46:52]: info: ipoe3123: ipoe: session finished
[2016-12-08 16:46:52]: warn: ipoe3086: radius: ses stop remove RPD 10.50.6.35
[2016-12-08 16:46:52]: info: ipoe3086: ipoe: session finished
[2016-12-08 16:46:52]: debug: ipoe3126: radius(1): req_exit 22
[2016-12-08 16:46:52]: warn: ipoe3126: radius: server(1) not responding
[2016-12-08 16:46:52]: warn: ipoe3126: radius: no available servers
[2016-12-08 16:46:52]: warn: ipoe3126: authentication failed
[2016-12-08 16:46:52]: debug: ipoe3125: ipoe: activate session
brodayga
Posts: 95
Joined: 23 Oct 2014, 06:13

Re: 1.11.0 l3 ip up shared: failed to set peer IPv4 address

Post by brodayga »

Может нужны ещё тесты?
brodayga
Posts: 95
Joined: 23 Oct 2014, 06:13

Re: 1.11.0 l3 ip up shared: failed to set peer IPv4 address

Post by brodayga »

up
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: 1.11.0 l3 ip up shared: failed to set peer IPv4 address

Post by Dmitry »

[2016-12-08 16:00:28]: msg: accel-ppp version 8557ca019041374d43712506eecc21479f83b9e6
это не 1.11

commit 0f696bdb32bdac3fb69afe608222b05132eb7576
Post Reply