<?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=4866&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] How install nftables ?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4866</link>
		<description><![CDATA[The most recent posts in [SOLVED] How install nftables ?.]]></description>
		<lastBuildDate>Mon, 14 Mar 2022 13:47:14 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] How install nftables ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=35198#p35198</link>
			<description><![CDATA[<p>Thank you, Head_on_a_Stick and Marjorie.<br />I&#039;m a long time Debian &quot;testing&quot; user and I discovered Devuan &#039;Daedalus&#039; a few days ago - what a suprise! it makes me so happy ;o;)<br />Your tips about nftables on Devuan helped me a lot.</p>]]></description>
			<author><![CDATA[dummy@example.com (etech)]]></author>
			<pubDate>Mon, 14 Mar 2022 13:47:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=35198#p35198</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How install nftables ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34515#p34515</link>
			<description><![CDATA[<p>Thank @Head_on_a_Stick after fixing <a href="https://dev1galaxy.org/viewtopic.php?id=4869" rel="nofollow">my apt problem</a> (actually date problem)</p><p>I successfully installed nftables</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>But know when I slightly change the /etc/nftables.conf my screen is black for 4min before I finally see the login screen !<br />I open <a href="https://dev1galaxy.org/viewtopic.php?pid=34514" rel="nofollow">another topic</a> for this case.</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Wed, 09 Feb 2022 07:07:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34515#p34515</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How install nftables ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34479#p34479</link>
			<description><![CDATA[<p>Thank you for the info HoaS and Marjorie, </p><p>I didn&#039;t know that about (g)ufw and I&#039;ll be implementing your suggestions later today.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Mon, 07 Feb 2022 22:16:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34479#p34479</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How install nftables ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34471#p34471</link>
			<description><![CDATA[<p>Here&#039;s the Debian source for the chimaera package:</p><p><a href="https://salsa.debian.org/matthew/orphan-sysvinit-scripts/-/blob/master/scripts/nftables" rel="nofollow">https://salsa.debian.org/matthew/orphan … s/nftables</a></p><p>That version uses</p><div class="codebox"><pre><code># Default-Start:     S
# Default-Stop:      0 1 6</code></pre></div><p>I&#039;m running Alpine atm so I have no idea if that would work in Devuan beowulf.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 07 Feb 2022 17:46:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34471#p34471</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How install nftables ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34465#p34465</link>
			<description><![CDATA[<p>As HOAS says UFW still accesses the nftables back-end (which uses the nftables kernel module) through an iptables translation layer.</p><p>If you want to run nftables commands natively you need to do as HOAS suggest.&#160; </p><p>If you have Chimaera (or above) then use the nftables init script provided by <strong>orphan-sysvinit-scripts</strong>.</p><p>If you have Beowulf or earlier then there is no <strong>orphan-sysvinit-scripts</strong>. Having installed nftables and put the commands you want run in the config file you need to copy the example file <strong>/usr/share/doc/nftables/examples/sysvinit/nftables.init</strong> to <strong>/etc/init.d/nftables</strong>, change the <strong>Default-Start</strong> and <strong>Default-Stop</strong> lines (lines 6 and 7) and then make the init file executable by root.</p><p>Change the lines:</p><div class="codebox"><pre><code># Default-Start:
# Default-Stop:      0 1 2 3 4 5 6</code></pre></div><p>to:</p><div class="codebox"><pre><code># Default-Start:     S	
# Default-Stop:      0 6</code></pre></div><p>Then run</p><div class="codebox"><pre><code>update-rc.d nftables defaults</code></pre></div><p>as described by HOAS.</p><p>This will then read the config file and start nftables at boot.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Mon, 07 Feb 2022 17:05:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34465#p34465</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How install nftables ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34460#p34460</link>
			<description><![CDATA[<p>IMO ufw is just useless bloat because the nftables syntax is so much simpler than iptables and no more complex than ufw.</p><div class="quotebox"><cite>SpongeBOB wrote:</cite><blockquote><div><p>How can I install nftables ? Fully, I mean with the back end, front end (nft) start the service automatically ?</p></div></blockquote></div><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>The nftables package provides several sample configuration files under /usr/share/doc/nftables/examples/ which can be copied to /etc/nftables.conf — that file will be read when the nftables service starts.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 07 Feb 2022 15:42:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34460#p34460</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] How install nftables ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34456#p34456</link>
			<description><![CDATA[<p>I&#039;m using gufw ufw (unified fire-wall)</p><p>installing will drag in nft firewalling packages as dep&#039;s.</p><p>Seems to ok.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Mon, 07 Feb 2022 06:37:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34456#p34456</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] How install nftables ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34455#p34455</link>
			<description><![CDATA[<p>Hi everyone,</p><p>I just installed Devuan 🥳 (nice <a href="https://www.devuan.org/os/documentation/install-guides/chimaera/install-devuan" rel="nofollow">install guide</a> btw )</p><p>How can I install nftables ? Fully, I mean with the back end, front end (nft) start the service automatically ?</p><p>Thanks.</p><p>(I&#039;m running sysvinit)</p>]]></description>
			<author><![CDATA[dummy@example.com (SpongeBOB)]]></author>
			<pubDate>Mon, 07 Feb 2022 06:34:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34455#p34455</guid>
		</item>
	</channel>
</rss>
