`

Fedora14命令行下的拨号连接

阅读更多

1:下载 system-config-network-1.5.94-2.fc10.noarch.rpm和system-config-network-tui-1.5.94-2.fc10.noarch.rpm,并同时安装:rpm -Uvh 包1 包2;

2:首先确认你的网卡正常工作,让他处于自动获取IP状态,启动linux终端(root权限),因为fedora10下已经自带有pppoe的安装文件,可以直接输入如下命令,要想理解各个步骤是什么意思,那就看英语咯,我这里就不多解析了。

[root@localhost ~]# pppoe-setup ---------------这里开始安装PPPOE

Welcome to the PPPoE client setup. First, I will run some checks on
your system to make sure the PPPoE client is installed properly...


LOGIN NAME

Enter your Login Name (default root): xy170638010214
---------------这里键入上网拨号的帐号

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):
---------------这里按回车键

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):
---------------这里按回车键

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 也就是自动获得DNS

PASSWORD

Please enter your Password:
---------------这里键入上网拨号密码
Please re-enter your Password:
---------------这里键入上网拨号密码

USERCTRL

Please enter 'yes' (three letters, lower-case.) if you want to allow

normal user to start or stop DSL connection (default yes): ---------------这里键入 yes


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
---------------这里键入 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
---------------这里键入 yes

** Summary of what you entered **

Ethernet Interface: eth0
User name: xy170638010214
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
---------------这里键入 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) 

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.

[root@localhost ~]# pppoe-start ---------------激活PPPOE设备,成功后会自动返回

[root@localhost ~]# pppoe-status ---------------查看PPPOE状态
pppoe-status: Link is up and running on interface ppp0
6: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc pfifo_fast state UNKNOWN qlen 3
link/ppp
inet 113.14.36.24 peer 113.14.32.1/32 scope global ppp0
---------------这里有IP分配给你了,可以知道你已经成功登录这个帐号了。我们ping下百度IP看看 通了,所以可以上网咯。
[root@localhost ~]# ping 121.14.88.14
PING 121.14.88.14 (121.14.88.14) 56(84) bytes of data.
64 bytes from 121.14.88.14: icmp_seq=1 ttl=54 time=17.7 ms
64 bytes from 121.14.88.14: icmp_seq=2 ttl=54 time=17.7 ms
^X^C
--- 121.14.88.14 ping statistics ---
16 packets transmitted, 16 received, 0% packet loss, time 15895ms
rtt min/avg/max/mdev = 17.675/17.744/18.170/0.175 ms
[root@localhost ~]# pppoe-status
pppoe-status: Link is up and running on interface ppp0
6: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc pfifo_fast state UNKNOWN qlen 3
link/ppp
inet 113.14.36.24 peer 113.14.32.1/32 scope global ppp0
[root@localhost ~]#


以下是对PPPOE的基本操作


使用:

拨号上网 pppoe-start
段开上网 pppoe-stop
查看状态 pppoe-status

3:要开起NetworkManager服务;

参考至:http://blog.csdn.net/gshshaohui/archive/2009/05/02/4142677.aspx

如有错误,欢迎指正

邮箱:czmcj@163.com

分享到:
评论

相关推荐

    Linux Fedora操作系统下如何建立电话拨号连接

    ### Linux Fedora操作系统下如何建立电话拨号连接 #### 一、引言 随着网络技术的发展,用户对于互联网的接入方式也变得多样化。除了常见的宽带接入之外,电话拨号上网仍然是某些场景下的有效选择之一。在Linux ...

    通信与网络中的Fedora/Linux操作系统下如何配置无线连接

     为Fedora/Linux操作系统建立xDSL拨号连接的步骤如下:  1.打开"网络配置"工具(系统-&gt;管理-&gt;网络)  2.选中"设备"面板,点击"新建"  3.在弹出的新窗口中选择"无线连接",点击"前进"  4.新出现在无线网卡...

    fedora宽带上网

    在Fedora操作系统中,尤其是Fedora 14版本,配置宽带连接主要涉及到使用PPPoE协议进行拨号上网。PPPoE(Point-to-Point Protocol over Ethernet)是一种将PPP协议封装在以太网帧中的技术,常用于ADSL等宽带接入方式...

    Fedora Core 5 Linux快餐式教程

    例如,网络管理员可以使用NetworkManager来管理网络连接,包括有线、无线和拨号网络。对于想要将Fedora Core 5作为服务器使用的用户,系统提供了一套完整的服务器角色配置工具,包括Web服务器、FTP服务器、DNS服务器...

    Linux网络接口配置文件及相关工具[定义].pdf

    - 普通猫的拨号工具如`kppp`和`wvdial`:用于拨号连接,配置简单。 6. 无线网卡: 无线网卡的配置通常涉及`iwconfig`命令和`wpa_supplicant`或`NetworkManager`等工具,用于连接Wi-Fi网络。 7. DNS客户端配置: /...

    drcom for linux

    2. **安装环境**:确保你的Linux系统是支持的发行版,如Ubuntu、Debian、Fedora、CentOS等。通常,Linux新手可以选择Ubuntu或Debian,因为它们的软件包管理更加友好。 3. **编译与安装**:解压下载的"drcom-1.4.8.3...

    linux24学时教程

    Linux支持各种网络连接方式,包括有线连接、无线网络、PPP拨号等。学会如何配置网络接口,如修改`/etc/network/interfaces`或使用`ifconfig`命令,以及使用`dhclient`或`dhcpcd5`获取动态IP,是日常操作的基础。 在...

    liux的配置

    对于拨号连接,接口则以`pppX`形式,如`ppp0`。网络接口的配置直接影响网络连接的建立和通信。 - **配置工具**:Linux提供了多种网络配置工具,如`/etc/rc.d/rc.inet1`在Slackware中用于配置网络接口,而在Redhat/...

    wvdial-1.60-64.1.src.zip_Linux/Unix编程_Unix_Linux_

    Linux内核是许多发行版的基础,如Ubuntu、Fedora、CentOS等,这些发行版都提供了Unix式的命令行工具和开发环境。 **wvdial** wvdial是Linux和Unix系统中的一个拨号软件,主要用于通过调制解调器(modem)连接到...

    freeradius 的设置.

    1. **Radius协议**:Radius(Remote Authentication Dial-In User Service)是一种网络认证协议,用于验证用户的身份和授权,主要应用于网络接入服务,如无线网络、远程拨号等。 2. **FreeRADIUS**:作为开源Radius...

    从Windows转向Linux教程E3000基础学习

    - **互联网接入**:涵盖了宽带拨号、代理上网等常见互联网连接方式。 - **应用程序使用**:推荐了几款流行的Web浏览器、电子邮件客户端、即时通讯软件和下载工具。 #### 软件安装与管理 - **软件安装方式**:包括...

    红旗Linux6.0电子书

    红旗Linux6.0支持多种网络连接方式,包括有线以太网、无线网络、拨号上网等。用户可以使用网络配置工具进行设置,实现网络访问和资源共享。 9. **服务器应用**: 虽然主要定位为桌面系统,但红旗Linux6.0也可以...

    从Windows转向Linux教程E3000基础学习.pdf

    - **4.1 宽带拨号**:介绍了配置宽带连接的方法。 - **4.2 代理上网**:解释了如何设置代理服务器以实现上网。 - **4.3 Web浏览器**:推荐了几款流行的Web浏览器。 - **4.4 电子邮件软件**:列举了几款常用的...

    完美应用ubuntu

    - 配置ADSL拨号网络以连接互联网。 - 设置软件源以确保软件更新。 #### 五、使用GNOME桌面环境 - **GNOME简介:** - GNOME是默认的Ubuntu桌面环境,以其简洁美观的设计而受到欢迎。 - **GNOME基本操作:** - ...

Global site tag (gtag.js) - Google Analytics