码迷,mamicode.com
首页 > 数据库 > 详细

『ORACLE』更改主机IP地址

时间:2017-04-22 10:31:06      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:restart   net   1.2   str   sysconfig   prot   cas   rip   opp   

[root@Annie ~]# cd /etc/sysconfig/network-scripts/
[root@Annie network-scripts]# ls

将IP:192.168.11.4 改为:192.168.11.5

[root@Annie network-scripts]# vi ifcfg-eth0

 

# Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)

DEVICE=eth0
BOOTPROTO=static
BROADCAST=192.168.11.255
HWADDR=00:0C:29:30:10:DA
IPADDR=192.168.11.5
NETMASK=255.255.255.0
NETWORK=192.168.11.0
ONBOOT=yes
~
~
~
~
~
~
~
~
~
"ifcfg-eth0" 9L, 218C

[root@Annie network-scripts]# service network restart (让地址生效

 

『ORACLE』更改主机IP地址

标签:restart   net   1.2   str   sysconfig   prot   cas   rip   opp   

原文地址:http://www.cnblogs.com/KT-melvin/p/6747018.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!