|
|
第 1 帖 | |
|
|
标题: 求rp-pppoe的下载 我下载了一个源码.可是到make的时候,系统就提示找不到文件.这是怎么回事,那位如果有安装过的
rp-pppoe可以用的,请发到我邮箱里一件jame298@163.com
__________________
Thinkpad X200S 4G DDRIII 250G SATA Gentoo amd64 Gentoo的感觉不错,适合我的性格 Php,Python 学习LISP,C中 MySQL,Postgresql |
|
|
|
|
|
|
|
第 2 帖 | |
|
|
debian下配置ADSL连接的程序是pppoeconf,这个软件包在网络安装盘中就已经集成了。要配置拨号连接:
#pppoeconf 就可以开始配置了。不要费力弄那个rp-pppoe程序了,那是RH时代的拨号程序了。 |
|
|
|
|
|
|
|
第 3 帖 | |
|
|
我用过这个东西.可是不行
|
|
|
|
|
|
|
|
第 4 帖 | |
|
|
我用过这个东西.可是不行
|
|
|
|
|
|
|
|
第 5 帖 | |
|
|
下载地址:
http://www.roaringpenguin.com/pengui...e_rp-pppoe.php 下载 rp-pppoe-3.8.tar.gz 安装: tar zxvf rp-pppoe-3.8.tar.gz cd rp-pppoe-3.8. ./go 当出现 >>> Enter your PPPoE user name : 输入ADSL帐号的用户名 当出现 >>> Enter the Ethernet interface connected to the ADSL modem For Solaris, this is likely to be something like /dev/hme0. For Linux, it will be ethn, where 'n' is a number. (default eth0): 输入 eth0 ,这是ADSL相连的网卡的名字 当出现 >>> Enter the demand values (default no): 输入 no 当出现 >>> Enter the DNS inFORMation here: 输入相应的DNS服务器IP地址 (一般有2个) 当出现 >>> Please enter your PPPoE password: 输入ADSL帐号的密码 当出现 >>> Choose a type of firewall (0-2): 输入 0 ,不使用防火墙 当出现 >>> Accept these settings and adjust configuration files (y/n)? 如果输入的信息正确,输入 y ,完成配置,否则,输入 n 重新输入。 使用: 拨好 pppoe-start 段开 pppoe-stop 查看 pppoe-status |
|
|
|
|
|