Ricky Hao

Raspberry(树莓派) 2 B 之Kali系统进行pppoe拨号上网

首先,我们得下载pppoe的拨号软件,rp-pppoe(人品拨号)

wget https://www.roaringpenguin.com/files/download/rp-pppoe-3.11.tar.gz
tar -zvxf rp-pppoe-3.11.tar.gz
cd rp-pppoe-3.11
./go

这里,如果提示没有gcc和make,那么就得安装

sudo apt-get install gcc make

rp-pppoe安装完之后,会要求你填写

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 value (default no):     
输入 no

Enter the DNS information here: 
输入 server ,这表示使用ADSL拨号自动获得的DNS服务器IP地址

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

就可以进行拨号。

点赞

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据