Centos7中配置静态IP
阅读数:130 评论数:0
跳转到新版页面分类
Linux
正文
以网口eth0为例。
1、vim /etc/sysconfig/network-scripts/ifcfg-eth0
2、具体内容
# static IP address on CentOS 7 or RHEL 7#
HWADDR=00:08:A2:0A:BA:B8
TYPE=Ethernet
BOOTPROTO=none
# Server IP #
IPADDR=192.168.2.203
# Subnet #
PREFIX=24
# Set default gateway IP #
GATEWAY=192.168.2.254
# Set dns servers #
DNS1=192.168.2.254
DNS2=8.8.8.8
DNS3=8.8.4.4
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
# Disable ipv6 #
IPV6INIT=no
NAME=eth0
# This is system specific and can be created using 'uuidgen eth0' command #
UUID=41171a6f-bce1-44de-8a6e-cf5e782f8bd6
DEVICE=eth0
ONBOOT=yes
重启网络
systemctl restart network
相关推荐
一、概述
yum是yellow dog updater,modified的简称,是rpm软件包管理器,用python写成,可以安装、移除、升级rpm包,检查并自动解决依赖性。
yum使用的软件仓库除了
# download source code from http://www.mplayerhq.hu/design7/dload.html & extract
wget -cS http://www
一、概述
1、locale中语言环境变量LANG
在Linux中通过locale来设置程序运行的不同语言环境,locale由ANSI C提供支持。locale的命名规则为<语言>_<地区>.<字符集编
一、概述
Centos7 默认使用的是firewall作为防墙。
1.firewalld (防火墙服务)
#启动:
systemctl start firewalld
#关闭:
systemctl
[root@VM_167_46_centos etc]# free -h
total used free shared buff/cache available
Mem: 993M 253M 334
对于 CentOS 7,有 KDE Plasma Workspaces 和 Gnome Desktop 两大桌面环境。
要安装 KDE 桌面环境(使用的是 Plasma 作为默认的