LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: liu1985

VM虚拟机下linux的上网问题?!!!

[复制链接]
 楼主| 发表于 2007-11-17 15:17:14 | 显示全部楼层
多谢大侠,现在已经搞定了!
这也是在linu下发的第一条帖!原来是那么的简单!
不过以后肯定还会有更多的问题要请教的!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-17 15:18:53 | 显示全部楼层
这是为什么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-17 15:32:21 | 显示全部楼层

why no chinese ?

why no chinese ?
I can't understand !
回复 支持 反对

使用道具 举报

发表于 2007-11-19 15:20:44 | 显示全部楼层
我的固定IP的设置方法
  1. vm:~# cat /etc/network/interfaces
  2. # This file describes the network interfaces available on your system
  3. # and how to activate them. For more information, see interfaces(5).
  4. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7. # The primary network interface
  8. allow-hotplug eth0
  9. iface eth0 inet static
  10.         address 192.168.0.2
  11.         netmask 255.255.255.0
  12.         gateway 192.168.0.1
  13.         broadcase 192.168.0.255
复制代码
VMWare6,网桥方式.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表