新增资源及索引表项目7任务4实施_安装和配置ADSL拨号连接.docVIP

新增资源及索引表项目7任务4实施_安装和配置ADSL拨号连接.doc

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
新增资源及索引表项目7任务4实施_安装和配置ADSL拨号连接

任务4 安装和配置ADSL拨号连接 实施要求 通常公司的网络可以通过ADSL的方式连入互联网。RHEL6也可以通过ADSL的方式连入互联网。其他局域网内的计算机可以通过RHEL服务器接入互联网。 实施步骤 安装与配置ADSL拨号软件 在RHEL6里如果使用ADSL上网并使用拨号软件的话,默认是没有安装PPPoE客户端软件的。本节将要讲述如何在RHEL中如何安装软件并配置参数来拨号上网。 RHEL默认包含有图形界面的ADSL配置,但是要使用ADSL还必须要安装PPPoE客户端软件。配置也可以使用命令行的方式进行。 安装PPPoE客户端 使用rpm命令检查当前的RHEL是否已经安装有PPPoE客户端。 [root@localhost /]# rpm -qa |grep pppoe [root@localhost /]# 什么都没返回表示没有安装。这时需要以下命令安装PPPoE [root@localhost 下载]# rpm -i rp-pppoe-3.10-8.el6.i686.rpm warning: rp-pppoe-3.10-8.el6.i686.rpm: Header V3 RSA/SHA256 Signature, key ID c105b9de: NOKEY [root@localhost 下载]# rpm -qa |grep pppoe rp-pppoe-3.10-8.el6.i686 通过命令显示rp-pppoe已经安装完成。 配置PPPoE客户端软件 软件安装完成后必须要配置才能使用。配置过程如下: [root@localhost /]#pppoe-setup 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): root //输入ADSL连接的用户名(由ISP提供) 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): eth0 //输入用于和ADSL-Modem连接时网卡的接口,默认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): no //设置是否需要拨号,断线后不自动拨号 DNS Please enter the IP address of your ISPs 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: 8 //主DNS地址设置,根据具体情况替换 Please enter the IP address of your ISPs secondary DNS server. If you just

您可能关注的文档

文档评论(0)

a888118a + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档