<?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:misc</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-04-30T07:07:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:ipforwarding&amp;rev=1581075052&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:networking_install&amp;rev=1647547898&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:rpi_pc_serial&amp;rev=1589835083&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:switch_back2_interfaces&amp;rev=1613593248&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:misc:ipforwarding&amp;rev=1581075052&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-07T11:30:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ipforwarding</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:ipforwarding&amp;rev=1581075052&amp;do=diff</link>
        <description>Enable/disable ip forwarding

Ip Forwarding is needed when your server acts as an access point or to route traffic from one network to another.


echo 1 &gt; /proc/sys/net/ipv4/ip_forward
echo 0 &gt; /proc/sys/net/ipv4/ip_forward</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:networking_install&amp;rev=1647547898&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-03-17T20:11:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>networking_install</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:networking_install&amp;rev=1647547898&amp;do=diff</link>
        <description>Install ifupdown for &quot;networking&quot; service instead of network-manager or any other

We just have to install “ifupdown” and configure our thing


apt install ifupdown -y</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:rpi_pc_serial&amp;rev=1589835083&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-05-18T20:51:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rpi_pc_serial</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:rpi_pc_serial&amp;rev=1589835083&amp;do=diff</link>
        <description>Connect a Computer with Raspberry Pi over IP using a USB serial line



Ever wandered you can connect 2 computers over a simple serial line to use the IP protocol?


This is how the whole internet works, basically, but in your small setup :)

In our example, the</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:switch_back2_interfaces&amp;rev=1613593248&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-17T20:20:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>switch_back2_interfaces</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:misc:switch_back2_interfaces&amp;rev=1613593248&amp;do=diff</link>
        <description>Disable netplan on Ubuntu to switch back to network iterfaces /etc/network/interfaces



Install the package for the interfaces. Configure your stuff at /etc/network/interfaces


apt install ifupdown


Start the networking service


ifdown --force enp0s3 lo &amp;&amp; ifup -a
systemctl unmask networking
systemctl enable networking
systemctl restart networking</description>
    </item>
</rdf:RDF>
