Michael Tokarev wrote:
Gary Dale wrote:
Package: qemu-kvm
Followup-For: Bug #572784
Networking starts only on the first time that I start an XP virtual
machine after a reboot of the actual machine. If I subsequently restart
the virtual machine, or the XP instance within it, the network only
comes up enough for me to connect to my Samba server. I can't get
out to the Internet or ping some machines on my network.
Gary, can you please describe why do you think your problem is
the same as #572784?
As far as I'm concerned, #572784 is, like, "fixed not a bug".
For the issue you describes, I guess it is entirely different
thing and is either configuration error on your part or some
"integration" package (like vde or virt-manager) doing something
wrong. But since you provided no details, and since I know
it works for many people including me, it is very difficult to
even guess correctly what might be wrong here.
/mjt
My problem looked similar based on the subject line.
My qemu-kvm command line is
kvm -cpu phenom -enable-kvm -vga std -localtime -hda
~/.virt/windowsxp/windows.qcow -m 1G
My virtual machine is running Windows XP/Pro with SP3 and all the later
patches. I have very little else on it other than Pinnacle Studio 9.
My main board is a Gigabyte GA-MA790GP-UD4H with a Realtek 8111C NIC
onboard. I'm connecting to a Linksys WRT610N router which provides dhcp
services while my Samba server is running Debian/Lenny.
My /etc/network/interfaces file is:
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
mapping eth1
script grep
map eth1
iface eth0 inet manual
auto br0
iface br0 inet dhcp
pre-up /usr/sbin/tunctl -u garydale -t tap0
pre-up ifconfig tap0 up
bridge_ports all tap0
post-down ifconfig tap0 down
post-down tunctl -d tap0
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org