LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 03-09-2017, 05:00 PM   #1
end
Member
 
Registered: Aug 2016
Posts: 266

Rep: Reputation: Disabled
qemu and virbr0 arch


hi

how i can use virbr0 interface when creating vm with qemu-system-x86_64 -options. with virsh is -network bridge:virbr0 but i cant figur out how to use it in qemu.

i try edit qemu.conf and add allow virbr0 and then start with qemu-system-x86_64 -net nic -net bridge,br=virbr0 and then say "bridge helper failed"

-----another question
when i start domain in wirsh virsh --connect qemu:///system start name i try to connect with vncviewer and it say connected to localhost port 5900 but no display i meen nothing is show not even box of display only in terminal is say connected to localhost. but when i use virt-viewer everything is normal but virtviewer is to slow when running more than one machine.

when using qemu-system-x86_64 syntaks to start machines i have no problem with vnc but i would like to use libvirt interfaces.

---solution vnc
i figurout this about vnc i change from spice to vnc in virt-manager options.

Last edited by end; 03-10-2017 at 10:26 AM.
 
Old 03-11-2017, 09:49 PM   #2
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
So I finally meet the end, huh?
It was bound to happen eventually...
.

Qemu Command Line examples
Quote:
Examples:

#launch a QEMU instance with the default network helper to
#connect a TAP device to bridge br0
qemu-system-i386 linux.img -net bridge -net nic,model=virtio

#launch a QEMU instance with the default network helper to
#connect a TAP device to bridge qemubr0
qemu-system-i386 linux.img -net bridge,br=qemubr0 -net nic,model=virtio
There is a lot of good documentation on that page though the examples above seem to address the most common use cases, the second one in particular seems to be specific to what you're describing.
Quote:
i figurout this about vnc i change from spice to vnc in virt-manager options

Last edited by dijetlo; 03-11-2017 at 09:55 PM.
 
1 members found this post helpful.
Old 03-12-2017, 09:30 AM   #3
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
re

i meet myself but nothing happens whats wrong

actualy this command -net bridge,br=qemubr0 -net nic,model=virtio show me that /etc/qemu/bridge.conf does not exist. before i put this allow virbr0 in libvirt folder it has qemu.conf. i didnt notice before actualy all /etc/qemu was missing (arch) i created folder and file bridge.conf add allow virbr0 save exit.

qemu-system-i386 linux.img -net bridge,br=virbr0 -net nic,model=virtio

works

thanks dijetlo

p.s in my country dijetlo is steel tool for workink with rocks

Last edited by end; 03-12-2017 at 09:37 AM.
 
Old 03-13-2017, 04:12 PM   #4
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
Quote:
p.s in my country dijetlo is steel tool for working with rocks
That is kind of a poetic explanation for what I do...

What language is that?
EDIT:
I looked it up, it means chisel....
I'll be laughing about that all night, thanks end

The handle actually comes from Cantonese (guangdongwa) where it's an anglicized pronunciation of "Old Big Parts"
Quote:
老大零件
However I'm thinking about switching it to chisel....

Last edited by dijetlo; 03-13-2017 at 04:52 PM.
 
Old 03-14-2017, 10:49 AM   #5
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
re

hahaha

dlijetlo is croatian dijetlo is bosnian. (i didnt know this untill now) but here in croatia we pronaunce same as bosnian a dont know way we put this 'l'. it always been dijetlo in croatia some modern lingvistic.

i didnt know that have english world for this. but dijetlo here is also called for that end for pneumatic drill.

i didnt know the origin, but here in croatia we named that tool from bird woodenpeak, ( in croatia that bird is called dijetlic). Like speed, determination, strenght. the bird dont stop drill hole until is done.

i cant belive that you pik that name and you are not from this area. hove you combine letters for that name i dont know but leave it.

Last edited by end; 03-14-2017 at 11:05 AM.
 
Old 03-14-2017, 11:57 AM   #6
dijetlo
Senior Member
 
Registered: Jan 2009
Location: RHELtopia....
Distribution: Solaris 11.2/Slackware/RHEL/
Posts: 1,491
Blog Entries: 2

Rep: Reputation: Disabled
Quote:
I cant belive that you pick that name
It's what my in-laws call me. It seemed to fit but since I found out about the Pneumatic Chisel angle, I've decided it's Croatian.

kraj Hvala
 
Old 03-14-2017, 12:11 PM   #7
end
Member
 
Registered: Aug 2016
Posts: 266

Original Poster
Rep: Reputation: Disabled
Thumbs up re

stay well
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SettingsNotFoundError('virbr0',) error redhatwannabe Red Hat 1 01-19-2017 05:11 AM
[SOLVED] virbr0 and virbr1 won't start - no suitable device found lahfordie Linux - Newbie 6 09-06-2016 03:08 PM
virbr0 to eth0 anandg111 Linux - Newbie 3 02-13-2015 02:37 PM
LXer: Set up qemu-kvm-1.0+noroms as spice enabled qemu server vs qemu-kvm-spice on Ubuntu Precise LXer Syndicated Linux News 0 05-26-2012 07:41 AM
qemu: hardware error: qemu: could not load PowerPC bios 'openbios-ppc' Skaperen Linux - Virtualization and Cloud 8 06-09-2011 07:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 03:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration