Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

更新到6.12.3后,zerotier外网能打开webGUi,但无法登录

Featured Replies

这个版本是不是对外网使用增加了很多新的安全限制?一开始zerotier可以连接上,docker也能通过zerotier连,就是打不开webGUI,后来找了英文的帖子,才解决(网络设置的Interface Extra,把zerotier网段对应的网关那一串字符填到Include listening interfaces的监听接口,然后应用)。可以通过zerotier的IP访问webGUI,但填了用户名和密码点登录没反应。

开v6后webui还崩吗

  • 2 weeks later...
On 7/11/2023 at 4:46 PM, VinceTsang said:

这个版本是不是对外网使用增加了很多新的安全限制?一开始zerotier可以连接上,docker也能通过zerotier连,就是打不开webGUI,后来找了英文的帖子,才解决(网络设置的Interface Extra,把zerotier网段对应的网关那一串字符填到Include listening interfaces的监听接口,然后应用)。可以通过zerotier的IP访问webGUI,但填了用户名和密码点登录没反应。

你好,zerotier网段对应的网关那一串字符是哪个呢,你解决了吗,我也是这个问题。

  • 1 month later...

把zerotier网段写进去就可以了比如。unraid在zerotier的ip:172.23.23.10。就在Ininclude监听接口可以填入172.23.23.1/24

1 hour ago, 171268332 said:

把zerotier网段写进去就可以了比如。unraid在zerotier的ip:172.23.23.10。就在Ininclude监听接口可以填入172.23.23.1/24

 

正解,设置监听接口即可(设置 - 网络设置 - 额外接口):Snipaste_2023-09-05_19-19-07.thumb.png.bd181d6549f37c3d8eb5e9cf2746a5a2.png

 

另一个方法是使用 iptables 规则,我之前帮别人解决 Zerotier 可以 SSH 但无法打开 WebUI 时候使用的方法(实际上也是由于没有监听对应的接口造成):

 

iptables -t nat -A PREROUTING -s 10.147.17.0/24 -p tcp --dport 80 -j DNAT --to-destination 192.168.31.123:80

 

将 10.147.17.0/24 替换成你的 zerotier 网段,192.168.31.123:80 改成你的 unRAID IP 地址。此规则会在 unRAID 重启后消失,因此你可以将此命令以追加的形式写入 /boot/config/go 文件中来实现开机运行。

 

此方法不如上面的设置监听端口来的方便,但可以作为另一个手段去排查问题。

Edited by JackieWu

  • 1 year later...

我是使用域名+端口的形式,现在也是访问不到了 ,请问 这种如何解决

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.