accel-ppp icon indicating copy to clipboard operation
accel-ppp copied to clipboard

High performance PPTP/L2TP/PPPoE/IPoE server for Linux

Results 47 accel-ppp issues
Sort by recently updated
recently updated
newest added

There are some memery leak bugs. The memory allocated to `pool` in `ippool_init2` is not free when exits. https://github.com/xebd/accel-ppp/blob/ff91c7376f2a6200be7ea90d36411e1acb4cd9c8/accel-pppd/extra/ippool.c#L602-L666 Similarly, the memory allocated to `threads` is not free when exits...

This option is not used in code anymore. Needed to remove it from README.

Hi, Ive noticed that command accel-cmd terminate all soft stops all sessions immediately, not waiting for lease to expire. The configuration is using ipoe, with soft-terminate=1. accel-ppp version 1.12.0-105-g49ef6cf

In the course of some work on the PPPoE subsystem regarding the configuration reload, I made various modifications to the codebase that are only loosely related. This PR is the...

This pull contains a feature where AVPs received from the RADIUS server on an Auth-Reply are then sent to the RADIUS server as part of the Accounting-Request. This is useful...

I have a problem, if accel-ppp.conf set l2tp mppe=require : 1. l2tp client(windows10 system) and accel-ppp Server work **on same subnetwork**,for example, Client IP set 188.160.166.1, Server IP set 188.160.166.2....

At present, the known bug of accel PPP is: first, PPTP protocol can't access many Chinese websites. L2TP can eliminate the problem of IP restriction. Second, PPTP cannot be used...

- Enhance CLI: (a) configurable banner and prompt (b) show MTU and MPPE status in 'show sessions' (c) a show version function - Fix ip pool to leave out network...

I'm testing pptp over IPv6. The bind option in conf only can be ipv4 address: _bind=x.x.x.x If this option is given then pptp server will bind to specified IP address_...

# REVISED PATCH While working on another patch, I had a bug that *seemed* to be related to a use-after-free on the net structure, leading to a faulty patch removing...