Chinaunix首页 | 论坛 | 博客
  • 博客访问: 756688
  • 博文数量: 160
  • 博客积分: 2516
  • 博客等级: 大尉
  • 技术积分: 1511
  • 用 户 组: 普通用户
  • 注册时间: 2004-10-24 17:58
文章分类

全部博文(160)

文章存档

2019年(2)

2018年(3)

2017年(15)

2016年(3)

2015年(11)

2014年(3)

2013年(1)

2012年(3)

2011年(17)

2010年(25)

2009年(17)

2008年(13)

2007年(14)

2006年(21)

2005年(10)

2004年(2)

分类: LINUX

2016-02-02 13:40:07

设置网卡,关闭ipv6
/etc/sysconfig/network 增加:
NETWORKING_IPV6=no


/etc/modprobe.d/dist.conf 增加:
alias net-pf-10 off
options ipv6 disable=1



RedHat 5.x

To disable IPv6 in a virtual machine running RedHat 5.x:
  1. Log in as root or superuser.

  2. If the /etc/sysconfig/network file contains the line NETWORKING_IPV6=yes, change the line to:

    NETWORKING_IPV6=no


  3. In the file /etc/modprobe.conf, add this line: 

    options ipv6 disable=1

  4. Save the file and reboot the system.

After you disable IPv6, you should be able to install and configure VMware Tools successfully.



阅读(704) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~