求助:ubuntu下vbox设置好xp能上网,但是ubuntu却不能上网了

Kvm、VMware、Virtualbox、Xen、Qemu 等
回复
lxqhoha
帖子: 14
注册时间: 2009-02-24 16:48

求助:ubuntu下vbox设置好xp能上网,但是ubuntu却不能上网了

#1

帖子 lxqhoha » 2009-03-02 11:59

设置好/etc/network/interfaces 用host,xp可以上网,但是ubuntu下firefox不能上网,显示未找到服务器,狂晕,我的ubuntu和xp里设置的是静态ip,
interfaces设置如下:
auto tap0

iface tap0 inet manual

up ifconfig $IFACE 0.0.0.0 up

down ifconfig $IFACE down

tunctl_user lxqxha



auto br0

iface br0 inet static

bridge_ports all tap0

address 192.168.1.146

netmask 255.255.255.0

network 192.168.1.1

broadcast 192.168.1.255

gateway 192.168.1.1
回复