Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-16 Thread Miroslav Rovis
On 161016-11:26+0200, Miroslav Rovis wrote: ... > If I wasn't poor, I'd donate to you or where you would tell me to, but > I'm like a Church mouse, very poor... ... Just as the closed source makes it all mostly dirty, and in real big-brotherly world of today it's absolutely treacherous with spying

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-16 Thread Miroslav Rovis
On 161016-10:51+0200, Miroslav Rovis wrote: ... > I need to look more deeply into all of this... It was just the firewall. I'll post all of it. But in short, as soon as I disabled my iptables with: # /etc/init.d/iptables stop I was able to boot, and I connected to: http://www.qemu.org and browse

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-16 Thread Miroslav Rovis
On 161016-10:41+0300, Aleksei wrote: > Your link layer looks good, eth1 is enslaved to br0. On network layer, > you don't get an IP address - is it because you don't have a physical > cable plugged into eth1? It is plugged in. > Anyway, that shouldn't prevent Qemu from > creating taps on that b

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-16 Thread Miroslav Rovis
On 161016-10:51+0300, Aleksei wrote: > > Esp. from the screencast at: > > > > http://localhost/CroatiaFidelis/foss/cap/cap-161015-qemu-devuan/Screen_161016_0501_g0n.webm > That was my local-only Apache. Sorry (it's sleeplessness and headaches...)! It translates into: http://www.CroatiaFidelis

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-16 Thread Aleksei
eth0). /--Regards, Aleksei/ *From:* Miroslav Rovis *Sent:* Sunday, October 16, 2016 7:18AM *To:* Qemu-discuss *Subject:* Re: [Qemu-discuss] How to set the network card for qemu to use? On 161016-05:18+0200, Miroslav Rovis wrote: On 161014-12:11+0300, Aleksei wrote: ... UPDATE: No, it isn't so

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-16 Thread Aleksei
elp you there. /--Regards, Aleksei/ *From:* Miroslav Rovis *Sent:* Sunday, October 16, 2016 6:18AM *To:* Qemu-discuss *Subject:* Re: [Qemu-discuss] How to set the network card for qemu to use? On 161014-12:11+0300, Aleksei wrote: ... 2) Include

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-15 Thread Miroslav Rovis
On 161016-05:18+0200, Miroslav Rovis wrote: > On 161014-12:11+0300, Aleksei wrote: ... > > UPDATE: No, it isn't solved, but it wouldn't fit in this email. And I already > wrote all of this. Pls. continuation should follow soon. And it's much less now... But first, pls. note that the: http://loc

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-15 Thread Miroslav Rovis
On 161014-12:11+0300, Aleksei wrote: ... > 2) Include the following to your Qemu command line. You don't need to > manually create tap devices on the host, qemu-bridge-helper script does > this for you. > -device virtio-net,netdev=internet \ > -netdev > bridge,br=bridge0,id=internet,he

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-15 Thread Miroslav Rovis
On 161015-21:05+0300, Aleksei wrote: > > $ qemu-system-x86_64 -cpu host -display gtk -m 1024M > > devuan_jessie_1.0.0-beta_amd64_cloud.qcow2 > > qemu-system-x86_64: CPU model 'host' requires KVM > > Did you try adding "-machine type=q35,accel=kvm -enable-kvm" to > arguments? You can also do "pc

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-15 Thread Aleksei
ot;), so modprobe part may be unnecessary. /--Regards, Aleksei/ *From:* Miroslav Rovis *Sent:* Saturday, October 15, 2016 8:50PM *To:* Qemu-discuss *Subject:* Re: [Qemu-discuss] How to set the network card for qemu to use? Yet more postponing... On 161015-10:26+0200, Mirosla

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-15 Thread Miroslav Rovis
Yet more postponing... On 161015-10:26+0200, Miroslav Rovis wrote: > Hi aleksei! > > I'll be studying your kind tip below, but I was into physical rearranging of > my > NIC cards setup, and I first decided I needed to see how the default > pass-through works: > > http://www.croatiafidelis.hr/fo

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-15 Thread Miroslav Rovis
Hi aleksei! I'll be studying your kind tip below, but I was into physical rearranging of my NIC cards setup, and I first decided I needed to see how the default pass-through works: http://www.croatiafidelis.hr/foss/cap/cap-161015-qemu-devuan/ On 161014-12:11+0300, Aleksei wrote: > This is not th

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-14 Thread Aleksei
/--Regards, Aleksei/ *From:* Miroslav Rovis *Sent:* Friday, October 14, 2016 7:47AM *To:* Qemu-discuss *Subject:* Re: [Qemu-discuss] How to set the network card for qemu to use? On 161014-03:11+0200, Miroslav Rovis wrote: ... Concrete setup is t

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-13 Thread Miroslav Rovis
On 161014-03:11+0200, Miroslav Rovis wrote: ... > > > > Concrete setup is three NIC cards: > > > > eth0 > > > > eth1 > > > > eth2 > > > > > > > > And the question is simple: what -netdev options (or is there some other > > > > way?) do I use to get qemu to use eth2? And that proved, to me, impossib

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-13 Thread Miroslav Rovis
On 161013-20:56+0200, Miroslav Rovis wrote: ... > > > Either for pass-through (the default, the SLIRP, IIUC), or I had > > > previously tried to set a tap0 device to a host br0, but couldn't get > > > qemu to set the image it boots to use one of a few NIC cards. > > > > > > Concrete setup is three

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-13 Thread Miroslav Rovis
Hi, Aleksei! I like the conversation style instead of top posting (if you don't mind ;-) . Less typing, and much clearer the line of discussion. On 161013-10:11+0300, Aleksei wrote: > Hi, > > If you want VM to use host's physical NIC exclusively, then do a PCI > pass-through. I had already figu

Re: [Qemu-discuss] How to set the network card for qemu to use?

2016-10-13 Thread Aleksei
October 13, 2016 1:00AM *To:* Qemu-discuss *Subject:* [Qemu-discuss] How to set the network card for qemu to use? Hi! Either for pass-through (the default, the SLIRP, IIUC), or I had previously tried to set a tap0 device to a host br0, but couldn't get qemu to set the image it boots to use one of

[Qemu-discuss] How to set the network card for qemu to use?

2016-10-12 Thread Miroslav Rovis
Hi! Either for pass-through (the default, the SLIRP, IIUC), or I had previously tried to set a tap0 device to a host br0, but couldn't get qemu to set the image it boots to use one of a few NIC cards. Concrete setup is three NIC cards: eth0 eth1 eth2 And the question is simple: what -netdev opti