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
Search found 872 matches
- 28 Jul 2024, 07:28
- Forum: L2TP
- Topic: Failed to set IPv4 address: File exists
- Replies: 8
- Views: 5314
- 28 Jul 2024, 07:19
- Forum: Bugs
- Topic: отваливается радиус при массовых дисконнектах PPPoE
- Replies: 1
- Views: 3444
Re: отваливается радиус при массовых дисконнектах PPPoE
NiTr0, привет. Сперва бы посмотреть состояние radius серверов в этот момент `accel-cmd show stat`
Еще нужно обратить внимание на journalctl/syslog/dmesg нет ли сообщений о каких либо лимитах с файловыми дескрипторами
Обрати внимание еще на core и emerge log, был ли там какой вывод?
Еще нужно обратить внимание на journalctl/syslog/dmesg нет ли сообщений о каких либо лимитах с файловыми дескрипторами
Обрати внимание еще на core и emerge log, был ли там какой вывод?
- 01 Jun 2024, 21:35
- Forum: L2TP
- Topic: Failed to set IPv4 address: File exists
- Replies: 8
- Views: 5314
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
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
- 30 May 2024, 19:39
- Forum: L2TP
- Topic: Failed to set IPv4 address: File exists
- Replies: 8
- Views: 5314
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 ...
- 30 May 2024, 19:33
- Forum: L2TP
- Topic: L2TP LAC and LNS at the same time.
- Replies: 1
- Views: 1439
Re: L2TP LAC and LNS at the same time.
Hi @tj-19, unfortunately LAC in accel-ppp is not implemented, only LNS
- 11 May 2024, 08:43
- Forum: PPPoE
- Topic: cannot add pppoe interface in cli
- Replies: 5
- Views: 8478
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...
- 22 Mar 2024, 17:32
- Forum: General
- Topic: accel-ppp as pppoe client
- Replies: 3
- Views: 8591
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
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
- 21 Mar 2024, 19:02
- Forum: PPPoE
- Topic: cannot add pppoe interface in cli
- Replies: 5
- Views: 8478
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...
- 21 Mar 2024, 18:58
- Forum: L2TP
- Topic: L2TP and TCP throughput
- Replies: 1
- Views: 5774
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.
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.
- 21 Mar 2024, 18:49
- Forum: L2TP
- Topic: ACCEL-PPP with FRR router
- Replies: 7
- Views: 8569
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....