<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>《在Linux容器中使用ZeroTier P2P VPN》的评论</title>
	<atom:link href="https://zohead.com/archives/zerotier-container/feed" rel="self" type="application/rss+xml" />
	<link>https://zohead.com/archives/zerotier-container/</link>
	<description>Uranus Zhou&#039;s Blog</description>
	<lastBuildDate>Wed, 26 Nov 2025 11:17:35 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>作者：Uranus Zhou</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-14679</link>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
		<pubDate>Fri, 24 Jun 2022 09:20:00 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-14679</guid>
		<description><![CDATA[评论被自动归到垃圾评论里了才看到，打包的 &lt;code&gt;zerotier-netcon.tar.bz2&lt;/code&gt; 也被删除了不好意思，
我看最新的 ZeroTier 代码里都没有 netcon 了，现在主要推 libzt，不确定 netcon 还能不能用，
Codeanywhere 现在也没有免费版了，容器用 Ubuntu 16.04 系统也比较老了，编译是很可能有问题的。]]></description>
		<content:encoded><![CDATA[<p>评论被自动归到垃圾评论里了才看到，打包的 <code>zerotier-netcon.tar.bz2</code> 也被删除了不好意思，<br />
我看最新的 ZeroTier 代码里都没有 netcon 了，现在主要推 libzt，不确定 netcon 还能不能用，<br />
Codeanywhere 现在也没有免费版了，容器用 Ubuntu 16.04 系统也比较老了，编译是很可能有问题的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：geyee</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-14610</link>
		<dc:creator><![CDATA[geyee]]></dc:creator>
		<pubDate>Sun, 19 Jun 2022 12:16:18 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-14610</guid>
		<description><![CDATA[你好，在Codeanywhere的ubuntu 16.04 xenial环境下 编译出现错误
(使用gcc或g++ 9.4版本)
cc1: warning: command line option ‘-Wreorder’ is valid for C++/ObjC++ but not for C
cc1: warning: command line option ‘-fno-rtti’ is valid for C++/D/ObjC++ but not for C
make-linux.mk:99: recipe for target &#039;netcon&#039; failed
make: *** [netcon] Error 1

安装clang（默认版本13）则出现
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make-linux.mk:99: recipe for target &#039;netcon&#039; failed
make: *** [netcon] Error 1
最后换成clang-3.5。sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-3.5 2 --slave /usr/bin/clang++ clang++ /usr/bin/clang++-3.5 切换链接版本
编译通过。
PS.附件zerotier-netcon.tar.bz2不可下载了。]]></description>
		<content:encoded><![CDATA[<p>你好，在Codeanywhere的ubuntu 16.04 xenial环境下 编译出现错误<br />
(使用gcc或g++ 9.4版本)<br />
cc1: warning: command line option ‘-Wreorder’ is valid for C++/ObjC++ but not for C<br />
cc1: warning: command line option ‘-fno-rtti’ is valid for C++/D/ObjC++ but not for C<br />
make-linux.mk:99: recipe for target &#8216;netcon&#8217; failed<br />
make: *** [netcon] Error 1</p>
<p>安装clang（默认版本13）则出现<br />
fatal error: too many errors emitted, stopping now [-ferror-limit=]<br />
20 errors generated.<br />
make-linux.mk:99: recipe for target &#8216;netcon&#8217; failed<br />
make: *** [netcon] Error 1<br />
最后换成clang-3.5。sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-3.5 2 --slave /usr/bin/clang++ clang++ /usr/bin/clang++-3.5 切换链接版本<br />
编译通过。<br />
PS.附件zerotier-netcon.tar.bz2不可下载了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Uranus Zhou</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-4282</link>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
		<pubDate>Mon, 26 Jun 2017 11:08:23 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-4282</guid>
		<description><![CDATA[对于要在 Docker 里访问 ZeroTier 虚拟网络的普通用户来说是比较麻烦咯，可能为了方便其它开发者来用吧。
其实也可以写程序用新 SDK，不行的话也可以先用老版本了。]]></description>
		<content:encoded><![CDATA[<p>对于要在 Docker 里访问 ZeroTier 虚拟网络的普通用户来说是比较麻烦咯，可能为了方便其它开发者来用吧。<br />
其实也可以写程序用新 SDK，不行的话也可以先用老版本了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Senra</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-4281</link>
		<dc:creator><![CDATA[Senra]]></dc:creator>
		<pubDate>Mon, 26 Jun 2017 10:38:35 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-4281</guid>
		<description><![CDATA[官方doc里关于如何在docker中运行都是给权限启用tun设备了……也不知道这算是进步还是倒退]]></description>
		<content:encoded><![CDATA[<p>官方doc里关于如何在docker中运行都是给权限启用tun设备了……也不知道这算是进步还是倒退</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Uranus Zhou</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-4280</link>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
		<pubDate>Mon, 26 Jun 2017 10:11:23 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-4280</guid>
		<description><![CDATA[现在是改成 libzt 库了，提供了各种编程语言的 SDK，方便其它程序根据需要访问 ZeroTier 网络。
好像没有提供像老的 Network Containers 模式那样的直接 wrapper 就能用的库了。]]></description>
		<content:encoded><![CDATA[<p>现在是改成 libzt 库了，提供了各种编程语言的 SDK，方便其它程序根据需要访问 ZeroTier 网络。<br />
好像没有提供像老的 Network Containers 模式那样的直接 wrapper 就能用的库了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Senra</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-4277</link>
		<dc:creator><![CDATA[Senra]]></dc:creator>
		<pubDate>Mon, 26 Jun 2017 09:32:54 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-4277</guid>
		<description><![CDATA[最新的ZeroTier SDK又改成libzt了……完全不知道该怎么用了，博主你有研究么]]></description>
		<content:encoded><![CDATA[<p>最新的ZeroTier SDK又改成libzt了……完全不知道该怎么用了，博主你有研究么</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Uranus Zhou</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-3211</link>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
		<pubDate>Tue, 25 Apr 2017 13:42:44 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-3211</guid>
		<description><![CDATA[zerotier-cli 命令的输出信息呢？可以看看连接状态。
一般要到 ZeroTier 网站控制面板允许容器节点，IP 地址也可以在控制面板里指定。]]></description>
		<content:encoded><![CDATA[<p>zerotier-cli 命令的输出信息呢？可以看看连接状态。<br />
一般要到 ZeroTier 网站控制面板允许容器节点，IP 地址也可以在控制面板里指定。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：YOURFANS</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-3208</link>
		<dc:creator><![CDATA[YOURFANS]]></dc:creator>
		<pubDate>Tue, 25 Apr 2017 09:53:05 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-3208</guid>
		<description><![CDATA[我用/var/lib/zerotier-one/zerotier-cli listnetworks 后，没出现分配的IP，是那里出错了吗？]]></description>
		<content:encoded><![CDATA[<p>我用/var/lib/zerotier-one/zerotier-cli listnetworks 后，没出现分配的IP，是那里出错了吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Uranus Zhou</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-3052</link>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
		<pubDate>Mon, 10 Apr 2017 05:39:23 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-3052</guid>
		<description><![CDATA[这个就是 codeanywhere 免费版本的限制哦，想保持运行就要付费了；
我的 QQ：397270153]]></description>
		<content:encoded><![CDATA[<p>这个就是 codeanywhere 免费版本的限制哦，想保持运行就要付费了；<br />
我的 QQ：397270153</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：YOURFANS</title>
		<link>https://zohead.com/archives/zerotier-container/#comment-3051</link>
		<dc:creator><![CDATA[YOURFANS]]></dc:creator>
		<pubDate>Mon, 10 Apr 2017 04:22:32 +0000</pubDate>
		<guid isPermaLink="false">https://zohead.com/?p=1266#comment-3051</guid>
		<description><![CDATA[codeanywhere的虚拟机过一段时间会自动关闭，有什么办法让它一直运行吗？]]></description>
		<content:encoded><![CDATA[<p>codeanywhere的虚拟机过一段时间会自动关闭，有什么办法让它一直运行吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
