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.

Not able to access unraid gui and smb share through zero tier network

Featured Replies

I'm trying to setup zero tier to my unraid nas.

I can ping the ip, and also access jellyfin running on the box.
But if I try to access the gui it do not respond, and I can access the smb shares through the ip either.

I read somewhere that I should add the interface to the "Include listening interfaces" but to no avail.

ztjlhtns77 matches the ip-range of my zero tier ip.

Is there something else I need to set?


firefox_ZFXPeCAlum.thumb.png.fd561671e6b30341f3d042813836dab2.png

  • Community Expert

Best bet would be using the existing container support thread/discord

 

docker support.JPG

  • Author

Thanks will try that

8 hours ago, Tommyka said:

I can ping the ip, and also access jellyfin running on the box.
But if I try to access the gui it do not respond, and I can access the smb shares through the ip either.

 

I had encountered the same problem, and I solved it that by using the iptables rule below:

 

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

 

You should change 10.147.17.0/24 to your zerotier IP segment, and replace UNRAID_IP with your unraid server ip address.

 

But this rule will be wiped out after unraid reboot, so you can add this command to /boot/config/go file. This way, every time unraid is initiated, it will run the iptables command automatically.

 

By adding the command to the /boot/config/go file, you can run the command below:

 

echo "iptables -t nat -A PREROUTING -s 10.147.17.0/24 -p tcp --dport 80 -j DNAT --to-destination UNRAID_IP:80" >> /boot/config/go

 

Edited by JackieWu

  • Author

I also found another fix.
Going back to version 6.11.5 also fixed it.

This also seamed to fix the problem that smb did not work

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.