Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1121638
  • 博文数量: 241
  • 博客积分: 4385
  • 博客等级: 上校
  • 技术积分: 2383
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-07 23:13
文章分类

全部博文(241)

文章存档

2013年(1)

2012年(8)

2011年(62)

2010年(109)

2009年(61)

分类: LINUX

2010-06-30 21:42:41

配置virtualbox
1:网络连接1 Host-Only Adapter
2:网络连接2 NAT
 
 
进入ubuntu
1: ifconfig -a
2:vim /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth6
iface eth6 inet dhcp

auto eth5
iface eth5 inet static
address 192.168.1.252
netmask 255.255.255.0

gateway 192.168.1.1

/etc/init.d/networking restart

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