码迷,mamicode.com
首页 > 系统相关 > 详细

安装 vmware 连不上网络(解决方式)

时间:2016-07-11 00:57:36      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:

(1)安装好之后 在

技术分享

技术分享

配置好如果还连不上外部网络

请参考2

When you install CentOS with the GUI installer, is very easy to miss the configuration part where you make able the network interface to be bringed up when the system boots.

You have to edit /etc/sysconfig/network-scripts/ifcfg-YOUR_NIC_NAME, and specifically this:

ONBOOT=yes

next time you will boot the server, the NIC should be up.

 

(2)http://unix.stackexchange.com/questions/118234/im-not-able-connect-internet-from-vmware-player-with-centos(解决方案如上部分红色字体)

 

(3)如果执行ifconfig  出现 command not found

因为ifconfig是在/sbin路径下的,以root用户登录,查看环境变量 echo $PATH

然后 yum install net-tools.x86_64

安装完成后 在执行 即可 发现已经有了 这个命令了。

 

(4)secureCRT乱码--》设置即可

技术分享

安装 vmware 连不上网络(解决方式)

标签:

原文地址:http://www.cnblogs.com/he0xff/p/5658867.html

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