点击Skip

虚拟机安装linux CentOS6.5 操作

点击ok

虚拟机安装linux CentOS6.5 操作

选择中文简体

虚拟机安装linux CentOS6.5 操作

虚拟机安装linux CentOS6.5 操作

虚拟机安装linux CentOS6.5 操作

 

虚拟机安装linux CentOS6.5 操作

 这个是主机名,可以自己随便定义,但最好定义有意义的,好记得!

虚拟机安装linux CentOS6.5 操作

下面的框框去掉

 

虚拟机安装linux CentOS6.5 操作

这里设置自己的root用户的密码,

 

虚拟机安装linux CentOS6.5 操作虚拟机安装linux CentOS6.5 操作

设置root的密码最好取个比较安全的,如果是自己装着玩的,就直接确定 

虚拟机安装linux CentOS6.5 操作

虚拟机安装linux CentOS6.5 操作

 

虚拟机安装linux CentOS6.5 操作

等待安装结束

虚拟机安装linux CentOS6.5 操作

最后重启

 登入root用户,设置ip,等一系列的设置;

设置ip :

ifconfig -a

虚拟机安装linux CentOS6.5 操作

设置虚拟机IP
vi /etc/sysconfig/network-scripts/ifcfg-eth0

虚拟机安装linux CentOS6.5 操作

替换为下列内容:

DEVICE=eth0 

TYPE=Ethernet

ONBOOT=yes

NM_CONTROLLED=yes

BOOTPROTO=static

IPADDR=192.168.134.50

NETMASK=225.225.225.0

BROADCAST=192.168.134.255

虚拟机安装linux CentOS6.5 操作

从启网卡
service network restart

虚拟机安装linux CentOS6.5 操作

 

最后 执行ifconfig -a 查看ip

虚拟机安装linux CentOS6.5 操作

最后关闭防火墙,为了能远程控制

关闭防火墙
service iptables stop

虚拟机安装linux CentOS6.5 操作

使防火墙的操作在下一次从启系统时不在自动启动
chkconfig iptables off
虚拟机安装linux CentOS6.5 操作

重启虚拟机linux, 用xshell 远程操控;

 

虚拟机安装linux CentOS6.5 操作

远程连接成功!

虚拟机安装linux CentOS6.5 操作

 

 

 

相关文章:

  • 2021-05-04
  • 2021-07-09
  • 2022-02-21
  • 2022-01-08
  • 2021-11-30
  • 2021-09-27
猜你喜欢
  • 2022-12-23
  • 2021-09-30
  • 2021-11-13
  • 2021-09-23
  • 2021-08-29
  • 2021-12-17
相关资源
相似解决方案