<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.kptree.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.kptree.net/feed.php">
        <title>KPTree Wiki</title>
        <description></description>
        <link>https://wiki.kptree.net/</link>
        <image rdf:resource="https://wiki.kptree.net/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-09-24T15:58:40+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.kptree.net/linux_router:netfilter?rev=1719105097&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/linux_router:nftables?rev=1740900680&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/linux_router:hardware?rev=1782001578&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/linux_router:ubuntu?rev=1747901253&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/linux_router:tc?rev=1783862084&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/linux_router:iptables?rev=1734229861&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kptree.net/linux_router:dns_dhcp?rev=1734233746&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.kptree.net/_media/wiki:dokuwiki.svg">
        <title>KPTree Wiki</title>
        <link>https://wiki.kptree.net/</link>
        <url>https://wiki.kptree.net/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.kptree.net/linux_router:netfilter?rev=1719105097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-23T01:11:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Basic Netfilter Function Block Diagram</title>
        <link>https://wiki.kptree.net/linux_router:netfilter?rev=1719105097&amp;do=diff</link>
        <description>linux router mtu netfilter

Basic Netfilter Function Block Diagram

Both NFTables and IPTables use the Netfilter framework provided in the Linux kernal. NFtables was implemented to supersede IPTables, which due to the widespread use of IPTables, will probably take a long time.




The following is a basic block diagram of the Netfilter Filter and NAT (Network Address Translation) functions, which are the basic requirements for router.

       Incoming
       Packets
          |
    ┌────────────…</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/linux_router:nftables?rev=1740900680&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-02T07:31:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NFTables Configuration</title>
        <link>https://wiki.kptree.net/linux_router:nftables?rev=1740900680&amp;do=diff</link>
        <description>linux router nftables firewall

NFTables Configuration

The best reference for nftables is at the dedicated wiki wiki nftables. Some other references I found nftables router. The reference at stosb is good, but not for a router Explaining My Configs: nftables. Nftables Cheatsheet

After a lot of experimenting the following is my NFTables router configuration file. Create the following file called:</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/linux_router:hardware?rev=1782001578&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-21T00:26:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Router Hardware</title>
        <link>https://wiki.kptree.net/linux_router:hardware?rev=1782001578&amp;do=diff</link>
        <description>linux router hardware

Router Hardware

ikoolcore-r2-max

(Dec 2024) The Supermicro SYS-E200-9B has stopped working.  It posts bios, but will not boot further.  I suspect hardware failure of some sort.  The BMC failed a few years ago.  I have ordered a replacement ikoolcore-r2-max.  The replacement comes with 2.5Gb/s and 10GB/s NICs and a more modern and faster 8 core</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/linux_router:ubuntu?rev=1747901253&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-22T08:07:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Router Configuration, Switch &amp; Server Setup</title>
        <link>https://wiki.kptree.net/linux_router:ubuntu?rev=1747901253&amp;do=diff</link>
        <description>linux router router_configuration setup debian ubuntu snap snaps switch network

Router Configuration, Switch &amp; Server Setup

Router Configuration

[DRAFT]
A router performs the following key features:

	*  A gateway between different network areas
		*  Restrict network traffic
		*  Forward Network traffic
		*  Track network traffic, allows traffic incoming only if response to out going (one way traffic) This is primary firewall action and primary security action! This is often confused with NAT…</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/linux_router:tc?rev=1783862084&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-12T13:14:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>TC - Traffic Control</title>
        <link>https://wiki.kptree.net/linux_router:tc?rev=1783862084&amp;do=diff</link>
        <description>linux router tc traffic control

TC - Traffic Control

The Linux kernel&#039;s network stack has network traffic control and shaping features. The iproute2 package installs the tc command to control these via the command line.

Queuing controls how data is sent; receiving data is much more reactive with fewer network-oriented controls. However, since TCP/IP packets are sent using a slow start the system starts sending the packets slow and keeps sending them faster and faster until packets start getti…</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/linux_router:iptables?rev=1734229861&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-15T02:31:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>IPTables Configuration</title>
        <link>https://wiki.kptree.net/linux_router:iptables?rev=1734229861&amp;do=diff</link>
        <description>linux router firewall iptables

IPTables Configuration

Having delved into IPtables and NFtables about the same time, my feelings are that NFTables is generally superior in just about every way,  I can not be bothered explaining this, this is just my experience and feeling.  I would preferentially use NFTables over IPtables where I have a choice.  Unfortunately some software still uses IPtables, e.g. Docker.  So it is good to be able to be sufficiently fluent and be able to work in both at this …</description>
    </item>
    <item rdf:about="https://wiki.kptree.net/linux_router:dns_dhcp?rev=1734233746&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-15T03:35:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DHCP / DNS Setup</title>
        <link>https://wiki.kptree.net/linux_router:dns_dhcp?rev=1734233746&amp;do=diff</link>
        <description>linux router dns dhcp bind ip ipv6 radvd host dig nslookup

DHCP / DNS Setup

Outdated

I have moved my DNS and DHCP servers to Docker, Docker-DNS Server.  I am still using ISC_Bind9, but am now using ISC_Kea for DHCP as ISC_Bind is no longer supported as of 2022.

tl;dr;

Further to this I am not looking at backups for both these services on my local area network.  Whilst these services worked reliably well, when ever I shutdown the the router with</description>
    </item>
</rdf:RDF>
