在fedora下如何配置(zhì)寬帶撥號上網?
這幾(jǐ)天不在學校了(le),回家(jiā)得(dé)用(yòng)貓撥號上網了(le),在win7下麵撥號一點問題都沒有,在Fedora下,使(shǐ)用撥號上(shàng)網就不(bú)是那麽(me)簡單了,下麵(miàn)是我在Fedora 14上嚐試(shì)過的方法(對老版本的fedora也同樣奏效),還是比較方便的。Fedora提供了(le)配置工具來設置(zhì)撥號上網的參數。這(zhè)裏要使用的工具(jù)有三個:pppoe-setup, pppoe-connect 和 pppoe-stop.
但在使用這些(xiē)工具之前,先把(bǎ)自己提升到root權限,用(yòng)su或者su -命令就可以。
pppoe-setup: 設置撥號參數,使用一次就行了(le)。
pppoe-connect: 在終端(duān)裏輸入用以(yǐ)撥號上網。
pppoe-stop: 很容易(yì)理解,這是用來斷開鏈接的。
首先,使(shǐ)自己成為根用(yòng)戶(root用戶)。
[cynicholas@cynicholas ~]$ su
Password:
然(rán)後運行pppoe-setup命令(lìng)。
[root@cynicholas]# pppoe-setup
然後你(nǐ)會看(kàn)到pppoe-setup會輸出如(rú)下的(de)提(tí)示(shì)。
Welcome to the PPPoE client setup. First, I will run some checks on
your system to make sure the PPPoE client is installed properly...
現在它提示你(nǐ)輸入你在ISP所(suǒ)用的用戶名(也叫做(zuò)帳號,比(bǐ)如我家就是座機(jī)號碼)。
LOGIN NAME
Enter your Login Name (default work): 051212345678
然後你會看到如下提示(shì),這時他會提示你輸入使(shǐ)用連接(jiē)的以太網接口,不需要輸入任何(hé)內容,默認值即可。
INTERFACE
Enter the Ethernet interface connected to the PPPoE modem
For Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethX, where 'X' is a number.
(default eth0):
現(xiàn)在(zài)係統要求詢問(wèn)你是否希望在(zài)沒有聯網(wǎng)的情況下(xià),係統是否在空閑一段(duàn)時間後(hòu),自動切斷(duàn)同網絡的連接。我不喜歡這樣,我希望在(zài)不用的時候,自己手動斷掉連接。於是選(xuǎn)擇(zé)默認值,直接輸入回車。
Do you want the link to come up on demand, or stay up continuously?
If you want it to come up on demand, enter the idle time in seconds
after which the link should be dropped. If you want the link to
stay up permanently, enter 'no' (two letters, lower-case.)
NOTE: Demand-activated links do not interact well with dynamic IP
addresses. You may have some problems with demand-activated links.
Enter the demand value (default no):
接下(xià)來,要求你輸入如何設置DNS參數,我選擇(zé)的是輸入:server。
DNS
Please enter the IP address of your ISP's primary DNS server.
If your ISP claims that 'the server will provide dynamic DNS addresses',
enter 'server' (all lower-case) here.
If you just press enter, I will assume you know what you are
doing and not modify your DNS setup.
Enter the DNS information here: server
現在,要(yào)求你輸入對應於帳戶(hù)的密碼,係統會讓你輸入兩次(cì)密碼(mǎ)確認。
PASSWORD
Please enter your Password: xxxxxx
Please re-enter your Password: xxxxxx
對於下麵(miàn)的提問,你可以不予理會,使用(yòng)係(xì)統的默認參(cān)數即(jí)可。
USERCTRL
Please enter 'yes' (three letters, lower-case.) if you want to allow
normal user to start or stop DSL connection (default yes):
下麵要求你輸入防(fáng)火(huǒ)牆的選擇,我選擇了(le)沒有使用防火牆。
FIREWALLING
Please choose the firewall rules to use. Note that these rules are
very basic. You are strongly encouraged to use a more sophisticated
firewall setup; however, these will provide basic security. If you
are running any servers on your machine, you must choose 'NONE' and
set up firewalling yourself. Otherwise, the firewall rules will deny
access to all standard servers like Web, e-mail, ftp, etc. If you
are using SSH, the rules will block outgoing SSH connections which
allocate a privileged source port.
The firewall choices are:
0 - NONE: This script will not set any firewall rules. You are responsible
for ensuring the security of your machine. You are STRONGLY
recommended to use some kind of firewall rules.
1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation
2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway
for a LAN
Choose a type of firewall (0-2): 0
現(xiàn)在它要求你確定是否(fǒu)在係統啟動(dòng)時自(zì)動(dòng)去撥號,一般來講,這是一(yī)種浪費,所以我們選擇輸入默(mò)認值,直接輸入(rù)回(huí)車即可(kě)。
Start this connection at boot time
Do you want to start this connection at boot time?
Please enter no or yes (default no):
現在(zài),係統開始總結你設(shè)置的參數(shù)。要求你確(què)認,此時,你(nǐ)可以輸入一個小y來確認。
** Summary of what you entered **
Ethernet Interface: eth0
User name: *sunzhou_110
Activate-on-demand: No
DNS addresses: Supplied by ISP's server
Firewalling: NONE
User Control: yes
Accept these settings and adjust configuration files (y/n)? y
Adjusting /etc/sysconfig/network-scripts/ifcfg-ppp0
Adjusting /etc/ppp/chap-secrets and /etc/ppp/pap-secrets
(But first backing it up to /etc/ppp/chap-secrets.bak)
(But first backing it up to /etc/ppp/pap-secrets.bak)
好了,當你看到這句話(huà)表明你的參(cān)數設置結束了。
Congratulations, it should be all set up!
Type '/sbin/ifup ppp0' to bring up your xDSL link and '/sbin/ifdown ppp0'
to bring it down.
Type '/sbin/pppoe-status /etc/sysconfig/network-scripts/ifcfg-ppp0'
to see the link status.
但(dàn)是,此時你還無法聯(lián)網,你必須手動建立連接,此時需要運行pppoe-connect命(mìng)令。如果你看到了(le)類似(sì)下麵(miàn)的輸出表(biǎo)明你可以上網了(le)。
[root@cynicholas ~]# pppoe-connect
RTNETLINK answers: No such process
Using interface ppp0
Connect: ppp0 <--> /dev/pts/2
PAP authentication succeeded
local IP address 121.228.29.197
remote IP address 218.4.77.56
primary DNS address 61.177.7.1
secondary DNS address 221.228.255.1
此時你可以(yǐ)運行下(xià)麵(miàn)的命令,如果看到域名被正確解析且有回應,則一切OK
[root@cynicholas ~]# ping www.baidu.com
PING www.a.shifen.com (119.75.218.45) 56(84) bytes of data.
64 bytes from 119.75.218.45: icmp_req=1 ttl=56 time=29.6 ms
64 bytes from 119.75.218.45: icmp_req=2 ttl=56 time=30.2 ms
64 bytes from 119.75.218.45: icmp_req=3 ttl=56 time=29.3 ms
64 bytes from 119.75.218.45: icmp_req=4 ttl=56 time=29.3 ms
64 bytes from 119.75.218.45: icmp_req=5 ttl=56 time=30.0 ms
64 bytes from 119.75.218.45: icmp_req=6 ttl=56 time=28.7 ms
最後(hòu),如果需要(yào)斷掉連接,可以運(yùn)行下麵這個命令:
[root@cynicholas~]# pppoe-stop
Terminating on signal 15
Connect time 0.6 minutes.
Sent 2558 bytes, received 2166 bytes.
cat: /var/run/pppoe-adsl.pid.start: No such file or directory
pppoe: read (asyncReadFromPPP): Session 5001: Input/output error
如果(guǒ)你看(kàn)到了最(zuì)後一行的錯誤報(bào)告,不予理會它。
OK,一切大功告成。
關(guān)鍵詞:fedora,寬(kuān)帶撥號上網
閱(yuè)讀本文後您有什(shí)麽感想? 已有 人(rén)給出評價!
- 1
- 1
- 1
- 1
- 1
- 1