Re: [Qemu-devel] networking

2019-01-24 Thread Stefan Hajnoczi
On Tue, Jan 22, 2019 at 10:02:09PM -0500, liebre...@grossmann-venter.com wrote: > The windows 7 guest on linux host had networking out of the box. > It now lost it for some reason. > The qemu string remained the same Please post your QEMU command-line. > It now want to do DHCP and fails. >

[Qemu-devel] networking

2019-01-22 Thread liebrecht
The windows 7 guest on linux host had networking out of the box. It now lost it for some reason. The qemu string remained the same It now want to do DHCP and fails. It has an intel nic as nic device in device manager. What i cant understand is how to dop a static network config in this

[Qemu-devel] [networking] : writing to nic without using tap api's

2016-09-14 Thread Gaurav Sharma
I am using qemu 2.2.0 with e1000 as my default eth i/f. I want to trap data packets from/to e1000 without using tap i/f. Downstream packets i am able to get with 'e1000_send_packet'. However, i am not able to inject packet back to the nic without tap. Can someone point me to how can i do that ?

Re: [Qemu-devel] Networking documentation for a Mac OS X guest

2015-12-05 Thread Mark Cave-Ayland
On 04/12/15 11:46, Peter Maydell wrote: > On 4 December 2015 at 11:36, Mark Cave-Ayland > wrote: >> Is it worth setting up per-arch homepages on the wiki? This is something >> I've thought about recently since most of the information out on the >> internet

Re: [Qemu-devel] Networking documentation for a Mac OS X guest

2015-12-05 Thread Programmingkid
On Dec 5, 2015, at 9:10 AM, Mark Cave-Ayland wrote: > On 04/12/15 11:46, Peter Maydell wrote: > >> On 4 December 2015 at 11:36, Mark Cave-Ayland >> wrote: >>> Is it worth setting up per-arch homepages on the wiki? This is something >>> I've thought about recently

Re: [Qemu-devel] Networking documentation for a Mac OS X guest

2015-12-04 Thread Mark Cave-Ayland
On 04/12/15 00:02, Peter Maydell wrote: > On 3 December 2015 at 23:24, Programmingkid wrote: >> I would like to make a little tutorial on how to make networking >> work for a Mac OS X guest. Where would you suggest I put such >> documentation? The qemu-doc file is what

Re: [Qemu-devel] Networking documentation for a Mac OS X guest

2015-12-04 Thread Peter Maydell
On 4 December 2015 at 11:36, Mark Cave-Ayland wrote: > Is it worth setting up per-arch homepages on the wiki? This is something > I've thought about recently since most of the information out on the > internet regarding QEMU's ability to run various systems is badly

[Qemu-devel] Networking documentation for a Mac OS X guest

2015-12-03 Thread Programmingkid
I would like to make a little tutorial on how to make networking work for a Mac OS X guest. Where would you suggest I put such documentation? The qemu-doc file is what I was thinking about using. The bulk of the information would be to add "-usb -net none -netdev user,id=mynet0 -device

Re: [Qemu-devel] Networking documentation for a Mac OS X guest

2015-12-03 Thread Peter Maydell
On 3 December 2015 at 23:24, Programmingkid wrote: > I would like to make a little tutorial on how to make networking > work for a Mac OS X guest. Where would you suggest I put such > documentation? The qemu-doc file is what I was thinking about using. Hmm. I think for

Re: [Qemu-devel] Networking Documentation

2015-05-11 Thread Stefan Hajnoczi
On Thu, May 07, 2015 at 10:47:15AM +0200, David Borman wrote: I just want to introduce myseld. Iam David from Germany and hope i can ask some development specific questions and this is the right place.What is my best starting point getting familar with the networking code and is there any

[Qemu-devel] Networking Documentation

2015-05-07 Thread David Borman
Hi, I just want to introduce myseld. Iam David from Germany and hope i can ask some development specific questions and this is the right place.What is my best starting point getting familar with the networking code and is there any useful, technicall documentation out there? Iam espacially

Re: [Qemu-devel] networking stalls in the guest -- backlog in the host

2014-04-23 Thread Stefan Hajnoczi
On Tue, Apr 01, 2014 at 09:43:42AM -0600, David Ahern wrote: On 4/1/14, 9:09 AM, Stefan Hajnoczi wrote: On Thu, Mar 27, 2014 at 04:13:15PM -0600, David Ahern wrote: We are hitting a networking problem and hoping someone has an idea -- perhaps a known bug. After a couple of hours of

Re: [Qemu-devel] networking stalls in the guest -- backlog in the host

2014-04-01 Thread Stefan Hajnoczi
On Thu, Mar 27, 2014 at 04:13:15PM -0600, David Ahern wrote: We are hitting a networking problem and hoping someone has an idea -- perhaps a known bug. After a couple of hours of runtime with low level traffic (e.g., 1 sec pings) the VM stops receiving packets. In the host running tc on

Re: [Qemu-devel] networking stalls in the guest -- backlog in the host

2014-04-01 Thread David Ahern
On 4/1/14, 9:09 AM, Stefan Hajnoczi wrote: On Thu, Mar 27, 2014 at 04:13:15PM -0600, David Ahern wrote: We are hitting a networking problem and hoping someone has an idea -- perhaps a known bug. After a couple of hours of runtime with low level traffic (e.g., 1 sec pings) the VM stops

[Qemu-devel] networking stalls in the guest -- backlog in the host

2014-03-27 Thread David Ahern
We are hitting a networking problem and hoping someone has an idea -- perhaps a known bug. After a couple of hours of runtime with low level traffic (e.g., 1 sec pings) the VM stops receiving packets. In the host running tc on the tap device shows a full backlog and packets getting dropped:

[Qemu-devel] networking problem with qemu malta mips

2014-02-05 Thread Maryyam Muhammad Din
I am using mips-malta kernels with QEMU-1.0.1 on ubuntu host(running on VMWare). Qemu guest can ping ubuntu host perfectly but it is unable to ping other machines. Using tcpdump i have noticed that ongoing traffic is working but in case of incoming, qemu does not allow to pass this from vmware

[Qemu-devel] Networking in QEMU

2013-10-11 Thread Ayaz Akram
I have to emulate netwotking drivers for a particular mips board in qemu. I have gone through MALTA mips machine and its emulation in qemu, but I have not been able to find any good documentation to find out what should be starting point? Any help in this regard would be highly appreciated...

Re: [Qemu-devel] Networking in QEMU

2013-10-11 Thread Antony Pavlov
On Fri, 11 Oct 2013 03:01:48 -0700 Ayaz Akram aaq...@gmail.com wrote: I have to emulate netwotking drivers for a particular mips board in qemu. I have gone through MALTA mips machine and its emulation in qemu, but I have not been able to find any good documentation to find out what should be

[Qemu-devel] Networking problem

2011-09-28 Thread Giovanni Formisano
Hy all. I have a problem to configure the network i will try to explain may trouble. I have to make a cluster of virtual machine with one Head node and N worknode. I used a kvm and qemu. Now I want that when I start my HeadNode this one have to send the ip of other machine. My Headnode have two

Re: [Qemu-devel] Networking problem

2011-09-28 Thread Giovanni Formisano
On Wed, Sep 28, 2011 at 3:18 PM, Giovanni Formisano giovanni.formis...@gmail.com wrote: Hy all. I have a problem to configure the network i will try to explain may trouble. I have to make a cluster of virtual machine with one Head node and N worknode. I used a kvm and qemu. Now I want that

Re: [Qemu-devel] Networking problem

2011-09-28 Thread Mulyadi Santosa
Hi... On Wed, Sep 28, 2011 at 20:18, Giovanni Formisano giovanni.formis...@gmail.com wrote: I launch in this way the machine HEADNODE qemu-system-x86_64 -hda HeadNode.img -m 1024 -net nic,model=virtio,macaddr=00:16:3e:75:09:aa -net tap,ifname=tap0,script=no -vga vmware -net

Re: [Qemu-devel] networking issue

2010-11-09 Thread Mulyadi Santosa
On Mon, Nov 8, 2010 at 16:31, chandra shekar chandrashekar...@gmail.com wrote: i have installed ubunt 8.04 in qemu and my host os qemu 10.04 but iam unable to browse the internet in guest ubuntu and i have tried many options and many forums say the default ip the guest will be 10.0.2.15 but

[Qemu-devel] networking issue

2010-11-08 Thread chandra shekar
i have installed ubunt 8.04 in qemu and my host os qemu 10.04 but iam unable to browse the internet in guest ubuntu and i have tried many options and many forums say the default ip the guest will be 10.0.2.15 but the guest is not assigned any ip when i start it and i have tried emulating network

Re: [Qemu-devel] Networking problems

2010-08-14 Thread Mulyadi Santosa
On Fri, Aug 13, 2010 at 03:15, Daniel Carrera dcarr...@gmail.com wrote: Unfortunately, that's as far as it goes. It still cannot go online. When NetBSD tries to ping 10.0.2.3 (gateway I think) it just gets 100% packet loss. Let me show you qemu's output on the command line: ping is neglected

[Qemu-devel] Networking problems

2010-08-12 Thread Daniel Carrera
Hello, I've spent the last day trying to get NetBSD installed on a QEMU virtual machine. The problem I'm having is that I can't get online. As of now, this is the command I'm using: qemu -cdrom netbsd-i386cd-5.0.2.iso -hda NetBSD.img -no-acpi -net nic,model=pcnet With this command I can get a

Re: [Qemu-devel] Networking problems

2010-08-12 Thread Cliff Wright
On Thu, 12 Aug 2010 19:12:14 +0200 Daniel Carrera dcarr...@gmail.com wrote: qemu -cdrom netbsd-i386cd-5.0.2.iso -hda NetBSD.img -no-acpi -net nic,model=pcnet Its been a while since updating qemu, so on old version I had -net nic,model=ne2k_pci -net user -redir tcp:2023::22 -soundhw es1370 is

Re: [Qemu-devel] Networking problems

2010-08-12 Thread Daniel Carrera
On Thu, Aug 12, 2010 at 9:35 PM, Cliff Wright cl...@snipe444.org wrote: Its been a while since updating qemu, so on old version I had -net nic,model=ne2k_pci -net user -redir tcp:2023::22 -soundhw es1370 is the missing -net user causing you trouble? Actually, yes, the -net user flag makes a

Re: [Qemu-devel] Networking under Hurd quest still not working

2010-07-10 Thread Aurelien Jarno
On Fri, Jul 09, 2010 at 05:48:37PM +0100, Nigel Horne wrote: I've rebuild QEMU and gone back to old images of the Hurd when networking was working (to eliminate that as a cause). Networking is still not working with the latest Git version of QEMU with Linux host and Hurd guest. Do you

Re: [Qemu-devel] Networking under Hurd quest still not working

2010-07-10 Thread Nigel Horne
Aurelien, Thank you for your reply. I've rebuild QEMU and gone back to old images of the Hurd when networking was working (to eliminate that as a cause). Networking is still not working with the latest Git version of QEMU with Linux host and Hurd guest. Do you have more details about

Re: [Qemu-devel] Networking under Hurd quest still not working

2010-07-10 Thread Aurelien Jarno
On Sat, Jul 10, 2010 at 08:42:04AM +0100, Nigel Horne wrote: Aurelien, Thank you for your reply. I've rebuild QEMU and gone back to old images of the Hurd when networking was working (to eliminate that as a cause). Networking is still not working with the latest Git version of QEMU with

Re: [Qemu-devel] Networking under Hurd quest still not working

2010-07-10 Thread Aurelien Jarno
On Sat, Jul 10, 2010 at 09:16:36AM +0100, Nigel Horne wrote: On 10/07/10 09:02, Aurelien Jarno wrote: On Sat, Jul 10, 2010 at 08:42:04AM +0100, Nigel Horne wrote: Aurelien, Thank you for your reply. I've rebuild QEMU and gone back to old images of the Hurd when networking was

[Qemu-devel] Networking under Hurd quest still not working

2010-07-09 Thread Nigel Horne
I've rebuild QEMU and gone back to old images of the Hurd when networking was working (to eliminate that as a cause). Networking is still not working with the latest Git version of QEMU with Linux host and Hurd guest. -Nigel

Re: [Qemu-devel] Networking hangs

2009-12-15 Thread Scott Tsai
On Fri, Dec 4, 2009 at 8:55 AM, Christoffer Dall cd...@vmware.com wrote: I tried to verify if the bug existed with Realview, but I just can't get the guest to mount an sd-card, which I created with qemu-img and copied a roots onto there and the guest kernel cannot be configured with PCI/SCSI

Re: [Qemu-devel] Networking hangs

2009-12-03 Thread Christoffer Dall
Hi there. I tried to verify if the bug existed with Realview, but I just can't get the guest to mount an sd-card, which I created with qemu-img and copied a roots onto there and the guest kernel cannot be configured with PCI/SCSI support for the ext2 image. Do you have any ideas on how to

Re: [Qemu-devel] Networking hangs

2009-11-20 Thread Scott Tsai
On Fri, Nov 20, 2009 at 6:48 AM, Christoffer Dall cd...@vmware.com wrote: When I copy files into the guest using SCP, after an undeterministic number of megabytes have been copied, the network crashes. At this point not even pings to localhost works inside the guest. I cannot reproduce this

Re: [Qemu-devel] Networking hangs

2009-11-20 Thread Scott Tsai
On Sat, Nov 21, 2009 at 7:29 AM, Aurelien Jarno aurel...@aurel32.net wrote: On Thu, Nov 19, 2009 at 05:48:02PM -0500, Christoffer Dall wrote: Hi. I am experiencing problems with bridged networking to ARM guests. I have experimented with various kernel versions, distributions and host

[Qemu-devel] Networking hangs

2009-11-19 Thread Christoffer Dall
Hi. I am experiencing problems with bridged networking to ARM guests. I have experimented with various kernel versions, distributions and host machines and I experience the problem in all cases. When I copy files into the guest using SCP, after an undeterministic number of megabytes have

Re: [Qemu-devel] Networking between QEMU 0.8 on WinXP (Host) and NetBSD (Guest)

2006-01-23 Thread Joseph Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 22 January 2006 8:18 am, Andrew Leach wrote: Hi, I'm new to QEMU but have been sufficiently impressed (well done to all involved) to try and get my networking working! I've installed the OpenVPN Tap driver (and called it QEMU) and have

[Qemu-devel] Networking between QEMU 0.8 on WinXP (Host) and NetBSD (Guest)

2006-01-22 Thread Andrew Leach
Hi,I'm new to QEMU but have been sufficiently impressed (well done to all involved) to try and get my networking working!I've installed the OpenVPN Tap driver (and called it QEMU) and have bridged the Tap device with my existing Wifi adapter. This appears to be fine. However, when I start QEMU it

Re: [Qemu-devel] Networking

2005-06-25 Thread Henrik Nordstrom
On Fri, 24 Jun 2005, Wolfgang Richter wrote: Is it possible to network multiple sessions of QEMU so they appear to be on the same simulated network? Yes. A least two possible approaches: Set of bridged TUN/TAP devices. vde based networking http://vde.sourceforge.net/, connected to a

Re: [Qemu-devel] Networking

2005-06-25 Thread Jim C. Brown
On Sun, Jun 26, 2005 at 12:25:44AM +0200, Henrik Nordstrom wrote: vde based networking http://vde.sourceforge.net/, connected to a single TUN/TAP device on the host. Regards Henrik tuntap for vde is only required to connect the guests to the host. It is optional otherwise. vde is the

Re: [Qemu-devel] Networking

2005-06-24 Thread Renzo Davoli
On Fri, Jun 24, 2005 at 02:31:35PM -0400, Wolfgang Richter wrote: Is it possible to network multiple sessions of QEMU so they appear to be on the same simulated network? Try VDE, virtual distributed ethernet. renzo ___ Qemu-devel mailing

Re: [Qemu-devel] Networking

2005-06-24 Thread wrichter
Amazing, Amazing, Amazing!!! I think i had stumbled upon VDE before, but dismissed it. Thanks for pointing it out to me! This looks like it is perfect for what I want to accomplish. -- Wolfgang Richter -- Original message -- From: Tom Sandholm [EMAIL