在RHEL或CentOS 7上配置网络IP的三种方法
Posted 建策科技
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在RHEL或CentOS 7上配置网络IP的三种方法相关的知识,希望对你有一定的参考价值。
查看你的网卡名称(本机是eno16777736):
[root@linuxprobe Desktop]# ifconfig
eno16777736: flags=4163 mtu 1500
inet 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::20c:29ff:feb8:2b07 prefixlen 64 scopeid 0x20
inet6 fde0:b912:e3a9:0:20c:29ff:feb8:2b07 prefixlen 64 scopeid 0x0
ether 00:0c:29:b8:2b:07 txqueuelen 1000 (Ethernet)
RX packets 37 bytes 5428 (5.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 62 bytes 8269 (8.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73 mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 0 (Local Loopback)
RX packets 134 bytes 10928 (10.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 134 bytes 10928 (10.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@linuxprobe Desktop]#
编辑ifcfg-eno16777736 文件:
红色为需要修改或者添加的内容,保存并退出。
部分释义:
重启网卡并测试网络:
[root@linuxprobe Desktop]# systemctl restart network
在终端执行命令:
[root@linuxprobe Desktop]# nmtui
你依然需要重启网卡才能生效,并测试网络。
终端执行命令:
[root@linuxprobe Desktop]# nm-connection-editor
以上是关于在RHEL或CentOS 7上配置网络IP的三种方法的主要内容,如果未能解决你的问题,请参考以下文章