<?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=6920&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Setting static ip on Devuan]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6920</link>
		<description><![CDATA[The most recent posts in Setting static ip on Devuan.]]></description>
		<lastBuildDate>Mon, 11 Nov 2024 23:12:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Setting static ip on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52931#p52931</link>
			<description><![CDATA[<p>There is one main route that requires a reboot, and that is following install of a new kernel. The kernel will need installing at bootup (the only time it gets installed) and the process to that requires an initramfs, which makes a setup from RAM &amp; at the end loads the kernel, etc., etc. initramfs is always specific to a specific kernel.<br />Here is some user-level info on the setup device:</p><div class="codebox"><pre><code>dpkg -l initramfs-toolss
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name            Version       Architecture Description
+++-===============-=============-============-================================&gt;
ii  initramfs-tools 0.142+deb12u1 all          generic modular initramfs genera</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Mon, 11 Nov 2024 23:12:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52931#p52931</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setting static ip on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52926#p52926</link>
			<description><![CDATA[<p>From what I understand, it&#039;s a kernel thing. I&#039;m not familiar with the particulars, but rebooting is never a bad option in such cases.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Mon, 11 Nov 2024 20:43:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52926#p52926</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setting static ip on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52925#p52925</link>
			<description><![CDATA[<p>Thank a lot Dutch_Master. I wasnt aware of dhcp reservation of IPs. Indeed in my adsl gateway is called DHCP binding<br />but also &#039;leased ip&#039; seems a good term. </p><p>But why i have to reboot ? Is that due to linux or runit ?</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 11 Nov 2024 18:26:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52925#p52925</guid>
		</item>
		<item>
			<title><![CDATA[Re: Setting static ip on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52924#p52924</link>
			<description><![CDATA[<p>Yes.</p><p>Having said that, your router can set (or at least should be capable of setting) semi-static IP addresses if you configure it to match certain MAC addresses to specific IP addresses. I do too and NFS should work (it did on previous iterations but currently no NFS share available due to the server being offline for financial stuff <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> )</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Mon, 11 Nov 2024 16:06:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52924#p52924</guid>
		</item>
		<item>
			<title><![CDATA[Setting static ip on Devuan]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=52923#p52923</link>
			<description><![CDATA[<p>One common case in my home is setting static ip in order to setup<br />nfs shares on client PCs.<br />I prefer cabled ethernet lan.</p><p>More recenty i tried to set static ip in a devuan(daedalus)+xfce pc.</p><div class="quotebox"><blockquote><div><p>source /etc/network/interfaces.d/*</p><p># The loopback network interface<br />auto lo<br />iface lo inet loopback</p><p># The primary network interface<br />auto eth0<br />iface eth0 inet static<br />address 192.168.1.30<br />netmask 255.255.255.0<br />gateway 192.168.1.1</p></div></blockquote></div><p>Now i try to restart networking either from the xfce panel or the command line.<br />Not being experienced in runit i checked for relative network service under runit but couldnt find something:</p><p>$ less /etc/network/interfaces</p><div class="quotebox"><blockquote><div><p>$ sudo sv status /etc/service/*</p></div></blockquote></div><p>So i tried with:</p><div class="quotebox"><blockquote><div><p>$ sudo /etc/init.d/networking restart</p></div></blockquote></div><p>But that didnt worked either so i rebooted and then i got static ip.</p><div class="quotebox"><blockquote><div><p>$ sudo ip addr show</p></div></blockquote></div><p>So my question is : do i have to reboot ?</p>]]></description>
			<author><![CDATA[dummy@example.com (chomwitt)]]></author>
			<pubDate>Mon, 11 Nov 2024 15:12:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=52923#p52923</guid>
		</item>
	</channel>
</rss>
