VirtualBox 安装CentOS6.5

本文详细介绍了如何在Linux系统中以root权限通过命令行模式进行系统初始化配置,包括设置图形界面、禁止SELINUX、重启network服务以及验证网络连接等步骤。同时,通过实例演示了如何使用Vim编辑器修改相关配置文件。

1)在“命令行模式下”以root身份进入系统
(2)用Vi编辑器对相关文件进行编辑:#vi /etc/inittab
(3)将其中的:init:3修改为:init:5
(4)保存并退出::wq
(5)重新启动系统:#reboot

 

————————————————设置图形界面的方式————————————————————————

 

1.设置虚拟机使用桥联方式连接宿主机

2.修改虚拟机centos上的网卡配置/etc/sysconfig/network-scripts/ifcfg-eth0

[root@localhost  tomener]# vim /etc/sysconfig/network-scripts/ifcfg-eth0

 

DEVICE=eth0

HWADDR=00:0C:29:45:97:65

TYPE=Ethernet

UUID=18d76aa8-6142-45fa-98dd-4e0d391fc90c

ONBOOT=yes

NM_CONTROLLED=yes

 

BOOTPROTO=static

NETMASK=255.255.255.0

IPADDR=192.168.1.200

GATEWAY=192.168.1.1

DNS1=8.8.8.8

 

提示:BOOTPROTO的设置,可以设置为static 或者 dhcp

三、禁止掉SELINUX

[root@localhost  tomener]# vim /etc/selinux/config

 

# This file controls the state of SELinux on the system.

# SELINUX= can take one of these three values:

#     enforcing - SELinux security policy is enforced.

#     permissive - SELinux prints warnings instead of enforcing.

#     disabled - No SELinux policy is loaded.

#SELINUX=enforcing

SELINUX=disabled

# SELINUXTYPE= can take one of these two values:

#     targeted - Targeted processes are protected,

#     mls - Multi Level Security protection.

SELINUXTYPE=targeted

这里是把SELINUX=enforcing 改为 SELINUX=disabled

 

第四步:重启network

service network restart

第五步:ping www.baidu.com

[root@localhost  tomener]# ping www.baidu.com

PING www.a.shifen.com (115.239.210.26) 56(84) bytes of data.

64 bytes from 115.239.210.26: icmp_seq=1 ttl=55 time=204 ms

64 bytes from 115.239.210.26: icmp_seq=2 ttl=55 time=119 ms

 

到此,让在vmware虚拟机上的centos上网,并起和本机通信就完成了。

如果重启了network还是连接不上,那么先关闭服务器,再启动,不要用重启试试。

 

 

转载于:https://my.oschina.net/TTSK/blog/378864

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值