diff options
author | Kozlov Dmitry <dima@server> | 2010-10-12 16:16:04 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-10-12 16:19:00 +0400 |
commit | 805d4cdd48200d9bced3a5e41eed08f008d913f4 (patch) | |
tree | cd8248ba1995161bcaccecc36ed8703c7bf6ba8e /README | |
parent | 3313e8b52ab54c7e4a0dd8cd9cc6b3aa05b2019c (diff) | |
download | accel-ppp-805d4cdd48200d9bced3a5e41eed08f008d913f4.tar.gz accel-ppp-805d4cdd48200d9bced3a5e41eed08f008d913f4.zip |
ctrl: implemented L2TPv2 server (without IPsec)
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ Overview -------- -The ACCEL-PPTP v1.0 is completly new implementation of PPTP which was written from null. +The ACCEL-PPTP v1.0 is completly new implementation of PPTP/PPPoE/L2TP which was written from null. Userspace daemon has its own PPP implementation, so it does not uses pppd and one process (multi-threaded) manages all connections. ACCEL-PPTP uses kernel module to increase performance and decrease system usage. It is not fully tested yet so not recomended to use in production. @@ -13,6 +13,7 @@ Features 2. High-performance multi-threaded I/O core 3. Supported PPTP 4. Supported PPPoE +5. Supported L2TPv2 (without IPsec) 5. Radius authentication/accounting 6. Radius DM/CoA extention 7. Supported authentication types: PAP, CHAP (md5), Microsoft CHAP Extentions (including version 2), not supported - EAP @@ -31,6 +32,7 @@ Requirment 2. kernel-2.6.25 or later 3. glibc-2.8 or later 4. cmake-2.6 or later +5. libnl-1.1 or probably later Compilation and instalation |