<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>N2n on Margrop Blog</title>
    <link>https://blog.margrop.net/en/tag/n2n/</link>
    <description>Recent content in N2n on Margrop Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Sun, 06 Feb 2022 19:50:38 +0800</lastBuildDate>
    <atom:link href="https://blog.margrop.net/en/tag/n2n/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Auto-Add N2N Route Table on CentOS 7 Boot</title>
      <link>https://blog.margrop.net/en/post/centos7-auto-add-route-table-for-n2n-edge/</link>
      <pubDate>Sun, 06 Feb 2022 19:50:38 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/centos7-auto-add-route-table-for-n2n-edge/</guid>
      <description>&lt;h1 id=&#34;1-edit-the-systemctl-auto-start-file&#34;&gt;1. Edit the &lt;code&gt;systemctl&lt;/code&gt; Auto-Start File&lt;/h1&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vim /etc/systemd/system/n2route.service&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>How to run N2N using Windows-Run</title>
      <link>https://blog.margrop.net/en/post/how-to-use-n2n-windows-edge/</link>
      <pubDate>Fri, 29 Jan 2021 13:43:19 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/how-to-use-n2n-windows-edge/</guid>
      <description>Here I only talk about how to run the N2N client edge. In fact, it is easier to run the supernode, so I won’t repeat it here.&#xA;Download and unzip N2N Contains edge, supernode, openssl链接库 (necessary for n2n operation), tap-windows安装包 (necessary for n2n operation, Win7&amp;amp;Win10)&#xA;Install Tap-Windows Depending on your platform, select the installation file of Win10 or Win7 and use 一路回车法 to install it. Trial run edge service The following takes the decompression path as D:\TOOLS\ as an example.</description>
    </item>
    <item>
      <title>How to Run N2N on CentOS 7 — Edge Edition</title>
      <link>https://blog.margrop.net/en/post/how-to-use-n2n-centos-edge/</link>
      <pubDate>Sat, 16 Jan 2021 14:00:18 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/how-to-use-n2n-centos-edge/</guid>
      <description>&lt;p&gt;&lt;code&gt;边缘节点（node）&lt;/code&gt;：The node that will become part of the virtual network.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to run N2N-compilation using Windows</title>
      <link>https://blog.margrop.net/en/post/how-to-use-n2n-windows-compile/</link>
      <pubDate>Fri, 15 Jan 2021 14:26:49 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/how-to-use-n2n-windows-compile/</guid>
      <description>According to Building说明 of N2N官方网站, the software required for Windows compilation is Visual Studio,Cmake,OpenSSL。&#xA;I got a headache when I saw Visual Studio. This software is very difficult to install. So I chose cross-compilation, that is, using the Linux environment to compile Windows exe and dll files.&#xA;#Compiled files&#xA;Compilation environment:&#xA;Contains edge, supernode, openssl链接库 (necessary for n2n operation), tap-windows安装包 (necessary for n2n operation, Win7&amp;amp;Win10)&#xA;Prepare the compilation environment Use yum to install necessary software, the following is the author&amp;rsquo;s reference document wget https://download.</description>
    </item>
    <item>
      <title>How to Run N2N on Synology (DSM) - Compilation Guide</title>
      <link>https://blog.margrop.net/en/post/how-to-use-n2n-dsm/</link>
      <pubDate>Fri, 15 Jan 2021 13:18:07 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/how-to-use-n2n-dsm/</guid>
      <description>&lt;p&gt;Synology (abbreviated as &lt;code&gt;DSM&lt;/code&gt; below) is currently the most famous &lt;code&gt;NAS&lt;/code&gt; system, bar none.&#xA;How to run &lt;code&gt;N2N&lt;/code&gt; directly on &lt;code&gt;DSM&lt;/code&gt;? Of course, cross-compilation is needed again 😂.&#xA;The following cross-compilation operations require a basic understanding of &lt;code&gt;Linux&lt;/code&gt; and proficiency in &lt;code&gt;vim&lt;/code&gt; operations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to use CentOS 7 to run N2N—supernode</title>
      <link>https://blog.margrop.net/en/post/how-to-use-n2n-centos-supernode/</link>
      <pubDate>Fri, 15 Jan 2021 09:15:03 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/how-to-use-n2n-centos-supernode/</guid>
      <description>超级节点（supernode）: It allows edge nodes to announce and discover other nodes. It must have a port that is publicly accessible on the Internet.&#xA;First review the basic elements of n2n n2n is a lightweight VPN software that makes it easy to create virtual networks that bypass intervening firewalls. In order to start using n2n, two elements are required:&#xA;一个超级节点（supernode）: It allows edge nodes to announce and discover other nodes. It must have a port that is publicly accessible on the Internet.</description>
    </item>
    <item>
      <title>How to Run N2N on CentOS 7 — Compilation Guide</title>
      <link>https://blog.margrop.net/en/post/how-to-use-n2n-centos-compile/</link>
      <pubDate>Thu, 14 Jan 2021 14:26:49 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/how-to-use-n2n-centos-compile/</guid>
      <description>&lt;p&gt;If you are interested in the complete compilation process, you can browse at your leisure. Of course, you can also directly download the pre-compiled files.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is N2N?</title>
      <link>https://blog.margrop.net/en/post/what-is-n2n/</link>
      <pubDate>Wed, 13 Jan 2021 16:27:39 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/what-is-n2n/</guid>
      <description>N2N is an open source P2P encryption networking tool&#xA;The open source project address is: https://github.com/ntop/n2n&#xA;The latest version is 2.8-stable&#xA;The following introduction comes from the official website&#xA;n2n is a lightweight VPN software that makes it easy to create virtual networks that bypass intervening firewalls. In order to start using n2n, two elements are required:&#xA;一个超级节点（supernode）: It allows edge nodes to announce and discover other nodes. It must have a port that is publicly accessible on the Internet.</description>
    </item>
  </channel>
</rss>
