Search found 857 matches
- 16 Oct 2023, 08:59
- Forum: Radius
- Topic: unable to send Mikrotik-Delegated-IPv6-Pool to AAA
- Replies: 6
- Views: 1157
Re: unable to send Mikrotik-Delegated-IPv6-Pool to AAA
Yes, it looks like this
- 14 Oct 2023, 14:13
- Forum: Radius
- Topic: unable to send Mikrotik-Delegated-IPv6-Pool to AAA
- Replies: 6
- Views: 1157
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
- 13 Oct 2023, 10:03
- Forum: Radius
- Topic: unable to send Mikrotik-Delegated-IPv6-Pool to AAA
- Replies: 6
- Views: 1157
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?
Could you provide part of accel-ppp logs? Where do you achieve to get Delegated-IPv6-Prefix?
- 11 Oct 2023, 07:49
- Forum: PPTP
- Topic: warn: ppp0: ppp: no free IPv4 address
- Replies: 1
- Views: 860
Re: warn: ppp0: ppp: no free IPv4 address
Привет. Покажи полный конфигурационный файл. Возможно необходимо указать gw-ip-address
- 08 Oct 2023, 08:40
- Forum: Installation
- Topic: Compiling on Debian 12
- Replies: 3
- Views: 1627
Re: Compiling on Debian 12
Please, show allinstalation output begin from packages install and also include commands
```
uname -a
cat /etc/debian_version
````
```
uname -a
cat /etc/debian_version
````
- 26 Sep 2023, 06:43
- Forum: Installation
- Topic: Compiling on Debian 12
- Replies: 3
- Views: 1627
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`
Check and compare name of kernel headers
uname -r
apt insrtall linux-headers-`uname -r`
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?
Did you check logs?
- 31 Aug 2023, 08:50
- Forum: General
- Topic: Routing preference for different protocols
- Replies: 1
- Views: 1279
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
ip route replace {IP} dev {DEVICE} metric {METRIC}
For different proto different metrics. It is just an idea
- 17 Jul 2023, 12:35
- Forum: General
- Topic: PPPoE vs IPoE shared mode advice
- Replies: 3
- Views: 552
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...
- 17 Jul 2023, 12:31
- Forum: PPPoE
- Topic: Radius IPv6 DNS server attributes
- Replies: 1
- Views: 665
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
Maybe it will a good feature request to use DNS-Server-IPv6-Address, try to open feature request on accel-ppp github org repo