Search found 27 matches

by lbw
02 Jan 2020, 00:46
Forum: L2TP
Topic: L2TP internal queue is never drained resulting in no new sessions allowed
Replies: 1
Views: 4242

L2TP internal queue is never drained resulting in no new sessions allowed

Hi There appears to be a bug in the L2TP code where the queue is never drained of old packets. I am seeing this: [2020-01-02 11:39:13]: debug: l2tp tunnel 48946-60025 (1.2.3.4:1701): 1 message processed from reception queue [2020-01-02 11:39:13]: debug: l2tp tunnel 48946-60025 (1.2.3.4:1701): 0 mess...
by lbw
22 Dec 2019, 07:46
Forum: Shaper
Topic: Removal of shaper by COA
Replies: 1
Views: 3824

Removal of shaper by COA

Hi This is as much a note for others as a question. Changing shaper by COA works fine: [2019-12-22 18:34:35]: info: ppp89: recv [RADIUS CoA-Request id=a0 <Acct-Session-Id "7317a647d925efeb"> <Filter-Id "20000/20000">] [2019-12-22 18:34:35]: info: ppp89: shaper: changed shaper 200...
by lbw
20 Dec 2019, 04:06
Forum: Radius
Topic: No RADIUS interim accounting packets sent
Replies: 5
Views: 5756

Re: No RADIUS interim accounting packets sent

That was indeed the problem. Documentation not clear but I should have checked the code more carefully. D'oh.
by lbw
12 Dec 2019, 07:25
Forum: Radius
Topic: No RADIUS interim accounting packets sent
Replies: 5
Views: 5756

Re: No RADIUS interim accounting packets sent

I shouldn't be required to push a Acct-Interim-Interval attribute in the RADIUS auth reply packet. The configuration should be sufficient. However, I've tried it with that in the auth reply and note that interim accounting then works. I'd rather not to have to set it so looks like there's a bug ther...
by lbw
11 Dec 2019, 19:27
Forum: Radius
Topic: No RADIUS interim accounting packets sent
Replies: 5
Views: 5756

No RADIUS interim accounting packets sent

Hi I am using accel-ppp version 1.12.0 with PPP over L2TP clients. Configuration is: [modules] log_file l2tp auth_mschap_v1 auth_chap_md5 auth_pap radius ippool shaper ... [radius] dictionary=/usr/local/share/accel-ppp/radius/dictionary nas-identifier=accel-ppp nas-ip-address=a.b.c.d gw-ip-address=a...
by lbw
05 Dec 2019, 04:32
Forum: L2TP
Topic: accel-ppp as a L2TP LAC?
Replies: 2
Views: 7210

accel-ppp as a L2TP LAC?

Hi I was looking through the L2TP code and it appears, in theory, to have all the right bits to support this but I think the glue isn't present as I can't see how a L2TP tunnel is initiated from accel-ppp other than via the CLI. Can accel-ppp act as a LAC, that is, receive PPP over L2TP sessions and...
by lbw
09 Mar 2019, 00:28
Forum: PPPoE
Topic: PPPoE with 802.1ad Q-in-Q single interface?
Replies: 1
Views: 5253

PPPoE with 802.1ad Q-in-Q single interface?

Hi I have done my best to look through the source, documentation (of what there is) and some of the forum posts which are predominately in Russian. I have Accel-PPP deployed as a PPPoE BNG with QinQ (802.1ad) traffic coming from the last mile with S/C-tag VLANs. I'm using the latest version from git...