Search found 866 matches

by dimka88
14 Oct 2023, 14:13
Forum: Radius
Topic: unable to send Mikrotik-Delegated-IPv6-Pool to AAA
Replies: 6
Views: 15456

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

Ah, if you want to get ipv6 preffix in the first radius accounting packet, it is not implemented, because in this time accel-ppp has no IPv6 delegated clients. When the first client gets prefix via PD (prefix delegation), accel-ppp will send accounting packet with PD included
by dimka88
13 Oct 2023, 10:03
Forum: Radius
Topic: unable to send Mikrotik-Delegated-IPv6-Pool to AAA
Replies: 6
Views: 15456

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

Hi hashbang,

Could you provide part of accel-ppp logs? Where do you achieve to get Delegated-IPv6-Prefix?
by dimka88
11 Oct 2023, 07:49
Forum: PPTP
Topic: warn: ppp0: ppp: no free IPv4 address
Replies: 1
Views: 7102

Re: warn: ppp0: ppp: no free IPv4 address

Привет. Покажи полный конфигурационный файл. Возможно необходимо указать gw-ip-address
by dimka88
08 Oct 2023, 08:40
Forum: Installation
Topic: Compiling on Debian 12
Replies: 5
Views: 14387

Re: Compiling on Debian 12

Please, show allinstalation output begin from packages install and also include commands
```
uname -a
cat /etc/debian_version
````
by dimka88
26 Sep 2023, 06:43
Forum: Installation
Topic: Compiling on Debian 12
Replies: 5
Views: 14387

Re: Compiling on Debian 12

Hi Phyllo, did you follow this docs? https://docs.accel-ppp.org/en/latest/in ... ebian.html
Check and compare name of kernel headers
uname -r
apt insrtall linux-headers-`uname -r`
by dimka88
26 Sep 2023, 06:37
Forum: IPoE
Topic: BNG/BRAS
Replies: 3
Views: 8229

Re: BNG/BRAS

Hi, Maurice Poisson. It looks like you have to use L2 mode in this case, in your topology I dont see any PBR and also I see that client in the same L2 segment with BRAS.
Did you check logs?
by dimka88
31 Aug 2023, 08:50
Forum: General
Topic: Routing preference for different protocols
Replies: 1
Views: 7719

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

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

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