<?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=6954&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Make run nftables on Devuan rpi]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6954</link>
		<description><![CDATA[The most recent posts in [SOLVED] Make run nftables on Devuan rpi.]]></description>
		<lastBuildDate>Tue, 03 Dec 2024 11:19:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Make run nftables on Devuan rpi]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53229#p53229</link>
			<description><![CDATA[<p>I&#039;ve loaded nft with some rule</p><p>and now <span class="bbc">lsmod | grep nft</span> return</p><div class="codebox"><pre><code>nft_log ...
nft_ct ...
nft_conntrack ...
nft_objref ...
nf_tables ...</code></pre></div><p>good catch <a href="https://dev1galaxy.org/profile.php?id=5082" rel="nofollow">steve_v</a>, indeed nftable (if I&#039;m using the good term) is a kernel module therefore do not run in user-space but in kernel space, so not visible by <span class="bbc">ps</span> <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Tue, 03 Dec 2024 11:19:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53229#p53229</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Make run nftables on Devuan rpi]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53227#p53227</link>
			<description><![CDATA[<p>And what makes you think nftables is a daemon?</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Tue, 03 Dec 2024 11:01:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53227#p53227</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Make run nftables on Devuan rpi]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=53226#p53226</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;ve installed Devuan on a raspberry with <a href="https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds/" rel="nofollow">https://arm-files.devuan.org/RaspberryP … %20Builds/</a></p><p>I&#039;ve installed nftables following <a href="https://dev1galaxy.org/viewtopic.php?pid=34460#p34460" rel="nofollow">https://dev1galaxy.org/viewtopic.php?pid=34460#p34460</a></p><div class="codebox"><pre><code># apt install nftables orphan-sysvinit-scripts
# cp /usr/share/orphan-sysvinit-scripts/nftables /etc/init.d
# update-rc.d nftables defaults</code></pre></div><p>I&#039;ve <span class="bbc">reboot</span> but it seem that <span class="bbc">nft</span> do not start :&#039;(</p><p>in <strong>/etc/init.d/nftables</strong> it was set</p><div class="codebox"><pre><code>Default-Start:    S
Default-Stop:    0 1 6</code></pre></div><p>I&#039;ve change to 1 2 and 0 6 and</p><div class="codebox"><pre><code>$ update-rc.d nftables default-disabled
$ reboot</code></pre></div><p>but still seem not to start</p><div class="codebox"><pre><code>$ runlevel
N 2

$ /etc/init.d/nftables status
nft rulset loaded: yes

$ ps aux | grep
... grep nft #so only the grep cmd

$lsmod | grep nft
(nothing)</code></pre></div><p>Any ideas ?</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Tue, 03 Dec 2024 10:29:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=53226#p53226</guid>
		</item>
	</channel>
</rss>
