Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1362335
  • 博文数量: 343
  • 博客积分: 13098
  • 博客等级: 上将
  • 技术积分: 2862
  • 用 户 组: 普通用户
  • 注册时间: 2005-07-06 00:35
文章存档

2012年(131)

2011年(31)

2010年(53)

2009年(23)

2008年(62)

2007年(2)

2006年(36)

2005年(5)

分类: LINUX

2008-12-26 15:51:15

1. turn off vmware dhcp service running on host os.
2. configure network to use static mode. say ubuntu, then edit /etc/network/interfaces to say like and restart networking service.

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address 192.168.76.100
        netmask 255.255.255.0
        gateway 192.168.76.2

3. edit /etc/resolve.conf to add:

nameserver 192.168.76.2


Tips:
=========================================
IP address of host os is 192.168.76.1/24, but DONOT refer either nameserver of default gateway to 192.168.76.1, using 192.168.76.2 instead. 


阅读(1029) | 评论(0) | 转发(0) |
0

上一篇:Smart User Guide

下一篇:An introduction to lguest

给主人留下些什么吧!~~