首先准备3个软件包:rp-pppoe-3.10.tar.gz : rp-pppoe-3.10下载地址(当然可以自行搜索)
modconf_0.3.9_all.deb和pppoe_3.8-3_i386.deb,modconf 下载地址(点击all,进入下载地址列表) pppoe下载地址,选“硬件架构”列表
1,安装modconf_0.3.9_all.deb和pppoe_3.8-3_i386.deb,直接双击安装上面两个deb包,安装…
2,安装rp-pppoe-3.10.tar.gz :
3,本人安装目录为/home/sxqlj/MyTool/pppoe(pppoe为:对rp-pppoe-3.10重命名)
在此处将rp-pppoe-3.10.tar.gz进行解压,进入目录: cd /home/sxqlj/MyTool/pppoe/src,
如sxqlj@Ubuntu:~/MyTool/pppoe/src$
4,./configure
5,make
6,sudo make install
7,某些关键配置:
Enter your PPPoE user name (default bxxxnxnx@sympatico.ca):(此处为闪讯帐号)
For Linux, it will be ethn, where ‘n’ is a number. (default eth0): (可以直接回车)
You may have some problems with demand-activated links.
Enter the demand value (default no): (可以直接回车)
Enter the DNS information here:(可以直接回车)
PASSWORD
>>> Please enter your PPPoE password:
>>> Please re-enter your PPPoE password:
Choose a type of firewall (0-2): 0(自己选择)
Start this connection at boot time
Do you want to start this connection at boot time?
Please enter no or yes (default no):y(自己选择)
然后会出来一个总结:
** Summary of what you entered **
Accept these settings and adjust configuration files (y/n)?(选择n可以重复上面的步骤,重新配置)
8,如果运行(sudo)pppoe-start可以上网,那就可以了,否则再按下配置
9,终端运行sudo pppoeconf 进行配置,其中用户名为闪讯帐号,密码为帐号密码。一般按照配置上的建议进行选择就可以了
10,最后一步可能需要重启就可以了