码迷,mamicode.com
首页 > 其他好文 > 详细

centos 虚拟机安装调试

时间:2014-12-15 06:31:10      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:ar   os   sp   on   art   bs   ad   as   nbsp   

 

service network restart

reboot

yum update -y

cd /etc
cd sysconfig
cd network-scripts
[root@u0mo5 network-scripts]# vi ifcfg-eth0

DEVICE="eth0"
HWADDR="00:0C:29:AC:5E:B3"
TYPE="Ethernet"
UUID="9e561a4a-72b6-4772-9e88-1c3de5eddd1a"
ONBOOT="yes"
NM_CONTROLLED="yes"
BOOTPROTO="static"
BROADCAST="192.168.1.255"
IPADDR="192.168.1.120"
NETMASK="255.255.255.0"
GATEWAY="192.168.1.1"
DNS1="8.8.8.8"
IPV6INIT="no"
IPV6_AUTOCONF="no"
~
~
~
~
~
~
~
~
~
Type :quit<Enter> to exit Vim

centos 虚拟机安装调试

标签:ar   os   sp   on   art   bs   ad   as   nbsp   

原文地址:http://www.cnblogs.com/u0mo5/p/4164066.html

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