Search found 866 matches

by dimka88
22 Mar 2024, 17:32
Forum: General
Topic: accel-ppp as pppoe client
Replies: 3
Views: 94

Re: accel-ppp as pppoe client

RPS Configuration
https://docs.kernel.org/networking/scal ... figuration

RSS Configuration
https://docs.kernel.org/networking/scal ... figuration

For upload from client need additional tunning XPS as I remember
by dimka88
21 Mar 2024, 19:02
Forum: PPPoE
Topic: cannot add pppoe interface in cli
Replies: 1
Views: 96

Re: cannot add pppoe interface in cli

Hi, hashbang. For different instance you have to use different [CLI]tcp=127.0.0.1:port and use this port as arg for accel-cmd For instance 1: accel-cmd -p <Instance 1 port> pppoe interface add ens5f1.100 For instance 2: accel-cmd -p <Instance 2 port> pppoe interface add ens4f1.200 accel-cmd -h Usage...
by dimka88
21 Mar 2024, 18:58
Forum: L2TP
Topic: L2TP and TCP throughput
Replies: 1
Views: 99

Re: L2TP and TCP throughput

Hi, @tj-19.

To be honest you can not set mtu to 1500 for L2TP, because you can not garantee path between L2TP server and client. So you have to use clamping TCP MSS.
Also, I think you configure firewall for ICMP messages, that can broke network windows packets size and you will see this issue.
by dimka88
21 Mar 2024, 18:49
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 7
Views: 383

Re: ACCEL-PPP with FRR router

Imagine the foloowing topology https://raw.githubusercontent.com/DmitriyEshenko/tech-sup/master/topo1.png Trace from PPPoE Clinet traceroute 203.0.113.2 traceroute to 203.0.113.2 (203.0.113.2), 30 hops max, 60 byte packets 1 192.0.2.1 (192.0.2.1) 2.782 ms 1.527 ms 2.137 ms 2 192.0.2.2 (192.0.2.2) 4....
by dimka88
21 Mar 2024, 18:13
Forum: General
Topic: accel-ppp as pppoe client
Replies: 3
Views: 94

Re: accel-ppp as pppoe client

Hi, accel-ppp only server side. You can tune your NIC (enable RSS and RPS) to perform your pppoe client.
by dimka88
09 Mar 2024, 07:42
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 7
Views: 383

Re: ACCEL-PPP with FRR router

Hi @tj-19, I think does not possible to use ppp without GW in accel-ppp, this requir p2p route. Try to change GW to router IP address which you was in route path to client.
by dimka88
04 Mar 2024, 18:51
Forum: IPoE
Topic: Lua and Agent_Remote_ID
Replies: 1
Views: 259

Re: Lua and Agent_Remote_ID

Hi, why do you use quotes as arg in func?
Try pkt:agent_circuit_id(). Also what about string unpacking?
Look Agent-Circuit-ID contain to match special characters including spaces d4c1.c812.1678 pon 1/1/16/3/01/1:1015
by dimka88
02 Mar 2024, 08:38
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 7
Views: 383

Re: ACCEL-PPP with FRR router

Hi @tj-19, gw-ip-address in [radius] section required for p2p tunnels. You can use any not global routed IP for this like from 172.16.0.0/12, 10.0.0.0/8, 192.168.0.0/16... Accel-ppp supports Framed-Route, and it works a bit different then you thought. It add route to BRAS likle <Framed-IP-Route> via...
by dimka88
20 Dec 2023, 18:50
Forum: Installation
Topic: Compiling on Debian 12
Replies: 5
Views: 14392

Re: Compiling on Debian 12

In general it is not error, it is just warning about new openssl version. It will fixed
by dimka88
16 Oct 2023, 08:59
Forum: Radius
Topic: unable to send Mikrotik-Delegated-IPv6-Pool to AAA
Replies: 6
Views: 15460

Re: unable to send Mikrotik-Delegated-IPv6-Pool to AAA

Yes, it looks like this