<?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=8167&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Problem with qemu]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=8167</link>
		<description><![CDATA[The most recent posts in Problem with qemu.]]></description>
		<lastBuildDate>Thu, 27 Aug 2026 17:13:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Problem with qemu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65327#p65327</link>
			<description><![CDATA[<p>Another option...</p><p>With qemu, use <span class="bbc">-nic user</span> option, and set up networking as follows </p><div class="codebox"><pre><code>ip address add 10.0.2.15/24 dev eth0
ip link set dev eth0 up
ip route add 10.0.2.0/24 dev eth0
ip route add default via 10.0.2.2 dev eth0</code></pre></div><p>Also, your /etc/resolv.conf should contain </p><div class="codebox"><pre><code>nameserver 10.0.2.3</code></pre></div><p>From there, you should be able to <span class="bbc">apt install dhcpcd-base</span> or whatever package(s) you want.</p><p>With virtualbox, you could change the network to bridged, and set up static networking as though it were a physical device on your LAN.&#160; For example, if your LAN uses 192.168.1.0/24 with a gateway of 192.168.1.1 (I think this is a common default setup), you could do something like this</p><div class="codebox"><pre><code>ip address add 192.168.1.20/24 dev eth0
ip link set dev eth0 up
ip route add 192.168.1.0/24 dev eth0
ip route add default via 192.168.1.1 dev eth0</code></pre></div><p> Obviously, you&#039;d want to use an address not in use by another device.&#160; That was just an example.</p>]]></description>
			<author><![CDATA[dummy@example.com (rbit)]]></author>
			<pubDate>Thu, 27 Aug 2026 17:13:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65327#p65327</guid>
		</item>
		<item>
			<title><![CDATA[Re: Problem with qemu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65324#p65324</link>
			<description><![CDATA[<p>Install <strong>libguestfs-tools</strong> and mount the qcow2 image as root:</p><div class="codebox"><pre><code># guestmount -a devuan.qcow2 -i /mnt</code></pre></div><p>Now you can copy dhcpcd_*.deb and its dependencies to <span class="bbc">/mnt/root</span> or wherever you want within /mnt, and safely remove the disk afterwards:</p><div class="codebox"><pre><code># guestunmount /mnt</code></pre></div><p>Boot the image and install the packages via:</p><div class="codebox"><pre><code># dpkg -i /root/*.deb</code></pre></div><p>You can also configure <span class="bbc">/etc/network/interfaces</span> if you wish:</p><div class="codebox"><pre><code>auto eth0
allow-hotplug eth0
iface eth0 inet dhcp</code></pre></div><p><a href="https://dev1galaxy.org/viewtopic.php?id=6283" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=6283</a></p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Thu, 27 Aug 2026 16:35:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65324#p65324</guid>
		</item>
		<item>
			<title><![CDATA[Problem with qemu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=65322#p65322</link>
			<description><![CDATA[<p>I have a guest that cannot access the internet I have, because I forgot to install dhcpcd.</p><p>But... I cannot get inside of the qcow2 with an installation nor can I install anything remotely needed to get it working.</p><p>So I wish to ask, </p><p>Is there a way to forcibly give internet to a vm? In either virt-manager, qemu, or virtualbox.</p><p>???</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Thu, 27 Aug 2026 06:08:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=65322#p65322</guid>
		</item>
	</channel>
</rss>
