Search found 861 matches

by dimka88
09 Mar 2024, 07:42
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 6
Views: 359

Re: ACCEL-PPP with FRR router

Hi @tj-19, I think does not possible to use ppp without GW in accel-ppp, this requir p2p route. Try to change GW to router IP address which you was in route path to client.
by dimka88
04 Mar 2024, 18:51
Forum: IPoE
Topic: Lua and Agent_Remote_ID
Replies: 1
Views: 165

Re: Lua and Agent_Remote_ID

Hi, why do you use quotes as arg in func?
Try pkt:agent_circuit_id(). Also what about string unpacking?
Look Agent-Circuit-ID contain to match special characters including spaces d4c1.c812.1678 pon 1/1/16/3/01/1:1015
by dimka88
02 Mar 2024, 08:38
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 6
Views: 359

Re: ACCEL-PPP with FRR router

Hi @tj-19, gw-ip-address in [radius] section required for p2p tunnels. You can use any not global routed IP for this like from 172.16.0.0/12, 10.0.0.0/8, 192.168.0.0/16... Accel-ppp supports Framed-Route, and it works a bit different then you thought. It add route to BRAS likle <Framed-IP-Route> via...
by dimka88
20 Dec 2023, 18:50
Forum: Installation
Topic: Compiling on Debian 12
Replies: 5
Views: 14269

Re: Compiling on Debian 12

In general it is not error, it is just warning about new openssl version. It will fixed
by dimka88
16 Oct 2023, 08:59
Forum: Radius
Topic: unable to send Mikrotik-Delegated-IPv6-Pool to AAA
Replies: 6
Views: 15378

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

Yes, it looks like this
by dimka88
14 Oct 2023, 14:13
Forum: Radius
Topic: unable to send Mikrotik-Delegated-IPv6-Pool to AAA
Replies: 6
Views: 15378

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

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

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

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

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`