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.

Tucubanito07

Members
  • Joined

  • Last visited

Everything posted by Tucubanito07

  1. I have one cache pool already in xfs. Should I be okay if I copy all the files from btrfs to that XFS cache pool and then change the shares to the new XFS drive? or is it better to use directory?
  2. Hey @JorgeB thank you for your prompt response. Do you happen to know the best way to back up that drive and reformat it to xfs and not btrfs? I keep having issues with btrfs and want to see if maybe xfs is better. I tried to follow this but I keep getting this. root@Tower:~# btrfs restore -v /dev/sdg1 /mnt/disk1/restore/ ERROR: /dev/sdg1 is currently mounted, cannot continue
  3. Hello All, I am running into an issue and don't know why. Everything was working fine and all of a sudden now my docker service won't start. I have ran this command below "btrfs rescue zero-log /dev/sdg1" and seems to fix the issue and then it stops again. I have uploaded the logs. Any help is greatly appreciated it. Thank you. tower-diagnostics-20260223-0712.zip
  4. Very sad to see. My condolences to his family.
  5. They are working on this as we speak. On the Unraid Cast YouTube channel " Unraid’s 20th Anniversary Live Online Event " the CEO talked about this on their questions and swears live stream and they are actively working on this. Hopefully soon you will be able to do this.
  6. Can the Unraid developer come up with an easier way to setup networking in Unraid. An easier way to expose the containers to a physical network and then from the network to be able to control the traffic outside of Unraid.
  7. I agree. This is way to complicated for just getting all the containers on the physical network vlan 60 and then proxy from there. Thank you for all your insight and help on this.
  8. root@Tower:~# docker network ls NETWORK ID NAME DRIVER SCOPE 4f62636e657b bridge bridge local 9789e862fdbc eth0 macvlan local 54fd9caf8252 eth3.60 macvlan local 89a4970b4075 host host local 0d26ff397067 none null local a156e7716f54 proxy-network bridge local root@Tower:~# ip route default via 10.10.1.1 dev eth0 metric 1009 10.10.1.0/24 dev vhost0 proto kernel scope link src 10.10.1.43 10.10.1.0/24 dev eth0 proto kernel scope link src 10.10.1.43 metric 1009 10.10.1.50 dev wg0 scope link 10.10.50.0/28 dev eth2 proto dhcp scope link src 10.10.50.11 metric 1011 10.10.60.0/26 dev eth3 proto dhcp scope link src 10.10.60.10 metric 1010 10.10.60.0/24 dev vhost3.60 proto kernel scope link src 10.10.60.5 10.10.60.0/24 dev eth3.60 proto kernel scope link src 10.10.60.5 metric 1012 10.10.80.0/24 dev eth1 proto kernel scope link src 10.10.80.4 metric 1010 10.253.0.2 dev wg0 scope link 10.253.0.3 dev wg0 scope link 10.253.0.4 dev wg0 scope link 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 172.18.0.0/16 dev br-a156e7716f54 proto kernel scope link src 172.18.0.1 172.20.0.0/16 dev br-afd014fe03db proto kernel scope link src 172.20.0.1 linkdown root@Tower:~# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: tunl0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000 link/ipip 0.0.0.0 brd 0.0.0.0 7: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 48:f1:7f:9f:ff:8d brd ff:ff:ff:ff:ff:ff 8: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 70:85:c2:bf:38:06 brd ff:ff:ff:ff:ff:ff inet 10.10.1.43/24 metric 1009 scope global eth0 valid_lft forever preferred_lft forever 9: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 70:85:c2:bf:38:08 brd ff:ff:ff:ff:ff:ff inet 10.10.80.4/24 metric 1010 scope global eth1 valid_lft forever preferred_lft forever 10: eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether a0:36:9f:89:2c:5c brd ff:ff:ff:ff:ff:ff inet 10.10.60.10/26 brd 10.10.60.63 scope global dynamic noprefixroute eth3 valid_lft 85547sec preferred_lft 74747sec 11: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether a0:36:9f:89:2c:5e brd ff:ff:ff:ff:ff:ff inet 10.10.50.11/28 brd 10.10.50.15 scope global dynamic noprefixroute eth2 valid_lft 65240sec preferred_lft 54440sec 12: vhost0@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq state UP group default qlen 500 link/ether 02:e1:d6:c9:90:76 brd ff:ff:ff:ff:ff:ff inet 10.10.1.43/24 scope global vhost0 valid_lft forever preferred_lft forever 13: vhost1@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq state UP group default qlen 500 link/ether 02:31:e6:8a:b7:d7 brd ff:ff:ff:ff:ff:ff 14: vhost2@eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq state UP group default qlen 500 link/ether 02:36:b6:e0:a5:57 brd ff:ff:ff:ff:ff:ff 16: wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN group default qlen 1000 link/none inet 10.253.0.1/32 scope global wg0 valid_lft forever preferred_lft forever 18: br-afd014fe03db: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default link/ether 02:42:c5:ce:67:66 brd ff:ff:ff:ff:ff:ff inet 172.20.0.1/16 brd 172.20.255.255 scope global br-afd014fe03db valid_lft forever preferred_lft forever inet6 fe80::42:c5ff:fece:6766/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 85: br-a156e7716f54: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default link/ether 02:42:ca:d9:2e:dd brd ff:ff:ff:ff:ff:ff inet 172.18.0.1/16 brd 172.18.255.255 scope global br-a156e7716f54 valid_lft forever preferred_lft forever inet6 fe80::42:caff:fed9:2edd/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 298: eth3.60@eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether a0:36:9f:89:2c:5c brd ff:ff:ff:ff:ff:ff inet 10.10.60.5/24 metric 1012 scope global eth3.60 valid_lft forever preferred_lft forever 299: vhost3@eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq state UP group default qlen 500 link/ether 02:f1:c8:8c:fb:23 brd ff:ff:ff:ff:ff:ff 300: [email protected]: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq state UP group default qlen 500 link/ether 02:f1:c8:8c:fb:23 brd ff:ff:ff:ff:ff:ff inet 10.10.60.5/24 scope global vhost3.60 valid_lft forever preferred_lft forever 301: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default link/ether 02:42:69:a9:fb:7e brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 valid_lft forever preferred_lft forever 305: veth9663fdd@if304: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 56:2f:a0:f9:f7:e1 brd ff:ff:ff:ff:ff:ff link-netnsid 1 inet6 fe80::542f:a0ff:fef9:f7e1/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 307: veth1d536b0@if306: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether a2:c0:13:1c:5e:ae brd ff:ff:ff:ff:ff:ff link-netnsid 2 inet6 fe80::a0c0:13ff:fe1c:5eae/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 310: veth2dfe967@if309: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 8e:86:0a:89:96:fe brd ff:ff:ff:ff:ff:ff link-netnsid 4 inet6 fe80::8c86:aff:fe89:96fe/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 312: vethdc0d864@if311: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 7e:dc:17:1d:05:e8 brd ff:ff:ff:ff:ff:ff link-netnsid 5 inet6 fe80::7cdc:17ff:fe1d:5e8/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 314: veth572c057@if313: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 4a:f2:c6:a6:5f:9e brd ff:ff:ff:ff:ff:ff link-netnsid 6 inet6 fe80::48f2:c6ff:fea6:5f9e/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 319: veth9f5a927@if318: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 5e:3b:c4:ff:c1:eb brd ff:ff:ff:ff:ff:ff link-netnsid 9 inet6 fe80::5c3b:c4ff:feff:c1eb/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 321: veth580a9a7@if320: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 8e:f6:44:10:58:0b brd ff:ff:ff:ff:ff:ff link-netnsid 10 inet6 fe80::8cf6:44ff:fe10:580b/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 323: veth935dd38@if322: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 26:4a:25:65:6f:45 brd ff:ff:ff:ff:ff:ff link-netnsid 11 inet6 fe80::244a:25ff:fe65:6f45/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 325: veth698f40f@if324: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether da:14:a6:bf:93:c8 brd ff:ff:ff:ff:ff:ff link-netnsid 12 inet6 fe80::d814:a6ff:febf:93c8/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 327: vethe541498@if326: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether f6:44:54:b7:1f:ba brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet6 fe80::f444:54ff:feb7:1fba/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 329: veth7d24461@if328: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 42:2a:48:f3:d0:6e brd ff:ff:ff:ff:ff:ff link-netnsid 13 inet6 fe80::402a:48ff:fef3:d06e/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 331: vethc5e33fc@if330: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether f2:4e:12:62:47:54 brd ff:ff:ff:ff:ff:ff link-netnsid 14 inet6 fe80::f04e:12ff:fe62:4754/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 333: veth382ab97@if332: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 7e:70:1c:17:c7:4a brd ff:ff:ff:ff:ff:ff link-netnsid 15 inet6 fe80::7c70:1cff:fe17:c74a/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 335: vethcd679a1@if334: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 1a:b8:be:87:30:c4 brd ff:ff:ff:ff:ff:ff link-netnsid 16 inet6 fe80::18b8:beff:fe87:30c4/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 337: veth89a714c@if336: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 2a:c4:4d:98:c6:8a brd ff:ff:ff:ff:ff:ff link-netnsid 17 inet6 fe80::28c4:4dff:fe98:c68a/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 339: vethc8ad13f@if338: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether aa:96:f2:2c:d2:3a brd ff:ff:ff:ff:ff:ff link-netnsid 18 inet6 fe80::a896:f2ff:fe2c:d23a/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 341: veth4bd24ad@if340: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 26:07:50:dd:af:6d brd ff:ff:ff:ff:ff:ff link-netnsid 19 inet6 fe80::2407:50ff:fedd:af6d/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 343: veth58ed346@if342: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 2e:a2:bc:b3:ea:89 brd ff:ff:ff:ff:ff:ff link-netnsid 20 inet6 fe80::2ca2:bcff:feb3:ea89/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 345: veth4abbbcb@if344: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether ce:93:24:d2:c8:ad brd ff:ff:ff:ff:ff:ff link-netnsid 21 inet6 fe80::cc93:24ff:fed2:c8ad/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 347: veth3726035@if346: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether 32:cd:a6:50:5c:f5 brd ff:ff:ff:ff:ff:ff link-netnsid 22 inet6 fe80::30cd:a6ff:fe50:5cf5/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 349: veth8bdd5e6@if348: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-a156e7716f54 state UP group default link/ether de:b4:2d:f2:52:b8 brd ff:ff:ff:ff:ff:ff link-netnsid 23 inet6 fe80::dcb4:2dff:fef2:52b8/64 scope link proto kernel_ll valid_lft forever preferred_lft forever
  9. root@Tower:~# docker network inspect vlan60_macvlan [] Error response from daemon: network vlan60_macvlan not found
  10. So when NPM is on the network. I click on the container and open console. In the console of the container I ping Jellyfin on 10.10.60.3 it is reachable. Now, I am not able to get into NPM because when I try to open the webui it goes to the unraid main ip 10.10.1.43 and I close it and then the NPM 10.10.60.2 opens but the username and password load and can't get it.
  11. NPM goes back to not working again. app ] [6/1/2025] [12:54:12 PM] [IP Ranges] › ℹ info Fetching https://ip-ranges.amazonaws.com/ip-ranges.json [app ] [6/1/2025] [12:54:17 PM] [IP Ranges] › ✖ error getaddrinfo EAI_AGAIN ip-ranges.amazonaws.com [app ] [6/1/2025] [12:54:17 PM] [SSL ] › ℹ info Let's Encrypt Renewal Timer initialized
  12. I now see this.
  13. If I add the Vlan 60 in unraid it get again the 169.254 ip address.
  14. root@Tower:~# ip route default via 10.10.1.1 dev eth0 metric 1009 default via 10.10.60.1 dev eth3 proto dhcp src 10.10.60.10 metric 1010 10.10.1.0/24 dev eth0 proto kernel scope link src 10.10.1.43 metric 1009 10.10.1.50 dev wg0 scope link 10.10.50.0/28 dev eth2 proto dhcp scope link src 10.10.50.11 metric 1011 10.10.60.0/26 dev eth3 proto dhcp scope link src 10.10.60.10 metric 1010 10.10.80.0/24 dev eth1 proto kernel scope link src 10.10.80.4 metric 1010 10.253.0.2 dev wg0 scope link 10.253.0.3 dev wg0 scope link 10.253.0.4 dev wg0 scope link 172.18.0.0/16 dev br-a156e7716f54 proto kernel scope link src 172.18.0.1 linkdown 172.20.0.0/16 dev br-afd014fe03db proto kernel scope link src 172.20.0.1 linkdown root@Tower:~# docker network ls NETWORK ID NAME DRIVER SCOPE 36d755fbde00 bridge bridge local 8f758b8ca5d2 eth0 macvlan local 1f4c213508b7 eth3 macvlan local 89a4970b4075 host host local 0d26ff397067 none null local a156e7716f54 proxy-network bridge local
  15. On this picture you can see that the network 10.10.60.1 on the network settings shows the gateway.
  16. This is what is in when I do IP A. ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: tunl0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000 link/ipip 0.0.0.0 brd 0.0.0.0 7: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 48:f1:7f:9f:ff:8d brd ff:ff:ff:ff:ff:ff 8: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 70:85:c2:bf:38:06 brd ff:ff:ff:ff:ff:ff inet 10.10.1.43/24 metric 1009 scope global eth0 valid_lft forever preferred_lft forever 9: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 70:85:c2:bf:38:08 brd ff:ff:ff:ff:ff:ff inet 10.10.80.4/24 metric 1010 scope global eth1 valid_lft forever preferred_lft forever 10: eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether a0:36:9f:89:2c:5c brd ff:ff:ff:ff:ff:ff inet 10.10.60.10/26 brd 10.10.60.63 scope global dynamic noprefixroute eth3 valid_lft 73639sec preferred_lft 62839sec 11: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether a0:36:9f:89:2c:5e brd ff:ff:ff:ff:ff:ff inet 10.10.50.11/28 brd 10.10.50.15 scope global dynamic noprefixroute eth2 valid_lft 66699sec preferred_lft 55899sec 12: vhost0@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq state UP group default qlen 500 link/ether 02:e1:d6:c9:90:76 brd ff:ff:ff:ff:ff:ff 13: vhost1@eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq state UP group default qlen 500 link/ether 02:31:e6:8a:b7:d7 brd ff:ff:ff:ff:ff:ff 14: vhost2@eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq state UP group default qlen 500 link/ether 02:36:b6:e0:a5:57 brd ff:ff:ff:ff:ff:ff 16: wg0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN group default qlen 1000 link/none inet 10.253.0.1/32 scope global wg0 valid_lft forever preferred_lft forever 18: br-afd014fe03db: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default link/ether 02:42:c5:ce:67:66 brd ff:ff:ff:ff:ff:ff inet 172.20.0.1/16 brd 172.20.255.255 scope global br-afd014fe03db valid_lft forever preferred_lft forever inet6 fe80::42:c5ff:fece:6766/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 85: br-a156e7716f54: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default link/ether 02:42:ca:d9:2e:dd brd ff:ff:ff:ff:ff:ff inet 172.18.0.1/16 brd 172.18.255.255 scope global br-a156e7716f54 valid_lft forever preferred_lft forever inet6 fe80::42:caff:fed9:2edd/64 scope link proto kernel_ll valid_lft forever preferred_lft forever 192: vhost3@eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq state UP group default qlen 500 link/ether 02:f1:c8:8c:fb:23 brd ff:ff:ff:ff:ff:ff
  17. I have port 5 on Vlan 60
  18. What do you mean by this. I don’t know what you mean. you would need to designate a unfi port and allow the PC device to connect to the vlan at the unif level an give the machine a second ip to talk to teh vlan 60 subnet...
  19. I removed the network configuration like you said and took off bond and bridge for interfaces. Now, when I open NPM container and Jellyfin again by going to their new ip address, I can get to the containers. But when I setup the correct IP address in NPM and also on Unifi port forwarding, it does not forward the traffic to the container on the same network. When I switch back to my proxy network in unraid ip network 172.18.x.x and I change the port forwarding in unraid to forward to NPM, then it works. But on the 10.10.60.x network in unifi it does not. This is so annoying. I know what I am doing network wise and still nothing. GGRRR
  20. Do we even need Bridge mode? Can we just take off br3 and leave it at eth3?
  21. This is what I got from the logs. cat /tmp/setup-br3.60.log === Setting static IP for br3.60 === Sat May 31 21:51:53 EDT 2025 RTNETLINK answers: File exists Route may already exist. === Done setting br3.60 === ip route | grep br3.60 default dev br3.60 scope link src 169.254.3.7 metric 1001018 10.10.60.0/26 dev br3.60 proto kernel scope link src 10.10.60.2 10.10.60.0/26 dev shim-br3.60 proto kernel scope link src 10.10.60.2 169.254.0.0/16 dev br3.60 scope link src 169.254.3.7 metric 1018
  22. Do we even need to tell unraid that vlan 60 and not just pass BR3 to the container? would that be easier? Thank you for all your help on this. I have learned a lot so far. I really appreciate you.
  23. I followed everything you placed on the earlier message.

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.