<?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:relays</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-04T14:06:18+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:relays:socat_usage&amp;rev=1652797633&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:relays:vpn_wireguard_vps&amp;rev=1688086966&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:relays:socat_usage&amp;rev=1652797633&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-05-17T14:27:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>socat_usage</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:relays:socat_usage&amp;rev=1652797633&amp;do=diff</link>
        <description>Curated practical uses for socat, a whole TCP/UDP/UNIXSOCK relay tool




1. Connect a remote mysql UNIX socket to the localhost


# 192.168.100.5 =&gt; remote mysql server
# anyIPreachable =&gt; your host

# first, on remote server, run
socat TCP-LISTEN:3307,reuseaddr,fork UNIX-CONNECT:/var/lib/mysql/mysql.sock &amp;

# optionally, on your localhost, run an ssh tunnel
# (to add encryption to the communication)
ssh -L 3307:127.0.0.1:3307 192.168.100.5

# then on your localhost, run this:
# (use 127.0.0.1 …</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:relays:vpn_wireguard_vps&amp;rev=1688086966&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-06-30T01:02:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vpn_wireguard_vps</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:net:relays:vpn_wireguard_vps&amp;rev=1688086966&amp;do=diff</link>
        <description>Configurar un servidor VPN Wireguard en tu VPS para dirigir tráfico de internet a tu red local (incluso con CG NAT)



En este tutorial aprenderás a conectar tu red local (principalmente, un PC) con una computadora en otro lugar (en este caso un VPS o algún servidor Cloud). Así, podremos enrutar tráfico de ENTRADA y SALIDA a tu red local desde internet, y preservar las IPs originales de la conexión, teniendo el servidor VPN como firewall o gateway.</description>
    </item>
</rdf:RDF>
