vmware中虚拟机上不了网及共享文件夹无效的解决办法
首页->学习资料->其它->开发环境搭建 关键词: 发布时间:2018-06-14 13:33:26 浏览次数:2179

Oracle VM VirtualBox上不了网的解决办法:


/etc/sysconfig/network-scripts

修改类似这个名字的文件:ifcfg-ens33

将这项改为yes后重启即可

ONBOOT=yes

#BOOTPROTO=static #这一项按需修改,如果设置为dhcp则每次启动的时候虚拟机的ip都可能变化,设置为static则不变,但可能与其它主机ip冲突

#设置为static时,需配置对应的ip,dns参考centos7修改虚拟主机ip (hu-rong.com)

#IPADDR=192.168.3.100

#GATEWAY=192.168.3.1

#DNS1=192.168.3.1

#DNS2=114.114.114.114

意思是是否激活网卡,激活后就可以连接到外网了,其中ens33是设备名

重启

yum install net-tools



如果不行,修改以下文件再执行上面的操作试试


vi /etc/resolv.conf

在文件中增加:

nameserver 114.114.114.114

重启


如果还是不行,将虚拟机的网络设置为桥接模式再试试



如果共享文件夹不生效,一般是因为没有安装vmware-tool

yum install perl*

yum install gcc-c++

安装vmtools是报错:


Enter the path to the kernel header files for the 3.10.0-957.el7.x86_64 kernel 
或者
The path "" is not a valid path to the 3.10.0-957.el7.x86_64 kernel headers. Would you like to change it? [yes]
等问题
  1. 安装kernel:

    yum install kernel-$(uname -r)
  2. 安装kernel-headers:

    yum install kernel-headers-$(uname -r)
  3. 安装kernel-devel:

    yum install kernel-devel-$(uname -r)
  4. 重启虚拟机:

    reboot
  5. 重新安装vmtools


官方教程

在 Linux 虚拟机中手动安装 VMware Tools

赞:(0)
踩:(0)
相关文章
windows下使用MongoDB Compass Com
Oracle VM VirtualBox中设置共享文
linux安装openvpn并保存密码
deepin v20深度系统安装docker及do
域名在阿里云服务器换成腾讯云后备
windows下安装VirtualBox增强工具
国内访问github慢或打不开的解决方
linux下安装phpstorm2018及激活码
linux版phpstorm2020.3.3及激活码
centos7.4 64位下安装php-7.2.5及p
热门文章
win7中将文件拷贝到虚拟机linux下
phpexcel设置行高及列宽,背景颜色,
rabbitmq无法启动
intellij idea不显示git push按钮
php7中使用mongodb的aggregate进行
centos7.4 64位下swoole安装及配置
laravel页面静态化的方法
navicate连接mycat报1184错误
单点登录sso原理及php实现方式及de
devops-jenkins容器为pending状态
好评文章
phpexcel设置行高及列宽,背景颜色,
php7中使用mongodb的aggregate进行
intellij idea打开文件所在文件夹
windows下使用MongoDB Compass Com
win7中将文件拷贝到虚拟机linux下
laravel 中悲观锁 & 乐观锁的使用
单点登录sso原理及php实现方式及de
navicate连接mycat报1184错误
rabbitmq无法启动
laravel整合dingo/api方法步骤:jwt
标签
rabbitmq mysql备份 elasticsearch golang swoole
我的项目
【github】www.github.com/hurong241
【码云】gitee.com/hu_rong/projects
【docker hub】hub.docker.com/repositories/hurong241
【packagist】packagist.org/users/hurong241/packages
站点信息
建站时间:2011年
文章数:607篇
浏览数:939802
粤ICP备18028092号-1  微信:hurong241