Search found 874 matches

by dimka88
02 Jan 2025, 13:09
Forum: General
Topic: Which github repo, which website?
Replies: 1
Views: 2353

Re: Which github repo, which website?

Hi, it is the same project. Some developpers have access to organisation repo and it has fresh improvements. Original repo https://github.com/xebd/accel-ppp will sync this improvement only when author of accel-ppp code hase time.
by dimka88
02 Jan 2025, 13:03
Forum: Bugs
Topic: HIGH CPU networkd-dispatcher
Replies: 1
Views: 1222

Re: HIGH CPU networkd-dispatcher

Hi @tj-19, unfortunately ubuntu is not best distro for BRAS (when you have multiple ppp interface). In debian it is fixes via some commands
https://docs.accel-ppp.org/guides/BRAS_ ... timization
by dimka88
28 Jul 2024, 07:28
Forum: L2TP
Topic: Failed to set IPv4 address: File exists
Replies: 8
Views: 6442

Re: Failed to set IPv4 address: File exists

It is preatty strange. Looks like something with sync between FRR and Kernel
Could you check, ip -s -d addr show dev ppp27 and ip -s -d addr show dev l2tp027 when its happens
by dimka88
28 Jul 2024, 07:19
Forum: Bugs
Topic: отваливается радиус при массовых дисконнектах PPPoE
Replies: 1
Views: 4227

Re: отваливается радиус при массовых дисконнектах PPPoE

NiTr0, привет. Сперва бы посмотреть состояние radius серверов в этот момент `accel-cmd show stat`
Еще нужно обратить внимание на journalctl/syslog/dmesg нет ли сообщений о каких либо лимитах с файловыми дескрипторами
Обрати внимание еще на core и emerge log, был ли там какой вывод?
by dimka88
01 Jun 2024, 21:35
Forum: L2TP
Topic: Failed to set IPv4 address: File exists
Replies: 8
Views: 6442

Re: Failed to set IPv4 address: File exists

Hi @tj-19.

You need Framed-Route exactly in case when you want to route some IPs behind allocated client IP.

About session replace, yes. In your case it will be suitable. Also check ppp
[ppp]
lcp-echo-interval=15
lcp-echo-failure=3

Also try to increase log level
[log]
copy=1
level=5
by dimka88
30 May 2024, 19:39
Forum: L2TP
Topic: Failed to set IPv4 address: File exists
Replies: 8
Views: 6442

Re: Failed to set IPv4 address: File exists

Hi @tj-19, at first check Access-Accept, why you send Framed-Route 0.0.0.0/0 0.0.0.0 1? As for "failed to set IPv4 address: File exists" it looks like sessions with this IP is not terminates in time. I propose you to play with [ppp] lcp params. Also, provide info how finished old sessions ...
by dimka88
30 May 2024, 19:33
Forum: L2TP
Topic: L2TP LAC and LNS at the same time.
Replies: 1
Views: 1983

Re: L2TP LAC and LNS at the same time.

Hi @tj-19, unfortunately LAC in accel-ppp is not implemented, only LNS
by dimka88
11 May 2024, 08:43
Forum: PPPoE
Topic: cannot add pppoe interface in cli
Replies: 5
Views: 10861

Re: cannot add pppoe interface in cli

Hi. It looks like you did something wrong or I dont get you root@accel-ppp-dev:~# accel-cmd pppoe interface show interface: connections: state: ----------------------------------- root@accel-ppp-dev:~# accel-cmd pppoe interface add ens19 root@accel-ppp-dev:~# accel-cmd pppoe interface show interface...
by dimka88
22 Mar 2024, 17:32
Forum: General
Topic: accel-ppp as pppoe client
Replies: 3
Views: 9079

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: 5
Views: 10861

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...