x

Windows 7 旗舰版下载

微软经典Windows操作系统,办公一族得力助手

立即下载,安装Windows7

下载 立即下载
查看视频教程

Windows10专业版下载

办公主流Windows 操作系统,让工作更稳定

立即下载,安装Windows 10系统

下载 立即下载
查看视频教程

Windows 11 专业版下载

微软全新Windows 操作系统,现代化UI更漂亮

立即下载,安装Windows 11 系统

下载 立即下载
查看视频教程

系统之家一键重装软件下载

永久免费的Windows 系统重装工具

立即下载,安装Windows 系统

下载 立即下载
查看视频教程
当前位置:首页 > windows7教程

CentOS6怎么样设置ADSL上网

分类:windows7教程   发布时间:2015-03-23 09:55:40

  CentOS6怎么样设置ADSL上网请看以下教程:
  首先安装好CentOS6以后要安装rp-pppoe这个软件,centos之前的版本所adsl-setup这个命令安装,到centos6改了。

  需要光驱内放好CentOS安装盘

  挂载光盘

  #mount /dev/cdrom /media

  找出文件路径

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

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

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

  安装好以后可以开始设置ADSL和DNS信息

  #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...

  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建议手动设置,不然可能连不上

  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连接

  [root@localhost ~]# pppoe-status 设置完成后我们看看adsl状态

有用
+
分享到:
关闭
微信暂不支持直接分享,使用“扫一扫”或复制当前链接即可将网页分享给好友或朋友圈。
热门搜索
win10激活工具
当前位置 当前位置:首页 > windows7教程

CentOS6怎么样设置ADSL上网

2015-03-23 09:55:40   来源: windows10系统之家    作者:爱win10

  CentOS6怎么样设置ADSL上网请看以下教程:
  首先安装好CentOS6以后要安装rp-pppoe这个软件,centos之前的版本所adsl-setup这个命令安装,到centos6改了。

  需要光驱内放好CentOS安装盘

  挂载光盘

  #mount /dev/cdrom /media

  找出文件路径

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

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

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

  安装好以后可以开始设置ADSL和DNS信息

  #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...

  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建议手动设置,不然可能连不上

  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连接

  [root@localhost ~]# pppoe-status 设置完成后我们看看adsl状态

标签:
CentOS6怎么样设置ADSL上网

本站资源均收集于互联网,其著作权归原作者所有,如果有侵犯您权利的资源,请来信告知,我们将及时撒销相应资源。

Windows系统之家为大家提供一个绿色的平台 Copyright © 2013-2024 www.163987.com 版权所有

粤ICP备19111771号-8 粤公网安备 44130202001061号 增值电信业务经营许可证 粤B2-20231006

微信公众号 公众号

扫码关注微信公众号

扫一扫 生活更美好

微信公众号
客服 客服