Search found 866 matches

by dimka88
08 Jul 2023, 08:46
Forum: General
Topic: PPPoE vs IPoE shared mode advice
Replies: 3
Views: 5101

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: 3696

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: 3696

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: 6313

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

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

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: 36808

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 Т.е. От первого сервера получает меньше вес и магию, начинает стартовать сессию на втор...
by dimka88
27 Mar 2023, 14:21
Forum: Development
Topic: ipoe: implemented new load balancing mechanism
Replies: 9
Views: 36808

Re: ipoe: implemented new load balancing mechanism

Приветствую. Должен отсылать с 67 на 67, все верно. Такое впечатление что параметр weight не применился из конфигурационного файла.
Еще нюанс, в схеме более 2х серверов, работать будет не совсем корректно. Лучше в сторону offer delay смотреть
by dimka88
16 Mar 2023, 09:05
Forum: General
Topic: how to assign /128 on pppoe
Replies: 1
Views: 6631

Re: how to assign /128 on pppoe

Hi. Try to decrease /64 to /125 for this. Because with current configuration you want to create around 9223372036854776000 pools and you dont have such RAM)
In current implementation memory allocated not is dynamically
by dimka88
10 Mar 2023, 10:55
Forum: General
Topic: cannot run accel-cmd show sessions from bash script
Replies: 2
Views: 3196

Re: cannot run accel-cmd show sessions from bash script

Hi, I test the simple script ant it just works

Code: Select all

#!/bin/bash

PASSWORD="secret123"

accel-cmd -P${PASSWORD} show sessions

by dimka88
24 Dec 2022, 19:02
Forum: Shaper
Topic: Проблема с шейпами когда iope сессий больше 3000
Replies: 21
Views: 24701

Re: Проблема с шейпами когда iope сессий больше 3000

Для upload использовать up-limiter=police, а для download использовать down-limiter=tbf. Есть инсталяции и с 20к+ клиентами без проблем.