ADSL(rp-pppoe 工具)安裝、使用方法(本文基于 linuxCN 的原創(chuàng)文章修改而成,原文參見:http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=218&highlight=ADSL)
《配置網(wǎng)卡》
首先運(yùn)行 netconfig 并選擇 DHCP,保存、退出。
《安裝 rp-pppoe》
然后下載最新的 rp-pppoe 源碼文件(Google 里搜索一下)并在 root 下安裝,Magic linux 里默認(rèn)已經(jīng)安裝了。
例如:進(jìn)入linux,解壓 rp-pppoe-3.5.tar.gz :
#tar -zxf rp-pppoe-3.5.tar.gz
進(jìn)入生成的目錄:
#cd rp-pppoe-3.5
在所在目錄內(nèi)運(yùn)行腳本 go:
#./go
將自動進(jìn)行編譯和安裝。
《配置撥號》
調(diào)用 /usr/sbin/adsl-setup 進(jìn)行配置
#adsl-setup
當(dāng)出現(xiàn)
>>> Enter your PPPoE user name :
輸入ADSL帳號的用戶名
當(dāng)出現(xiàn)
>>> 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相連的網(wǎng)卡的名字
當(dāng)出現(xiàn)
>>> Enter the demand values (default no):
輸入 no
當(dāng)出現(xiàn)
>>> Enter the DNS inFORMation here:
輸入相應(yīng)的 DNS 服務(wù)器 IP 地址(一般有2個),在 magic linux 下通常需要輸入 server,即讓系統(tǒng)自動分配 ip 地址
當(dāng)出現(xiàn)
>>> Please enter your PPPoE password:
輸入你的 ADSL 帳號的密碼
當(dāng)出現(xiàn)
>>> Choose a type of firewall (0-2):
輸入 0 或 1
當(dāng)出現(xiàn)
>>> Accept these settings and adjust configuration files (y/n)?
如果輸入的信息正確,輸入 y ,完成配置,否則,輸入 n 重新輸入。
《撥號上網(wǎng)》
完成后使用命令:
adsl-start 啟動 PPPOE 客戶端軟件,進(jìn)行連接,如果成功,將出現(xiàn)
Connected;
adsl-stop 斷開和ISP的連接
adsl-status 查看當(dāng)前連接的狀態(tài)
《技巧提示》
如果想在Linux系統(tǒng)啟動時自動啟動ADSL連接,輸入以下命令
#chkconfig --add adsl
將在當(dāng)前的運(yùn)行級下加入ADSL的自啟動腳本
不想自動運(yùn)行,則每次上網(wǎng)前選在終端下運(yùn)行adsl-start即可!
如果不知道相應(yīng)DNS服務(wù)器的IP地址,可在 windows 里撥號后,在 MS-DOS 窗口里運(yùn)行 ipconfig/all 查看 DNS Server 的 IP 地址(一般有兩個)。如果本機(jī)上沒有Windows,那么在本地域的其他裝有 Windows 的機(jī)子上操作也可。
例如:
I:>ipconfig /all
Windows 2000 IP Configuration
Host Name . . . . . . . . . . . . : star
Primary DNS Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter 本地連接:
Connection-specific DNS Suffix . :
Descrīption . . . . . . . . . . . : Realtek RTL8139(A) PCI Fast Etherne
Adapter
Physical Address. . . . . . . . . : 00-D0-F8-3D-CA-D8
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Autoconfiguration IP Address. . . : 169.222.23.123
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . :
PPP adapter 連接設(shè)備 Realtek RTL8139(A) PCI Fast Ethernet Adapter:
Connection-specific DNS Suffix . :
Descrīption . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 221.206.209.250
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 221.206.209.250
DNS Servers . . . . . . . . . . . : 202.106.100.213
202.106.87.65
NetBIOS over Tcpip. . . . . . . . : Disabled
可以看出:
DNS Servers . . . . . . . . . . . : 202.106.100.213
202.106.87.65'