<?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=4619&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] network issue when running as a QEMU client]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4619</link>
		<description><![CDATA[The most recent posts in [SOLVED] network issue when running as a QEMU client.]]></description>
		<lastBuildDate>Tue, 26 Oct 2021 17:56:31 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] network issue when running as a QEMU client]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32428#p32428</link>
			<description><![CDATA[<div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>I didn&#039;t know that ping doesn&#039;t work under user mode networking. So I tried ssh from the guest to the host it&#039;s running on, which gives me a weird result. I seems to connect, but then leaves me in my current directory in the client, which is explained by the correct ip&#039;s returned by host &quot;$hostname&quot;: 192.168.0.4 and 127.0.0.1</p><p>... (deleted stuff)</p><p>klaus</p></div></blockquote></div><p>That actually was the cause. I sometimes have to leave my desk to see clearly. host $hostname should not have returned 127.0.0.1, only the 192 ip. As soon as I corrected that I was able to connect from the client to the host.</p>]]></description>
			<author><![CDATA[dummy@example.com (ks)]]></author>
			<pubDate>Tue, 26 Oct 2021 17:56:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32428#p32428</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] network issue when running as a QEMU client]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32423#p32423</link>
			<description><![CDATA[<p>To communicate between guest and host I think you should look at <a href="https://wiki.archlinux.org/title/QEMU#Tap_networking_with_QEMU" rel="nofollow">tap networking</a>.</p><p>For file sharing I prefer <a href="https://wiki.qemu.org/Documentation/9psetup" rel="nofollow">VirtFS</a> (9p ftw!) but there are *many* other options.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 26 Oct 2021 16:47:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32423#p32423</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] network issue when running as a QEMU client]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32422#p32422</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>When it boots, it hangs a few seconds on &quot;configuring networking setting&quot;, then defaults to an IP in 10.0.0.0 instead of getting an ip from a dhcp server on the local lan 192.168.0.0.</p></div></blockquote></div><p>That would seem to be the expected behaviour. See <a href="https://www.linux-kvm.org/page/Networking#User_Networking" rel="nofollow">https://www.linux-kvm.org/page/Networki … Networking</a></p><div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>So it&#039;s totally unable to talk to any of the local hosts.</p></div></blockquote></div><p>How are you attempting to &quot;talk&quot; to these hosts? Please provide the exact command(s) used along with any error messages. Note that ICMP (&quot;ping&quot;) requests don&#039;t work under user mode networking.</p></div></blockquote></div><p>Ok, I didn&#039;t know that ping doesn&#039;t work under user mode networking. So I tried ssh from the guest to the host it&#039;s running on, which gives me a weird result. I seems to connect, but then leaves me in my current directory in the client, which is explained by the correct ip&#039;s returned by host &quot;$hostname&quot;: 192.168.0.4 and 127.0.0.1</p><p>The 192 address can&#039;t be reached from 10.0.2.225 (obviously), but the 127 one it&#039;s happy to connect to - not what I wanted, because it connects to itself (guest) instead of the actual host qemu is running on. Useless for scp&#039;ing files to and from.</p><p>I then tried a different host on the network (192.168.0.64) and there I was able to log in using ssh. Still leaves me unable to talk to the host.</p><p>klaus</p>]]></description>
			<author><![CDATA[dummy@example.com (ks)]]></author>
			<pubDate>Tue, 26 Oct 2021 15:55:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32422#p32422</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] network issue when running as a QEMU client]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32420#p32420</link>
			<description><![CDATA[<div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>When it boots, it hangs a few seconds on &quot;configuring networking setting&quot;, then defaults to an IP in 10.0.0.0 instead of getting an ip from a dhcp server on the local lan 192.168.0.0.</p></div></blockquote></div><p>That would seem to be the expected behaviour. See <a href="https://www.linux-kvm.org/page/Networking#User_Networking" rel="nofollow">https://www.linux-kvm.org/page/Networki … Networking</a></p><div class="quotebox"><cite>ks wrote:</cite><blockquote><div><p>So it&#039;s totally unable to talk to any of the local hosts.</p></div></blockquote></div><p>How are you attempting to &quot;talk&quot; to these hosts? Please provide the exact command(s) used along with any error messages. Note that ICMP (&quot;ping&quot;) requests don&#039;t work under user mode networking.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 26 Oct 2021 15:01:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32420#p32420</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] network issue when running as a QEMU client]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32419#p32419</link>
			<description><![CDATA[<p>Hi</p><p>I started using Devuan summer 2018. So far so good, locally and hosted at a few providers, always installing debian then migrating to Devuan. Never really had any problems, in fact I love Devuan.</p><p>I just installed Beowulf as a Qemu client and for the life of me I can&#039;t get the network settings right. When it boots, it hangs a few seconds on &quot;configuring networking setting&quot;, then defaults to an IP in 10.0.0.0 instead of getting an ip from a dhcp server on the local lan 192.168.0.0. So it&#039;s totally unable to talk to any of the local hosts.</p><p>I&#039;ve never had problems configuring the network with both static (local and at internet providers) or dhcp addresses (laptops), but I&#039;m stuck here running as a qemu client (I want to test some large stuff without eff&#039;ing up a machine.</p><p>Anybody able to help?</p><p>klaus</p>]]></description>
			<author><![CDATA[dummy@example.com (ks)]]></author>
			<pubDate>Tue, 26 Oct 2021 14:37:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32419#p32419</guid>
		</item>
	</channel>
</rss>
