<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6496&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / A devuan wiki page on virt-manager]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6496</link>
		<description><![CDATA[The most recent posts in A devuan wiki page on virt-manager.]]></description>
		<lastBuildDate>Tue, 19 Mar 2024 19:43:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: A devuan wiki page on virt-manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49049#p49049</link>
			<description><![CDATA[<p>I also use command line and <a href="https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&amp;q=spice-client-gtk=0.42-1" rel="nofollow">spicy</a> to connect to the console.</p><p>To set up a network bridge (all commands assume that the user executing qemu belongs to group <em>kvm</em> and VMs&#039; IP numbers start with 192.168.128.2):</p><ul><li><p>set up qemu-bridge-helper (has to be done once after upgrade):</p><div class="codebox"><pre><code>chgrp kvm /usr/lib/qemu/qemu-bridge-helper
chmod 554 /usr/lib/qemu/qemu-bridge-helper
setcap CAP_NET_ADMIN,CAP_NET_RAW,CAP_NET_BIND_SERVICE=ep /usr/lib/qemu/qemu-bridge-helper</code></pre></div></li><li><p>enable bridge at boot:</p><div class="codebox"><pre><code>echo 1 &gt; /proc/sys/net/ipv4/ip_forward
ip link add name brvm type bridge
ip addr add 192.168.128.1/24 dev brvm
ip link set up brvm
iptables -t nat -A POSTROUTING -s 192.168.128.0/24 -o eth+ -j MASQUERADE
iptables -t nat -A POSTROUTING -s 192.168.128.0/24 -o wlan+ -j MASQUERADE</code></pre></div></li><li><p>pass this parameter when launching qemu:<br /><span class="bbc">-netdev tap,id=eth,br=brvm,helper=/usr/lib/qemu/qemu-bridge-helper</span></p></li></ul><p>It is also possible to attach dhcpd and/or radvd to <em>brvm</em> for automatic address space management. By changing those ip commands above you may bridge <em>brvm</em> with workstation&#039;s ethernet interface and allow attaching VMs directly to the LAN.</p>]]></description>
			<author><![CDATA[dummy@example.com (Matlib)]]></author>
			<pubDate>Tue, 19 Mar 2024 19:43:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49049#p49049</guid>
		</item>
		<item>
			<title><![CDATA[Re: A devuan wiki page on virt-manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49008#p49008</link>
			<description><![CDATA[<p>I started using virt-manager and it kind felt ok . But it has that irritating config setup.<br />I wouldnt have problem trying command line. A small push with a link to a good tutorial<br />would help. I dont mean fancy one in a website that welcomes you with a thousand cookies<br />harvester companies. A simple one laying out simple concepts would be ok.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sun, 17 Mar 2024 05:30:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49008#p49008</guid>
		</item>
		<item>
			<title><![CDATA[Re: A devuan wiki page on virt-manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49006#p49006</link>
			<description><![CDATA[<p>I have never used <em>virt-manager</em>. I tried using about a year ago, but quickly became annoyed with it and gave up. Since it is unnecessary and I can use QEMU without it, that is my current preference. I only mention that because some people seem to think that using virt-manager is a requirement.</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Sat, 16 Mar 2024 22:39:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49006#p49006</guid>
		</item>
		<item>
			<title><![CDATA[Re: A devuan wiki page on virt-manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48988#p48988</link>
			<description><![CDATA[<p>stopAI thanks for the suggestion. Searching recursively in virt-manager dependencies&#160; ... -&gt; </p><div class="codebox"><pre><code>$ apt-cache depends --recurse --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances virt-manager | grep &quot;^\w&quot; | sort -u | grep &#039;virtinst\|libvirt-clients\|libvirt-daemon\|qemu-system-misc\|bridge&#039;
libatk-bridge2.0-0
libatk-bridge2.0-0:i386
libvirt-clients
libvirt-daemon
libvirt-daemon-config-network
libvirt-daemon-config-nwfilter
libvirt-daemon-driver-lxc
libvirt-daemon-driver-qemu
libvirt-daemon-driver-vbox
libvirt-daemon-driver-xen
libvirt-daemon-system
libvirt-daemon-system-sysv
qemu-system-misc
qemu-system-misc:i386
virtinst</code></pre></div><p>...-&gt; i see that&#160; bridge-utlis&#160; is the only that is not pulled.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Sat, 16 Mar 2024 06:21:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48988#p48988</guid>
		</item>
		<item>
			<title><![CDATA[Re: A devuan wiki page on virt-manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48961#p48961</link>
			<description><![CDATA[<p>I&#039;m sorry. An error occurred. I wanted to write</p><div class="codebox"><pre><code>qemu-system-misc</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Fri, 15 Mar 2024 16:42:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48961#p48961</guid>
		</item>
		<item>
			<title><![CDATA[Re: A devuan wiki page on virt-manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48958#p48958</link>
			<description><![CDATA[<p><a href="https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&amp;q=qemu-kvm&amp;x=submit" rel="nofollow">qemu-kvm</a> is no part of Daedalus.</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Fri, 15 Mar 2024 15:32:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48958#p48958</guid>
		</item>
		<item>
			<title><![CDATA[Re: A devuan wiki page on virt-manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48952#p48952</link>
			<description><![CDATA[<p>Hello.</p><p>For better experience, i use these packages:</p><div class="codebox"><pre><code>qemu-kvm libvirt-clients libvirt-daemon libvirt-daemon-system bridge-utils virtinst virt-manager</code></pre></div><p>Also, don&#039;t forget to add your user to libvirt and libvirt-qemu&#160; groups:</p><div class="codebox"><pre><code>adduser username libvirt
adduser username libvirt-qemu </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Fri, 15 Mar 2024 12:33:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48952#p48952</guid>
		</item>
		<item>
			<title><![CDATA[A devuan wiki page on virt-manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48945#p48945</link>
			<description><![CDATA[<p><strong>---- UPDATE ---</strong><br /><strong>I stopped the wiki page on virt-manager and instead i started a new one </strong><br />on using Qemu in CommandLineInterface. <a href="https://wiki.devuan.org/Main/UsingQEMUwithCLI" rel="nofollow"> Using QEMU from a CLI </a><br />---- endupdate ---</p><p>I started a wiki page on virt-manager in the <a href="https://wiki.devuan.org" rel="nofollow">https://wiki.devuan.org</a></p><p>It&#039;s in the sandbox in <a href="https://wiki.devuan.org/Sandbox/Virt-Manager" rel="nofollow">https://wiki.devuan.org/Sandbox/Virt-Manager</a> .</p><p>I occasionaly use virt-manager and in now as in the past i had again difficulties in setting<br />it right in devuan. So i think a wiki page could function as focus in order to collect<br />instructions and tips to smooth things out.</p><p>devuan wiki needs i guess some thinking about how to organize things so for<br />time being i put it in the sandbox.</p><p>Also for now i choosed to&#160; use as name the package name that i used for installation.</p><p>Any corrections and suggestions are welcomed .</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Fri, 15 Mar 2024 09:24:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48945#p48945</guid>
		</item>
	</channel>
</rss>
