accel-ppp
accel-ppp copied to clipboard
High performance PPTP/L2TP/PPPoE/IPoE server for Linux
As discussed on the forum [here](https://accel-ppp.org/forum/viewtopic.php?f=16&t=2681) It all works but there might be a better way to count the entries to work out how much memory to allocate.
Hi, I'm using [SSTP-Client](http://sstp-client.sourceforge.net/#SSTP-Client_) on Ubuntu 18.04, and it fails connecting to an accel-ppp server I made. I'm getting `invalid Compound MAC` on the `syslog`.. This is the full log:...
As they say, "shared mutable state is the root of all evil". This patch series clearly marks the triton code as the owner of the configuration objects, making their content...
The _item_t structure is 64-bit aligned on 64-bit architectures, whereas the allocated structures might very well be 32-bit aligned if, for instance, they only hold integer values. This patch ensures...
show sessions ifname | origin | username | calling-sid | ip | ip6 | ip6-dp | state | uptime --------+--------+----------+-------------------+-------------+-----------------+-------------+--------+---------- ppp0 | wlp4s0 | | 00:0c:42:af:8b:bf | 192.168.3.1 | fc00:0:1::17/64...
Hi, I'm running 2 accel-ppp pppoe servers. Running 3k+ user per server. I'm experiencing interim updates problem. It becomes erratic and my AAA considers it as stale session as its...
I try to send email to [email protected] and [email protected], but my email is blocked. The vulnerability report is attached to the email. Sorry, it is in Chinese. You can try...
Using version `1.12.0-57-gc983d6f` and the following configuration: ``` [modules] log_syslog l2tp chap-secrets auth_mschap_v2 ippool shaper ipv6pool ipv6_nd ipv6_dhcp [core] thread-count=2 [log] syslog=accel-l2tp,daemon copy=1 level=5 [dns] dns1=172.16.254.100 dns2=172.16.254.30 [l2tp] verbose=1 ifname=l2tp%d...
1.) Framed-Ipv6-Address attribute not working on access-accept from radius reply. 2.) ipv6-intf-id=random not working, its always take same value and make same ipv6 with combination of Framed-Ipv6-Prefix. Any guide if...
61862862a9fa24db4f16c24db1aed1f1a5f0be19 implemented connection limiting in pppoe, but since stat_starting is never incremented/decremented, the code is never triggered.