linux-01Red Hat Enterprise Linux 7(RHEL7)配置静态IP地址

Posted 风之子手

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux-01Red Hat Enterprise Linux 7(RHEL7)配置静态IP地址相关的知识,希望对你有一定的参考价值。

为方便在学习linux readhat7,在本地安装安装了虚拟机。为能够用win7连接虚拟机的linux远程客户端操作,则需要虚拟机和win本地的网络互通;

操作如下:1、本地配置ip地址 :  

      

 

 

        2、验证网络管理器状态,Active: active (running)表示正在运行,一般RHEL7都默认安装了。

[root@localhost ~]# systemctl status NetworkManager.service

 

3、 查看网络设备以及状态

 

[root@localhost ~]# nmcli dev

ethernet(以太网)的设备,如果该设备状态不是连接的,则启用它

4、

[root@localhost ~]# nmcli con up id eno16777736

 

提示连接成功!

5、查看目录/etc/sysconfig/network-scripts下是否有该设备的配置文件,ifcfg-enp0s3,如果没有就新建一个

 

[root@localhost /]# ls  /etc/sysconfig/network-scripts/

6、编辑这个配置文件 ifcfg-eno16777736

 

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

重点配置这几个:

TYPE=Ethernet
BOOTPROTO=static      #启用静态IP地址  若是dhcp 则是动态获取ip
NAME=enp0s3
ONBOOT=yes   #开启自动启用网络连接
IPADDR=地址
NETMASK=掩码
GATEWAY=网关
DNS1=你的DNS

 7.重启网络服务
[root@localhost ~]# systemctl  restart network
8.设置ok了,ping试试吧

 

以上是关于linux-01Red Hat Enterprise Linux 7(RHEL7)配置静态IP地址的主要内容,如果未能解决你的问题,请参考以下文章

基于RHEL(centos/red hat)的8个YUM/DNF第三方库

red hat 6.5 红帽企业Linux.6.5 yum This system is not registered to Red Hat Subscription Management. You

Installing Lumen -- Red Hat/CentOS

Red Hat下升级python的问题

Red Hat Enterprise Linux 官方正式版镜像下载

安装 Red Hat Enterprise Linux 7