<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zerotier &#8211; 老丁的博客</title>
	<atom:link href="https://www.laoding.me/archives/tag/zerotier/feed" rel="self" type="application/rss+xml" />
	<link>https://www.laoding.me</link>
	<description></description>
	<lastBuildDate>Fri, 27 Mar 2026 11:54:03 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://public-123.oss-cn-guangzhou.aliyuncs.com/2024/09/cropped-图片_20240927133356-768x768-1-32x32.jpg</url>
	<title>Zerotier &#8211; 老丁的博客</title>
	<link>https://www.laoding.me</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Zerotier一些常用的命令</title>
		<link>https://www.laoding.me/archives/763</link>
					<comments>https://www.laoding.me/archives/763#respond</comments>
		
		<dc:creator><![CDATA[laoding]]></dc:creator>
		<pubDate>Thu, 17 Oct 2024 06:17:12 +0000</pubDate>
				<category><![CDATA[办公网络]]></category>
		<category><![CDATA[Zerotier]]></category>
		<category><![CDATA[异地组网]]></category>
		<guid isPermaLink="false">https://www.laoding.me/?p=763</guid>

					<description><![CDATA[1.安装 curl -s https://install.zerotier.com &#124; sudo bash 2 [&#8230;]]]></description>
										<content:encoded><![CDATA[<h3>1.安装</h3>
<pre class="code">curl -s https://install.zerotier.com | sudo bash</pre>
<h3>2.加入网络</h3>
<pre class="code">sudo zerotier-cli <span class="hljs-built_in">join</span> &lt;network_id&gt;</pre>
<h3>3.查看状态</h3>
<pre class="code">sudo zerotier-cli status</pre>
<pre class="code">zerotier-cli listnetworks</pre>
<h3>4.离开网络</h3>
<pre class="code">sudo zerotier-cli leave &lt;network_id&gt;</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://www.laoding.me/archives/763/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>群晖NAS安装Zieotier后的一些命令</title>
		<link>https://www.laoding.me/archives/657</link>
					<comments>https://www.laoding.me/archives/657#respond</comments>
		
		<dc:creator><![CDATA[laoding]]></dc:creator>
		<pubDate>Sun, 06 Oct 2024 07:51:11 +0000</pubDate>
				<category><![CDATA[办公网络]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Zerotier]]></category>
		<category><![CDATA[异地组网]]></category>
		<category><![CDATA[群晖]]></category>
		<guid isPermaLink="false">https://www.laoding.me/?p=657</guid>

					<description><![CDATA[1、开启root运行权限 sudo sed -i 's/package/root/g' /var/packag [&#8230;]]]></description>
										<content:encoded><![CDATA[<h3>1、开启root运行权限</h3>
<pre class="code">sudo sed -i 's/package/root/g' /var/packages/zerotier/conf/privilege</pre>
<h3>2、加入组网网络</h3>
<pre class="code">cd /var/packages/zerotier/target/bin</pre>
<p>3、组网管理面板删除后重新加入网络</p>
<ul>
<li>获取zieotire的身份ID</li>
</ul>
<pre class="code">cut -d':' -f1 /var/packages/zerotier/var/identity.public</pre>
<p><img decoding="async" class="alignnone size-full wp-image-658" src="http://public-123.oss-cn-guangzhou.aliyuncs.com/2024/10/20241006074906102.jpg" alt="" width="594" height="33" /></p>
<ul>
<li>重新加入网络</li>
</ul>
<pre class="code">sudo -i
cd /var/packages/zerotier/target/bin
./zerotier-one -q join xxxxxx</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://www.laoding.me/archives/657/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Openwrt软路由如何修改软件应用页面</title>
		<link>https://www.laoding.me/archives/655</link>
					<comments>https://www.laoding.me/archives/655#respond</comments>
		
		<dc:creator><![CDATA[laoding]]></dc:creator>
		<pubDate>Fri, 04 Oct 2024 09:43:07 +0000</pubDate>
				<category><![CDATA[办公网络]]></category>
		<category><![CDATA[openwrt]]></category>
		<category><![CDATA[Zerotier]]></category>
		<guid isPermaLink="false">https://www.laoding.me/?p=655</guid>

					<description><![CDATA[以Zieotier为例 1.进行/www/luci-static/resources/view/zerotie [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>以Zieotier为例</p>
<p>1.进行/www/luci-static/resources/view/zerotier/</p>
<pre class="code"> cd /www/luci-static/resources/view/zerotier/</pre>
<p>2.修改文件&#8221;/www/luci-static/resources/view/zerotier/base.js&#8221;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.laoding.me/archives/655/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
