当安装完centos7后要想实现在主机上拨号上网,首先就需要在主机上安装拨号程序,rp-pppoe-3.10-10.el6.i686.rpm,这是光盘上自带的,可以自行搭建本地YUM源仓库进行安装。

首先是安装拨号软件:

[root@ wangdun ~]# yum install rp-pppoe -y

使用pppoe-setup进行交互式配置:

[root@ wangdun ~]# 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):wangdun

#这里请指定与modem相连接的网卡名称,我的是eth0。

#有的是多网卡的机器,一定要注意拨号网卡的序号

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

#是否使用空闲断开?我选择NO,默认也是NO

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服务器地址

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.

#DNS1服务器地址,有个人DNS服务器的推荐填个人的,没有就填公用的。

#个人建议使用DNS服务器:114.114.114.114

Enter the DNS information here:114.114.114.114

#DNS2服务器地址,我没有冗余的DNS服务器,也不想用公共DNS,所以我留空

#个人建议使用DNS服务器:8.8.8.8

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: 8.8.8.8

#这里请输入宽带密码,要注意的是输入的时候并不会显示字符。按顺序输入然后回车即可

PASSWORD

Please enter your Password:

Please re-enter your Password:

#是否允许普通用户打开和关闭DSL连接?

#如果你担心安全问题,请设为no。仅能用root用户连接或断开

USERCTRL

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

normal user to start or stop DSL connection (default yes):yes

#防火墙,我的网络使用iptables控制,这里的防火墙我选择0关闭

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

#启动系统开机自动连接

#我选择yes

Start this connection at boot time

Do you want to start this connection at boot time?

Please enter no or yes (default no):yes

#确认上面设置的内容

** Summary of what you entered **

Ethernet Interface: eth0

User name: wangdun

Activate-on-demand: No

Primary DNS: 10.1.1.1

Firewalling: NONE

User Control: yes

Accept these settings and adjust configuration files (y/n)?y

Adjusting /etc/sysconfig/network-scripts/ifcfg-ppp0

Adjusting /etc/resolv.conf

(But first backing it up to /etc/resolv.conf.bak)

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@ wangdun ~]# pppoe-start

通过以下命令查看状态:

[root@wangdun ~]# pppoe-status

成功拨号后即可上网,默认路由就是ppp0接口。

测试可以通过:

[root@wangdun ~]#ping www.plaidc.com

linux修改网卡配置pppoe,CentOS7配置PPPOE拨号详解相关推荐

  1. linux修改网卡文件夹,CentOS7 修改网卡名称为eth0在VMWare中添加多网卡配置

    前言 无论是RHEL 7.还是CentOS 7都使用了NetworkManager.service来进行网络管理,当然network服务还是可以继续使用的,但也将会是过渡期的残留品了. 除此之外7版本 ...

  2. 关于Linux系统网卡流量Tx和Rx的意思详解

    在linux环境系统下,经常我们在用软件查看网卡流量的时候分不太清楚tx和rx的分别. 其实正常来解释: tx是发送(transport),rx是接收(receive).以debain系统为例子.比如 ...

  3. 【Linux成长之路】CentOS7中netstat命令详解

    简介 Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Member ...

  4. linux 修改网卡mac,Linux修改 网卡物理地址(Mac Address)

    Linux修改 网卡物理地址(Mac Address) 有些地点 是把网络地址和网卡物理地址绑定的,当换了网卡或其它计算机 时可能会上不了网,下面推选 修改 物理地址(MAC Address)的要领 ...

  5. Linux配置启动挂载:fstab文件详解

    Linux配置启动挂载:fstab文件详解 [日期:2014-12-23] 来源:Linux社区 作者:aceking10 [字体:大 中 小] fstab文件介绍 fstab文件包含了你的电脑上的存 ...

  6. linux下 卸载qt_Ubuntu14.04安装、配置与卸载QT5的步骤详解

    1.之前我下载的是QT5.13版本但是安装结束后Qtcreator出现打不开,这里我推荐Qt5.9版本,下载网址如下: https://download.qt.io/official_releases ...

  7. Tomcat安装、配置、优化及负载均衡详解

    博客园 首页 新随笔 联系 管理 订阅 随笔- 31  文章- 0  评论- 25  Tomcat安装.配置.优化及负载均衡详解 一.常见JavaWeb服务器      1.WebLogic:是BEA ...

  8. 尼尔机器人技能快捷键_尼尔机械纪元武器配置及全出招操作详解-游侠网

    看着游戏女主华丽的招式是不是很羡慕呢,其实只要掌握了一些出招操作,你也可以做到,那么怎么操作呢?小编这就给大家分享下尼尔机械纪元武器配置及全出招操作详解,一起看下吧. 武器配置1: 轻型刀装备于轻栏位 ...

  9. centos7之service文件详解及systemctl命令使用

    centos7之service文件详解及systemctl命令使用 1. systemed简介 systemd与init的区别及优势 systemd和init的区别 systemd对比init的优势 ...

  10. 创建三个并发进程linux,Linux下几种并发服务器的实现模式(详解)

    1>单线程或者单进程 相当于短链接,当accept之后,就开始数据的接收和数据的发送,不接受新的连接,即一个server,一个client 不存在并发. 2>循环服务器和并发服务器 1.循 ...

最新文章

  1. JDBC的学习(三)——以查询新闻系统为例
  2. 180904 再卖菜 ccf
  3. 阿里妈妈流量反作弊算法实践
  4. RS-485总线HUB中继器产品性能特点介绍
  5. 关于SOAP的几篇文章
  6. vb整合多个excel表格到一张_[Excel]同一工作簿中多个工作表保存成独立的表格
  7. Oracle 10.2.0.1.0升级到 10.2.0.4.0
  8. postgreSQL源码分析——索引的建立与使用——Hash索引(2)
  9. 小米台灯底座接口很松_选购台灯发愁?这篇桌面照明方案助你一臂之力
  10. 5 video关掉字幕选项_让PPT字幕滚动起来,一秒高端大气,赶紧码住!
  11. 国内外你知道的设计网站!给你的设计找点灵感!
  12. 十张图,详解用户分层怎么做
  13. hive大作业-餐饮外卖平台数据分析
  14. KT148A语音芯片怎么烧录语音进入芯片里面通过串口和电脑端的工具
  15. 文化课很差能学计算机专业吗,文化成绩不好,想要学习计算机不知道能不能学呢?...
  16. 网页中插入视频与音频---HBuilder
  17. 阅读element-ui源码(1)怎么找到样式与组件入口文件
  18. Android 媒体播放框架MediaSession分析与实践
  19. 计算机怎么不休眠,怎么设置电脑不休眠?
  20. Linux extmail的邮件服务器搭建

热门文章

  1. LeetCode-1109-航班预订统计
  2. 诺顿防病毒软件测试,全面兼容Win8 诺顿安全特警新品评测
  3. 2020-8-20 第一篇记录学习
  4. 任意文件下载、文件读取
  5. hgame202301 week1 web writeup
  6. AB变频器常见故障的原因
  7. python处理PDF-通过关键词定位-截取PDF中的图表
  8. 动漫人体比例怎么画?怎样才能画好动漫人体比例?
  9. UVALive 3351 Easy and Not Easy Sudoku Puzzles 位运算~判断简单数独
  10. 音质好的入耳式耳机排行