Download List

项目描述

rp-pppoe is a PPPoE client and server suite for
Linux. It is fully RFC-compliant and supports
cookies, relay-IDs, and multiple simultaneous
PPPoE discovery phases. It is cleanly coded and
fairly efficient, and supports kernel-mode PPPoE
on Linux 2.4 and 2.6.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-06-30 23:30
3.10

在各种平台上编译的问题是固定的。现在的Makefile文件服从了DESTDIR搬迁安装的文件。内核模式的PPPoE插件更容易编译,因为你不再需要指定的路径pppd.h如果是安装在/ usr / include中。
标签: Minor bugfixes
Compilation problems on various platforms were
fixed. The Makefiles now obey DESTDIR to relocate
installed files. The kernel-mode PPPoE plugin is
easier to compile, since you do no longer need to
specify the path to pppd.h if it's installed under
/usr/include.

2008-06-22 22:32
3.9

一种新的PPPoE服务器选项可让您限制每个MAC地址的节数。各种小错误是固定的。
标签: Minor bugfixes
A new pppoe-server option lets you limit the
number of sessions per MAC address. Various minor
bugs were fixed.

2006-04-02 17:20
3.8

该代码是重构缩小了PPPoE大小的可执行文件。省略的能力调试代码也被加入。一个错误的MD5代码导致的PPPoE服务器来段错误在64位体系结构是固定的。
标签: Minor bugfixes
The code was refactored to shrink the size of the
pppoe-executable. The ability to omit debugging
code was also added. A bug in the MD5 code that
caused pppoe-server to segfault on 64-bit
architectures was fixed.

2005-11-17 06:23
3.7

一个新的- O选项被添加到的PPPoE服务器指定一个不同的pppd的选项文件(而不是默认的/ etc /平价/ PPPoE的服务器,选项)。防火墙中的一个错字,独立样本防火墙脚本和PPPoE的一个连接固定。在configure.in一些不正确的编码是固定的。PPPoE的服务器现在前添加“网卡,”到接口名称如果与内核模式插件使用,允许使用任何以太网接口(不只是那些以“联邦理工学院”开始)。
标签: Minor bugfixes
A new -O option was added to pppoe-server to
specify a different options file for pppd (instead
of the default /etc/ppp/pppoe-server-options). A
typo in the firewall-standalone sample firewall
script and one in pppoe-connect were fixed. Some
incorrect coding in configure.in was fixed.
pppoe-server now prepends "nic-" to the interface
name if used with the kernel-mode plugin, allowing
the use of any Ethernet interface (not just ones
starting with "eth").

2005-08-10 08:19
3.6

内核模式插件工程再次,它是由pppd的程序的变化打破。一个长期存在的错误的PPPoE服务器程序(其中要求pppd的与错误的顺序参数)中已得到修复。所有的ADSL - *脚本已更名为PPPoE,一致性*和更准确地描述其功能。内核模式可以使用任何插件接口,如果你前面加上“网卡,”接口的名称,它不再局限于接口与“联邦理工学院”的开始。在用户态的PPPoE程序运行的“人”而不是“根”一次会议已经开始。
标签: Minor bugfixes
The kernel-mode plugin works again; it was broken
by changes to the pppd program. A long-standing
bug in the pppoe-server program (which called pppd
with arguments in the wrong order) has been fixed.
All the adsl-* scripts have been renamed to
pppoe-* for consistency and to more accurately
describe their function. The kernel-mode plugin
can use any interface if you prefix the interface
name with "nic-"; it's no longer restricted to
interfaces that start with "eth". The userland
pppoe program runs as "nobody" rather than "root"
once the session has started.

Project Resources