Centos7 网络配置

默认安装centos7的时候,选择最小安装,这时候默认没有启用网络的,系统开机后无法使用网络

1.查看物理网卡的地址:

ifconfig 或者 ip addr都可以的

[root@localhost ~]# ifconfig
ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.80.136 netmask 255.255.255.0 broadcast 192.168.80.255
inet6 fe80::c89b:1871:b2c6:3a60 prefixlen 64 scopeid 0x20<link>
ether 00:0c:29:0e:a8:cb txqueuelen 1000 (Ethernet)
RX packets 1778 bytes 116068 (113.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 175 bytes 23426 (22.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 268 bytes 23300 (22.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 268 bytes 23300 (22.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

2.可以看到ens33为物理网卡,这时候,可以用以下方式去开启网络连接

[root@localhost ~]# cd /etc/sysconfig/network-scripts/
[root@localhost network-scripts]# ll
总用量 232
-rw-r--r--. 1 root root 310 4月 11 2019 ifcfg-ens33

[root@localhost ~]# vi  /etc/sysconfig/network-scripts/ifcfg-ens33

改成:onboot=yes

接ESC 退出   :wq  保存

 3.重启网络服务:

[root@localhost network-scripts]# systemctl restart network.service

4.重启后:ping www.baidu.com

解析正常了,网络启用正常

转载于:https://www.cnblogs.com/freewsf/p/10687796.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值