<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/live-raizo/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/live-raizo/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 04 Sep 2023 18:27:38 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/live-raizo/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>a question about Debian VM interface name</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/d2e4067b25/?limit=25#4573</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This bug is corrected in this new version v14.23.09.03i&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Mon, 04 Sep 2023 18:27:38 -0000</pubDate><guid>https://sourceforge.netb6dd679d655b6174d56b1e80aacb080fbc69d273</guid></item><item><title>a question about fast-reset-vm</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/9c8d13518b/?limit=25#f950</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ok. Got it. Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Thu, 24 Aug 2023 03:36:49 -0000</pubDate><guid>https://sourceforge.netd53cae82e6469666b25fbfcde9d3b80579d2ddce</guid></item><item><title>a question about fast-reset-vm</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/9c8d13518b/?limit=25#f065</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;LiveRaizo's GNS3 is patched. Upgrading GNS3 was not a good idea (unless you run into a bug).&lt;br/&gt;
The b-ehlers patch adds the tools menu. You can find it here: &lt;a href="https://github.com/Raizo62/gns3-gui-tools" rel="nofollow"&gt;https://github.com/Raizo62/gns3-gui-tools&lt;/a&gt;&lt;br/&gt;
There is another patch that handles the scripted startup of the &lt;strong&gt;D&lt;/strong&gt;Debian. You lost it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Wed, 23 Aug 2023 18:34:36 -0000</pubDate><guid>https://sourceforge.net7f343f2b3dbd028538e239f639799b71c0f76986</guid></item><item><title>a question about fast-reset-vm</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/9c8d13518b/?limit=25#0096</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;br/&gt;
I have install Live_Raizo_v14.23.06.28i into my hard disk as a VMWare workstation virtual machine. And I have upgraded the gns3-gui and gns3-server software's version from 2.2.41dev2 to 2.2.42.&lt;br/&gt;
When I open my project and right-click the QEmu virtual machine, I find that "Tools" menu that contains "edit startup" and "fast-reset-vm" submenu disappears.&lt;br/&gt;
My question is how to recover the "Tools" menu?  Thanks in advance.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Wed, 23 Aug 2023 16:13:35 -0000</pubDate><guid>https://sourceforge.net9c70c29d307baed8a59bbd023fecc07095ed73ea</guid></item><item><title>a question about Debian VM interface name</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/d2e4067b25/?limit=25#73ad</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thanks for reporting this issue.&lt;br/&gt;
This bug will be fixed in the next version. Sorry.&lt;/p&gt;
&lt;p&gt;Meanwhile, you can create the following file &lt;strong&gt;STARTUPFORALLVMRAIZO&lt;/strong&gt; in your project's directory &lt;strong&gt;project-files/startup&lt;/strong&gt; (example : /home/user/projects/untitled/project-files/startup/STARTUPFORALLVMRAIZO) : &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;for((interface=4;interface&amp;gt;=0;interface--))
do
&lt;span class="w"&gt;    &lt;/span&gt;ip&lt;span class="w"&gt; &lt;/span&gt;link&lt;span class="w"&gt; &lt;/span&gt;set&lt;span class="w"&gt; &lt;/span&gt;down&lt;span class="w"&gt; &lt;/span&gt;enp1s&lt;span class="cp"&gt;${&lt;/span&gt;&lt;span class="n"&gt;interface&lt;/span&gt;&lt;span class="cp"&gt;}&lt;/span&gt;
&lt;span class="w"&gt;    &lt;/span&gt;ip&lt;span class="w"&gt; &lt;/span&gt;link&lt;span class="w"&gt; &lt;/span&gt;set&lt;span class="w"&gt; &lt;/span&gt;enp1s&lt;span class="cp"&gt;${&lt;/span&gt;&lt;span class="n"&gt;interface&lt;/span&gt;&lt;span class="cp"&gt;}&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;name&lt;span class="w"&gt; &lt;/span&gt;enp1s$((interface+1))
done
ip&lt;span class="w"&gt; &lt;/span&gt;link&lt;span class="w"&gt; &lt;/span&gt;set&lt;span class="w"&gt; &lt;/span&gt;down&lt;span class="w"&gt; &lt;/span&gt;ens3
ip&lt;span class="w"&gt; &lt;/span&gt;link&lt;span class="w"&gt; &lt;/span&gt;set&lt;span class="w"&gt; &lt;/span&gt;ens3&lt;span class="w"&gt; &lt;/span&gt;name&lt;span class="w"&gt; &lt;/span&gt;enp1s0
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Tue, 22 Aug 2023 09:31:39 -0000</pubDate><guid>https://sourceforge.netaf3166d47fe15f8dfa83e8d3a08f26fc868acc31</guid></item><item><title>a question about Debian VM interface name</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/d2e4067b25/?limit=25#baa5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I create two Debian  VMs on GNS3 and link the two VMs with the port enp1s0.&lt;br/&gt;
When I start VMs and configure enp1s0  with fixed IP address(one is 192.168.1.1/24, the other is 192.168.1.2/24), I find they can't successfully ping each other.&lt;br/&gt;
After I troubleshoot the question, I find that the enp1s0 interface of VM on the GNS3 topology doesn't match  the enp1s0 in VM. Correspondence in my case is as follows:&lt;br/&gt;
GNS3 Topology        IN Debian VM&lt;br/&gt;
enp1s0---------------ens3&lt;br/&gt;
ens1s1---------------enp1s0&lt;br/&gt;
enp1s2---------------enp1s1&lt;br/&gt;
ens1s3---------------enp1s2&lt;br/&gt;
enp1s4---------------enp1s3&lt;br/&gt;
enp1s5---------------enp1s4&lt;/p&gt;
&lt;p&gt;Is it normal? How do I fix it? Thanks in advance.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Mon, 21 Aug 2023 18:17:35 -0000</pubDate><guid>https://sourceforge.netf954db8734276ee924f474e6a4c7964e229da8b9</guid></item><item><title>Temporary failure in name resolution</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/f57b1b09b8/?limit=25#d73f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ok.&lt;br/&gt;
I have solved the question with your help. Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Mon, 21 Aug 2023 18:15:29 -0000</pubDate><guid>https://sourceforge.netb404cdd113832c3126849778df26e32868ff5ee0</guid></item><item><title>Temporary failure in name resolution</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/f57b1b09b8/?limit=25#dbd3</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ok.&lt;br/&gt;
I have solved the question with your help. Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Mon, 21 Aug 2023 18:15:27 -0000</pubDate><guid>https://sourceforge.net2f77d66e1d60c6d516149c9f0d29bba152f6c0a1</guid></item><item><title>a question about Debian VM interface name</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/f3f8f61ecd/?limit=25#c479</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I create two Debian  VMs on GNS3 and link the two VMs with the port enp1s0.&lt;br/&gt;
When I start VMs and configure enp1s0  with fixed IP address(one is for 192.168.1.1/24, the other is 192.168.1.2/24), I find thethey can't successfully ping each other.&lt;br/&gt;
After I troubleshoot the question, I find that the enp1s0 interface of VM on the GNS3 topology doesn't match  the enp1s0 in VM. Correspondence in my case is as follows:&lt;br/&gt;
GNS3 Topology        IN Debian VM&lt;br/&gt;
enp1s0---------------ens3&lt;br/&gt;
ens1s1---------------enp1s0&lt;br/&gt;
enp1s2---------------enp1s1&lt;br/&gt;
ens1s3---------------enp1s2&lt;br/&gt;
enp1s4---------------enp1s3&lt;br/&gt;
enp1s5---------------enp1s4&lt;/p&gt;
&lt;p&gt;Is it normal? How do I fix it? Thanks in advance.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Mon, 21 Aug 2023 18:13:22 -0000</pubDate><guid>https://sourceforge.nete974c458dc148a6e8768c11259cff8917144bb31</guid></item><item><title>Temporary failure in name resolution</title><link>https://sourceforge.net/p/live-raizo/discussion/live-raizo/thread/f57b1b09b8/?limit=25#56e7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi.&lt;br/&gt;
By default, LiveRaizo doesn't enable the network interfaces.&lt;br/&gt;
You must activate the plugged network interface : run the command called by "!1" must be enough ("sudo ifup eno1", with eno1 your plugged network interface)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raizo62</dc:creator><pubDate>Thu, 17 Aug 2023 07:58:45 -0000</pubDate><guid>https://sourceforge.net383e2d9d46a26f042ba1740783ae383c5f5ca6bc</guid></item></channel></rss>