Search found 27 matches

by lbw
05 Mar 2020, 07:41
Forum: Feature requests
Topic: Shaper - Factor default speed received
Replies: 1
Views: 4274

Re: Shaper - Factor default speed received

Do this in your RADIUS server. It's not a job for a BRAS.
by lbw
23 Feb 2020, 03:01
Forum: Bugs
Topic: Problem with Vlan-mon and Intel X710/X722
Replies: 14
Views: 19360

Re: Problem with Vlan-mon and Intel X710/X722

It might be worth switching to a X540 or X520. They are relatively cheap and see if that solves your problem?
by lbw
23 Feb 2020, 02:59
Forum: PPPoE
Topic: Adding PPPoE interface with QinQ with accel-cmd misses inside tag
Replies: 4
Views: 3951

Re: Adding PPPoE interface with QinQ with accel-cmd misses inside tag

I'm using 0x8100 rather than 0x8a88. It doesn't really matter either way I've found. I can reproduce it if I do a: pppoe interface add eth3.1234 What I see in the tcpdump capture on the interface is: - PADI comes in with S and C tags - PADO goes out with S tag only My config is this: vlan-mon=re:eth...
by lbw
23 Feb 2020, 02:56
Forum: PPPoE
Topic: So I had put accel-ppp live with heavy load
Replies: 46
Views: 73796

Re: So I had put accel-ppp live with heavy load

Yep, as per the following config:

[core]
...
thread-count=8

You should have one thread per core. I haven't turned my mind to if one thread per hyper-thread would be better.
by lbw
19 Feb 2020, 07:09
Forum: PPPoE
Topic: Adding PPPoE interface with QinQ with accel-cmd misses inside tag
Replies: 4
Views: 3951

Adding PPPoE interface with QinQ with accel-cmd misses inside tag

Hi I haven't had a chance to look into this yet, but I've noticed, that in a 802.1ad QinQ environment, if I add a PPPoE interface (e.g. eth3.1234) via accel-cmd, then the PADO response to the PADI is missing the (inside) C-tag. If I restart accel-ppp with that same interface present, but up first be...
by lbw
19 Feb 2020, 07:06
Forum: PPPoE
Topic: So I had put accel-ppp live with heavy load
Replies: 46
Views: 73796

Re: So I had put accel-ppp live with heavy load

How many threads do you have configured? It should be (at least) one per CPU.
by lbw
18 Feb 2020, 04:15
Forum: L2TP
Topic: L2tp Performance
Replies: 4
Views: 4728

Re: L2tp Performance

I posted on GitHub some improvements for L2TP as well - CLI and performance. They might be of assistance to you. I've found the only real performance bottleneck of accel-ppp is the performance of the hardware to handle enough network interrupts, which is great!
by lbw
11 Feb 2020, 05:38
Forum: Bugs
Topic: Problem with Vlan-mon and Intel X710/X722
Replies: 14
Views: 19360

Re: Problem with Vlan-mon and Intel X710/X722

I came across this today: https://serverfault.com/questions/732055/intel-x540-t1-10gige-nic-works-but-extremely-slow-high-latency-on-ubuntu-14-04 Disable LRO if enabling ip forwarding or bridging WARNING: The ixgbe driver supports the Large Receive Offload (LRO) feature. This option offers the lowes...
by lbw
21 Jan 2020, 23:26
Forum: Bugs
Topic: Problem with Vlan-mon and Intel X710/X722
Replies: 14
Views: 19360

Re: Problem with Vlan-mon and Intel X710/X722

Try turning off with 'ethtool' any VLAN tag related acceleration and see if that solves your issue.
by lbw
02 Jan 2020, 12:05
Forum: PPPoE
Topic: Persist IPv6 Address until lifetime expires
Replies: 6
Views: 2570

Re: Persist IPv6 Address until lifetime expires

It's pretty easy to do from RADIUS. The policy layer belongs in AAA, not in the BNG. Look into FreeRADIUS + the ip pool module it has.