红帽6/OEL6网络配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了红帽6/OEL6网络配置相关的知识,希望对你有一定的参考价值。
修改IP地址[[email protected] ~]# cd /etc/sysconfig/network-scripts/
[[email protected] network-scripts]# ll ifcfg* #切换到网卡配置目录
-rw-r--r--. 1 root root 280 Dec 20 01:28 ifcfg-eth0 #查看配置的网卡情况,由于只配置了一块网卡,所以只有eth0
-rw-r--r--. 1 root root 254 Apr 12 2016 ifcfg-lo #回还测试,系统使用
[[email protected] network-scripts]# gedit ifcfg-eth0 #编辑eth0的配置文件
DEVICE=eth0 #设备名称
TYPE=Ethernet #网络类型 以太网
UUID=849c2c0f-f685-4b85-8917-75e578d6ebc5 #HWADDR HardWare Address 硬件地址 MAC地址
ONBOOT=yes #是否随系统启动
NM_CONTROLLED=yes #是否受network程序管理
BOOTPROTO=none #dhcp:自动获取ip地址 none:固定的ip地址 static:固定的ip地址
IPADDR=192.168.56.88 #IP地址
PREFIX=24 #子网掩码,IP地址一共32位,24代表前24位为1,相当于 255.255.255.0
GATEWAY=192.168.56.1 #网关
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
HWADDR=00:0C:29:49:9F:0B
LAST_CONNECT=1513702340
修改保存后重启网络服务
[[email protected] network-scripts]# /etc/init.d/network restart
Shutting down interface eth0: Device state: 3 (disconnected)
[ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: Active connection state: activated
Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/4
[ OK ]
或者
[[email protected] network-scripts]# service network restart
更多设置可参考
https://www.cnblogs.com/picaso/archive/2012/07/02/2572888.html
以上是关于红帽6/OEL6网络配置的主要内容,如果未能解决你的问题,请参考以下文章
红帽认证RedHat-RHCSA 权限管理特殊权限网络配置磁盘管理逻辑卷管理软件管理笔记汇总