centos6.5宽带拨号上网的方法(centos7宽带拨号)

admin3年前云主机41

CentOS6以后要安装rp-pppoe这个软件,centos之前的版本是adsl-setup命令安装。

(1)查看是否安装

#rpm -qa|grep rp-pppoe

没有内容输出则没安装,若可以联网使用# yum install rp-pppoe 

无法联网则:CentOS安装盘放入光驱

挂载光盘

#mount /dev/cdrom /media

找出文件路径

# find /media -name 'rp-pppoe*'

这个文件没有依赖项,可以直接安装

#rpm -ivh /media/CentOS_6.5_Final/Packages/rp-pppoe-3.10-8.el6.i686.rpm

(2)设置拨号

#whereis pppoe-setup

#/sbin/pppoe-setup

或#pppoe-setup

开始设置ADSL和DNS信息:

Welcome to the PPPoE client setup.  First, I will run some checks on

your system to make sure the PPPoE client is installed properly...

The following DSL config was found on your system:

Device:      Name:

ppp0         DSLppp0

Please enter the device if you want to configure the present DSL config

(default ppp0) or enter 'n' if you want to create a new one: ppp0

LOGIN NAME

Enter your Login Name (default root): 中国电信或者网通给你的ADSL用户名,注意电信给的有ad打头

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← 指定网络接入设备,一块网卡的情况下,一般为默认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): ← 直接按回车,接受默认设置,询问的是,adsl连接以后,是否持续保持连接。或者是自动的断开,在指定的时间(以秒数计算)内。多数情况下,我们希望手动的打开关闭连接。所以这里选择默认的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: 202.96.209.5 第一个DNS建议手动设置,不然可能连不上(或Enter the DNS information here: server      //PPPOE拨号的输入server即可,即动态获得DNS)

Please enter the IP address of your ISP's secondary DNS server.

If you just press enter, I will assume there is only one DNS server.

Enter the secondary DNS server address here: 202.96.209.133 第二个DNS建议手动设置,不然可能连不上

PASSWORD

Please enter your Password: 输入ADSL的连接密码

Please re-enter your Password: ← 再次确认输入ADSL的连接密码

USERCTRL

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

normal user to start or stop DSL connection (default yes): yes← 填入no,不允许一般用户控制PPPoE的连接

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):yes← 填入yes,在系统启动时自动连接ADSL

Accept these settings and adjust configuration files (y/n)? y← 配置信息确认无误后,键入y同意设置

** Summary of what you entered **

Ethernet Interface:eth0

User name:

[root@localhost ~]# pppoe-start← 启动ADSL pppoe连接(或# ifup ppp0  //启动ppp0接口)

[root@localhost ~]# pppoe-status 设置完成后我们看看adsl状态《centos6.5宽带拨号上网的方法(centos7宽带拨号)》来自互联网同行内容,若有侵权,请联系我们删除!

免责声明:本文内容来自用户上传并发布,站点仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。请核实广告和内容真实性,谨慎使用。

相关文章

云桌面购买,锐捷云桌面

找服务器给各位分享云桌面购买知识,如有帮助,请关注我们!本文目录:1、我公司想采购一批桌面云,请问应该如何选择该系列产品?2、云桌面要多少钱呢?3、怎么订购天翼云桌面的方法吗?4、天翼云桌面的主题怎么...

影响香港云主机租用价格的因素有哪些

香港云主机租用价格的因素随着云计算技术的不断发展,越来越多的企业开始选择云主机来作为他们的业务基础设施。香港作为亚太地区的商业中心,在云计算领域也有着举足轻重的地位。然而,不同因素的影响使得香港云主机...

redis哨兵模式怎么开启

Redis哨兵模式怎么开启什么是Redis哨兵模式Redis哨兵模式是Redis的一种高可用性解决方案,它可以自动监测主节点是否宕机并切换到备节点,实现Redis集群的高可用性和自动化故障转移。如何开...

如何做好美国服务器域名安全防护措施(美国服务器域名安全 做好防护措施)

文章将会从四个方面介绍如何做好美国服务器域名安全防护措施,包括:选择可信赖的域名注册商、加强账户及密码保护、使用SSL证书加密通讯、定期进行安全检测。这些措施可以有效地保护服务器及域名,避免遭受黑客攻...

真正免费永久VPS

什么是真正免费永久VPS许多网站提供免费VPS试用,但它们通常只持续一段时间,之后您将被要求付费。因此,如果您正在寻找真正免费永久VPS,则需要了解什么是真正意义上的免费永久VPS。一个真正的免费永久...

修罗云服务器

通过修罗云服务器打造高效稳定的网站什么是修罗云服务器?修罗云服务器是一款基于云计算技术的全面支持云服务器租赁的互联网服务平台。其核心技术包括虚拟化平台、存储平台和管理平台。用户可在修罗云平台上按需购买...