<?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=3260&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / network config lost after reboot, Devuan Jessie fresh install]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3260</link>
		<description><![CDATA[The most recent posts in network config lost after reboot, Devuan Jessie fresh install.]]></description>
		<lastBuildDate>Wed, 15 Jan 2020 14:47:36 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: network config lost after reboot, Devuan Jessie fresh install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19501#p19501</link>
			<description><![CDATA[<p>I&#039;ll give another try those 9.9.9.9 from Quad9. Thanks for pointing out Hoas.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Wed, 15 Jan 2020 14:47:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19501#p19501</guid>
		</item>
		<item>
			<title><![CDATA[Re: network config lost after reboot, Devuan Jessie fresh install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19489#p19489</link>
			<description><![CDATA[<p>Thanks @Head_on_a_Stick.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 14 Jan 2020 23:03:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19489#p19489</guid>
		</item>
		<item>
			<title><![CDATA[Re: network config lost after reboot, Devuan Jessie fresh install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19477#p19477</link>
			<description><![CDATA[<div class="quotebox"><cite>Nili wrote:</cite><blockquote><div><p>However do you have DNS to suggest?</p></div></blockquote></div><p>Sorry Nili, I wasn&#039;t being entirely serious. I should have added a <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>FWIW I use <a href="https://www.quad9.net/" rel="nofollow">Quad9</a> &#039;cos I like IBM.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 14 Jan 2020 16:34:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19477#p19477</guid>
		</item>
		<item>
			<title><![CDATA[Re: network config lost after reboot, Devuan Jessie fresh install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19470#p19470</link>
			<description><![CDATA[<p>^Where i have the data doesn&#039;t matter very much about Google, I use many Google producst like Chrome, Youtube, GMAIL etc... I stoped worrying about Google security-complex in other networks.</p><p>However do you have DNS to suggest?<br />I&#039;ve tried 1.1.1.1 , 1.0.0.1 , 9.9.9.9 i didn&#039;t find them stable as 8.8.8.8, sometimes i see my Network unreachable with other DNS&#039;s, so i sets Google because looks always reachable to me.</p><p>I have to remove broadcast IP, I don&#039;t know how it ends there because I don&#039;t remember having to manually set it. I&#039;m trying to remove it now thank you.</p><p>netmask 255.255.255.0 it belongs to 192.168.1.132/24 - i&#039;m fixing this part by add /24 thanks.</p><p>Thanks so much, nothing to sorry, always pleasure to hear your suggestions &amp; corrections.</p><p>Regards!</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Tue, 14 Jan 2020 12:16:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19470#p19470</guid>
		</item>
		<item>
			<title><![CDATA[Re: network config lost after reboot, Devuan Jessie fresh install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19458#p19458</link>
			<description><![CDATA[<p>^ Google&#039;s nameservers? Really?</p><p>And you don&#039;t need to specify the broadcast address (it&#039;s the bitwise OR of the IP address and the bit complement of the subnet mask so it can be derived from those) or the network (again, implied by the netmask &amp; IP address). And the netmask can be defined as part of the IP address in CIDR format, like this:</p><div class="codebox"><pre><code>   address 192.168.1.132/24</code></pre></div><p>EDIT: sorry for the diversion.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 13 Jan 2020 16:09:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19458#p19458</guid>
		</item>
		<item>
			<title><![CDATA[Re: network config lost after reboot, Devuan Jessie fresh install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19433#p19433</link>
			<description><![CDATA[<p>I had to wakup my interface eth0 static this way.</p><p>from my: &quot;/etc/network/interfaces&quot;</p><div class="codebox"><pre><code># This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
     address 192.168.1.132
     netmask 255.255.255.0
     gateway 192.168.1.1
     network 192.168.1.0
     broadcast 192.168.1.255
     dns-nameservers 8.8.8.8 8.8.4.4</code></pre></div><p>Just change mine data to yours and ping 8.8.8.8 once your system finish booting.</p>]]></description>
			<author><![CDATA[dummy@example.com (Nili)]]></author>
			<pubDate>Sun, 12 Jan 2020 15:11:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19433#p19433</guid>
		</item>
		<item>
			<title><![CDATA[Re: network config lost after reboot, Devuan Jessie fresh install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19427#p19427</link>
			<description><![CDATA[<p>Is the networking init script enabled?</p><div class="codebox"><pre><code># sysv-rc-conf</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 12 Jan 2020 11:17:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19427#p19427</guid>
		</item>
		<item>
			<title><![CDATA[network config lost after reboot, Devuan Jessie fresh install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=19411#p19411</link>
			<description><![CDATA[<p>Hello people,</p><p>I am lost with my fresh new install of Devuan Jessie.<br />Network configuration for eth0 is static with all entries. <br />ifconfig -a shows the correct info, IP, Netmask, gateway<br />after reboot all is lost<br />ifup --force eth0 will read the configuration and after that<br />ifconfig -a shows again the correct info<br />reboot and all is gone and starting all over.<br />Even with /etc/init.d/networking restart&#160; &#160; same result</p><p>This is reproducable.</p><p>This should be my <strong>replacement for Debian 8</strong> as webserver machine, so ????&#160; what do I have to look for ?</p><p>Any help appreciated.<br />Thank you.</p><p>Johannes</p>]]></description>
			<author><![CDATA[dummy@example.com (turbo)]]></author>
			<pubDate>Sat, 11 Jan 2020 22:21:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=19411#p19411</guid>
		</item>
	</channel>
</rss>
