Search found 870 matches

by dimka88
31 Aug 2023, 08:50
Forum: General
Topic: Routing preference for different protocols
Replies: 1
Views: 8740

Re: Routing preference for different protocols

Interesting, maybe it is possible to reach with pppd_compat and run in ip-up script something like
ip route replace {IP} dev {DEVICE} metric {METRIC}
For different proto different metrics. It is just an idea
by dimka88
17 Jul 2023, 12:35
Forum: General
Topic: PPPoE vs IPoE shared mode advice
Replies: 3
Views: 6152

Re: PPPoE vs IPoE shared mode advice

Hi. c) It is good to use RPS without patching driver the question is, is there any benefit with a qinq setup that would be more performant than the l2 shared mode or no? In general no, except better isolation (vlan per user) and in this case you do not need any additional features like 82 options wh...
by dimka88
17 Jul 2023, 12:31
Forum: PPPoE
Topic: Radius IPv6 DNS server attributes
Replies: 1
Views: 4482

Re: Radius IPv6 DNS server attributes

Hi yak72,

Maybe it will a good feature request to use DNS-Server-IPv6-Address, try to open feature request on accel-ppp github org repo
by dimka88
08 Jul 2023, 08:46
Forum: General
Topic: PPPoE vs IPoE shared mode advice
Replies: 3
Views: 6152

Re: PPPoE vs IPoE shared mode advice

Hi Zash, why not use VPU (vlan per user) e.g. qinq. Most OLT allow this.
In general you dont need enable RPS for non encapsulation traffic like QinQ or PPPoE
The optimal DHCP lease around 300 sec (5 min) and renew time 1/2 e.g 150 sec
In most modern networks to many ISPs use IPoE for G/GEPON.
by dimka88
07 Jun 2023, 12:23
Forum: PPTP
Topic: warn: pptp: iprange module disabled, improper IP configuration of PPP interfaces may cause kernel soft lockup
Replies: 3
Views: 4800

Re: warn: pptp: iprange module disabled, improper IP configuration of PPP interfaces may cause kernel soft lockup

Hi, it looks like your ppptp client behind NAT without special NAT PPTP features, like nf_pptp_nat modules. It is PPTP protocol specific, try l2tp instead, it has not the similar issue
by dimka88
30 May 2023, 12:05
Forum: PPTP
Topic: warn: pptp: iprange module disabled, improper IP configuration of PPP interfaces may cause kernel soft lockup
Replies: 3
Views: 4800

Re: warn: pptp: iprange module disabled, improper IP configuration of PPP interfaces may cause kernel soft lockup

Hi, it is just warning message that notify "to be safe, just declare from which networks pptp clints will connect to preevent overlaped routes"
warn: pptp: iprange module disabled, improper IP configuration of PPP interfaces may cause kernel soft lockup
by dimka88
29 Apr 2023, 13:07
Forum: PPPoE
Topic: чёрный список service name
Replies: 2
Views: 7405

Re: чёрный список service name

Доброго времени суток. Такого функционала нет, но есть возможность пойти от обратного.
by dimka88
13 Apr 2023, 05:50
Forum: PPPoE
Topic: pppoe service restarts when there network flapping
Replies: 1
Views: 3916

Re: pppoe service restarts when there network flapping

Hi, if accel-ppp crashes try to build it with debug and run in GDB
https://docs.accel-ppp.org/en/latest/de ... index.html
When crashes, provide bt full output
by dimka88
28 Mar 2023, 14:54
Forum: Development
Topic: ipoe: implemented new load balancing mechanism
Replies: 9
Views: 42217

Re: ipoe: implemented new load balancing mechanism

Я не думаю что код отработает как задумано https://github.com/accel-ppp/accel-ppp/blob/master/accel-pppd/ctrl/ipoe/ipoe.c#L1812 https://github.com/accel-ppp/accel-ppp/blob/master/accel-pppd/ctrl/ipoe/ipoe.c#L1766 Т.е. От первого сервера получает меньше вес и магию, начинает стартовать сессию на втор...