1 Star 0 Fork 0

赵建辉 / rp-pppoe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
go
Loading...
README
# LIC: GPL

pppoe: a PPP-over-Ethernet redirector for pppd
Copyright (C) 2001-2012 Roaring Penguin Software Inc.
Copyright (C) 2018-2020 Dianne Skoll

Some inspiration from an earlier client by Luke Stras.

The MSS clamping was inspired by mssclampfw by Marc Boucher <marc@mbsi.ca>
with acknowledgements to Rebel.com (http://www.rebel.com).  However, the
actual MSS clamping code is original and is licensed under the GPL, unlike
the original mssclampfw.

Introduction
============

pppoe is a user-space redirector which permits the use of PPPoE
(Point-to-Point Over Ethernet) with Linux.  PPPoE is used by many
DSL service providers.

Installation
============

Requirements
------------

1) Linux 2.2.9 or later on Intel, Sparc or PowerPC.  It may work on
   Alpha, too -- anyone care to let me know?

	   OR

   Linux 2.0.36 or later.

	   OR

   FreeBSD, NetBSD or OpenBSD with BPF support, though this is old,
   unmaintained, and may no longer work.


2) pppd 2.3.10 or later.  Versions 2.3.7 and later work unless you use
   demand-dialling.  For demand dialling, you *must* use 2.3.10 or later.

QUICKSTART
----------

If you're lucky, the "quickstart" method will work.  After unpacking
the archive, become root and type:

	./go

This should configure, compile and install the software and set up your
DSL connection.  You'll have to answer a few questions along the way.

If you want the GUI wrapper, type:

	./go-gui

If ./go and ./go-gui didn't work, read the rest of this README.

Compiling
---------

Compile and install pppd if you don't already have it.  Then:

1) Unpack:

	$ tar xzvf rp-pppoe-xxx.tar.gz

2) Change to source directory:

	$ cd src

3) Configure:

	$ ./configure

4) Compile:

	$ make

4) Install (this step must be done as root)

	# make install

5) Now read doc/HOW-TO-CONNECT

--
Dianne Skoll <dianne@skoll.ca>
https://dianne.skoll.ca/projects/rp-pppoe/

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/zhaojh329/rp-pppoe.git
git@gitee.com:zhaojh329/rp-pppoe.git
zhaojh329
rp-pppoe
rp-pppoe
master

搜索帮助