All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 590552] [NEW] New default network card doesn't work with tap networking
@ 2010-06-06 23:08 Gabriele Tozzi
  2016-11-04 13:24 ` [Qemu-devel] [Bug 590552] " Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gabriele Tozzi @ 2010-06-06 23:08 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Unfortunately, I can provide very little information.

Hope this will be useful anyway.

I've upgraded qemu using debian apt to lastest unstable (QEMU PC
emulator version 0.12.4 (Debian 0.12.4+dfsg-2), Copyright (c) 2003-2008
Fabrice Bellard): looks like at some point the default network card for
-net nic option was switched to intel gigabit instead of the good old
ne2k_pci.

I was using -net tap -net nic options and my network stopped working.
When not working,
- tcpdump on the host shows me taht all packets are sent and received fine from guest
- tcpdump on guest shows that packets from host are NOT received

obviously, both host tap interface and guest eth0 interfaces, routing
tables, dns, firewall, etc... are well configured.

Having banged my head for a while, I finally stopped the host and
started it again using -net nic,model=ne2k_pci option, then my network
magically started working again.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
New default network card doesn't work with tap networking
https://bugs.launchpad.net/bugs/590552
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
Unfortunately, I can provide very little information.

Hope this will be useful anyway.

I've upgraded qemu using debian apt to lastest unstable (QEMU PC emulator version 0.12.4 (Debian 0.12.4+dfsg-2), Copyright (c) 2003-2008 Fabrice Bellard): looks like at some point the default network card for -net nic option was switched to intel gigabit instead of the good old ne2k_pci.

I was using -net tap -net nic options and my network stopped working.
When not working,
- tcpdump on the host shows me taht all packets are sent and received fine from guest
- tcpdump on guest shows that packets from host are NOT received

obviously, both host tap interface and guest eth0 interfaces, routing tables, dns, firewall, etc... are well configured.

Having banged my head for a while, I finally stopped the host and started it again using -net nic,model=ne2k_pci option, then my network magically started working again.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 590552] Re: New default network card doesn't work with tap networking
  2010-06-06 23:08 [Qemu-devel] [Bug 590552] [NEW] New default network card doesn't work with tap networking Gabriele Tozzi
@ 2016-11-04 13:24 ` Thomas Huth
  2016-11-04 23:03 ` Gabriele Tozzi
  2017-01-04  4:18 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2016-11-04 13:24 UTC (permalink / raw)
  To: qemu-devel

Seems like you were using the QEMU from your Linux distribution
(Debian). If you want to have support for that version, you should use
the bug tracker from your distro instead. Otherwise, can you please try
again with the latest version from http://wiki.qemu-project.org/Download
to see whether the bug is already fixed there? Thanks!

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/590552

Title:
  New default network card doesn't work with tap networking

Status in QEMU:
  Incomplete

Bug description:
  Unfortunately, I can provide very little information.

  Hope this will be useful anyway.

  I've upgraded qemu using debian apt to lastest unstable (QEMU PC
  emulator version 0.12.4 (Debian 0.12.4+dfsg-2), Copyright (c)
  2003-2008 Fabrice Bellard): looks like at some point the default
  network card for -net nic option was switched to intel gigabit instead
  of the good old ne2k_pci.

  I was using -net tap -net nic options and my network stopped working.
  When not working,
  - tcpdump on the host shows me taht all packets are sent and received fine from guest
  - tcpdump on guest shows that packets from host are NOT received

  obviously, both host tap interface and guest eth0 interfaces, routing
  tables, dns, firewall, etc... are well configured.

  Having banged my head for a while, I finally stopped the host and
  started it again using -net nic,model=ne2k_pci option, then my network
  magically started working again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/590552/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 590552] Re: New default network card doesn't work with tap networking
  2010-06-06 23:08 [Qemu-devel] [Bug 590552] [NEW] New default network card doesn't work with tap networking Gabriele Tozzi
  2016-11-04 13:24 ` [Qemu-devel] [Bug 590552] " Thomas Huth
@ 2016-11-04 23:03 ` Gabriele Tozzi
  2017-01-04  4:18 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Gabriele Tozzi @ 2016-11-04 23:03 UTC (permalink / raw)
  To: qemu-devel

Thank you for your interest but after more than 6 years I can't even
remember what this bug was about.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/590552

Title:
  New default network card doesn't work with tap networking

Status in QEMU:
  Incomplete

Bug description:
  Unfortunately, I can provide very little information.

  Hope this will be useful anyway.

  I've upgraded qemu using debian apt to lastest unstable (QEMU PC
  emulator version 0.12.4 (Debian 0.12.4+dfsg-2), Copyright (c)
  2003-2008 Fabrice Bellard): looks like at some point the default
  network card for -net nic option was switched to intel gigabit instead
  of the good old ne2k_pci.

  I was using -net tap -net nic options and my network stopped working.
  When not working,
  - tcpdump on the host shows me taht all packets are sent and received fine from guest
  - tcpdump on guest shows that packets from host are NOT received

  obviously, both host tap interface and guest eth0 interfaces, routing
  tables, dns, firewall, etc... are well configured.

  Having banged my head for a while, I finally stopped the host and
  started it again using -net nic,model=ne2k_pci option, then my network
  magically started working again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/590552/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 590552] Re: New default network card doesn't work with tap networking
  2010-06-06 23:08 [Qemu-devel] [Bug 590552] [NEW] New default network card doesn't work with tap networking Gabriele Tozzi
  2016-11-04 13:24 ` [Qemu-devel] [Bug 590552] " Thomas Huth
  2016-11-04 23:03 ` Gabriele Tozzi
@ 2017-01-04  4:18 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2017-01-04  4:18 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/590552

Title:
  New default network card doesn't work with tap networking

Status in QEMU:
  Expired

Bug description:
  Unfortunately, I can provide very little information.

  Hope this will be useful anyway.

  I've upgraded qemu using debian apt to lastest unstable (QEMU PC
  emulator version 0.12.4 (Debian 0.12.4+dfsg-2), Copyright (c)
  2003-2008 Fabrice Bellard): looks like at some point the default
  network card for -net nic option was switched to intel gigabit instead
  of the good old ne2k_pci.

  I was using -net tap -net nic options and my network stopped working.
  When not working,
  - tcpdump on the host shows me taht all packets are sent and received fine from guest
  - tcpdump on guest shows that packets from host are NOT received

  obviously, both host tap interface and guest eth0 interfaces, routing
  tables, dns, firewall, etc... are well configured.

  Having banged my head for a while, I finally stopped the host and
  started it again using -net nic,model=ne2k_pci option, then my network
  magically started working again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/590552/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-04  4:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-06 23:08 [Qemu-devel] [Bug 590552] [NEW] New default network card doesn't work with tap networking Gabriele Tozzi
2016-11-04 13:24 ` [Qemu-devel] [Bug 590552] " Thomas Huth
2016-11-04 23:03 ` Gabriele Tozzi
2017-01-04  4:18 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.