<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techdoku.nogafam.es/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://techdoku.nogafam.es/feed.php">
        <title>NoBIGTech Wiki Técnico - docu:csheet:net:iptables</title>
        <description></description>
        <link>https://techdoku.nogafam.es/</link>
        <image rdf:resource="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-14T23:53:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:iptables:accept_multicast_broadcast&amp;rev=1622713693&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:iptables:block_packets_by_content&amp;rev=1612263883&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:iptables:port_redirection&amp;rev=1595197928&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>NoBIGTech Wiki Técnico</title>
        <link>https://techdoku.nogafam.es/</link>
        <url>https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:iptables:accept_multicast_broadcast&amp;rev=1622713693&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-03T09:48:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>accept_multicast_broadcast</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:iptables:accept_multicast_broadcast&amp;rev=1622713693&amp;do=diff</link>
        <description>Accept Multicast and Broadcast packets on iptables



Adapt to your needs:


iptables -A INPUT -i eth0 -m pkttype --pkt-type multicast -j ACCEPT
iptables -A INPUT -i eth0 -m pkttype --pkt-type broadcast -j ACCEPT


Some sources:

&lt;https://serverfault.com/questions/325652/how-to-make-iptables-allow-rule-for-multicast&gt;</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:iptables:block_packets_by_content&amp;rev=1612263883&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-02T11:04:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>block_packets_by_content</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:iptables:block_packets_by_content&amp;rev=1612263883&amp;do=diff</link>
        <description>Block TCP/UDP packets by string content using iptables

On *nix we can use iptables to block packets by it&#039;s clear content or string. This won&#039;t work on encrypted connections (unless you match an exact string that repeats on the encrypted connection)</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:iptables:port_redirection&amp;rev=1595197928&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-19T22:32:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>port_redirection</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:iptables:port_redirection&amp;rev=1595197928&amp;do=diff</link>
        <description>How to redirect ports using Iptables

(It may not work depending on more iptables rules or firewalls)



Make the actual redirection from port 80 to 8080


iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080


For debugging purposes or for loopback access of this rule, you need to enable loopback redirection too
from your machine.</description>
    </item>
</rdf:RDF>
