<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://192.168.180.206:8001/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="http://192.168.180.206:8001/feed.php">
        <title>wiki.niziak.spox.org - linux:docker:network</title>
        <description></description>
        <link>http://192.168.180.206:8001/</link>
        <image rdf:resource="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-05-13T00:25:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://192.168.180.206:8001/linux:docker:network:firewall?rev=1582749827&amp;do=diff"/>
                <rdf:li rdf:resource="http://192.168.180.206:8001/linux:docker:network:iptables?rev=1584348232&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://192.168.180.206:8001/_media/wiki:dokuwiki.svg">
        <title>wiki.niziak.spox.org</title>
        <link>http://192.168.180.206:8001/</link>
        <url>http://192.168.180.206:8001/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://192.168.180.206:8001/linux:docker:network:firewall?rev=1582749827&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-26T20:43:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>http://192.168.180.206:8001/linux:docker:network:firewall?rev=1582749827&amp;do=diff</link>
        <description>Docker plays with host iptables firewall with every container action. 
The best is to manipulate firewall manually.


[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock --iptables=false</description>
    </item>
    <item rdf:about="http://192.168.180.206:8001/linux:docker:network:iptables?rev=1584348232&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-03-16T08:43:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Inside docker</title>
        <link>http://192.168.180.206:8001/linux:docker:network:iptables?rev=1584348232&amp;do=diff</link>
        <description>Inside docker

General firewall tables works, but there is a problem with connection state matching.
Matching new connection works, but matching the rest of the same connection using RELATED and  ESTABLISHED doesn&#039;t work:


 pkts bytes target     prot opt in     out     source               destination
    0     0 ACCEPT     all  --  *      *       10.21.0.0/16         0.0.0.0/0            ctstate RELATED,ESTABLISHED
    0     0 ACCEPT     all  --  *      *       10.22.0.0/16         0.0.0.0/0  …</description>
    </item>
</rdf:RDF>
