June 1, 20251 yr Author 3 minutes ago, bmartino1 said:perfect this tells me that you have a unraid docker network that is using and on vlan 60Assuming you ran:docker network create -d macvlan \--subnet=10.10.60.0/26 \--gateway=10.10.60.1 \-o parent=br3.60 \--ip-range=10.10.60.32/27 \vlan60_macvlanNow its on to editing the dockers tempalte to the new docker network in the drop-down list.Please edit npm and select custom vlan60_maclanyou will need to set a ip statical here as wellyou will need to set the same for jellyfinI am still seeing this. I don't believe is going to work just yet. 169.254.0.0. Should I have both checked mark or just the br3.60? Edited June 1, 20251 yr by Tucubanito07
June 1, 20251 yr Community Expert 7 minutes ago, Tucubanito07 said:I am still seeing this. I don't believe is going to work just yet. 169.254.0.0. Should I have both checked mark or just the br3.60?In truth I don't see how you have br3 and how it was created.We may need to remove teh br3 interface/ and/or eidt the subnets IP and DHCP pool to the coert info that unif is using.unraid v7 changed teh web UI. thus user scripts and other settings like termainl comadns. may be need to editeh unraid network configurations now.heres a user scirpt to run (It may need to bbe a user script to run at first arr start...fix th br3 interface ips#!/bin/bash# Wait for network stack to come upsleep 10echo "Cleaning up br3 and assigning correct IP to br3.60..."# Remove IP from br3 if it has oneip addr flush dev br3# Optionally take br3 down and up again to be sureip link set dev br3 downip link set dev br3 up# Assign static IP to br3.60 (VLAN 60)ip addr flush dev br3.60ip addr add 10.10.60.11/26 dev br3.60ip link set dev br3.60 upecho "✅ br3.60 now correctly holds IP 10.10.60.11/26"
June 1, 20251 yr Author When I assign NPM to another network I can access it. However, when it is on the newly created docker I can't access it. in NPM I see this.[app ] [5/31/2025] [8:45:46 PM] [IP Ranges] › ℹ info Fetching https://ip-ranges.amazonaws.com/ip-ranges.json[app ] [5/31/2025] [8:45:51 PM] [IP Ranges] › ✖ error getaddrinfo EAI_AGAIN ip-ranges.amazonaws.com
June 1, 20251 yr Community Expert Just now, Tucubanito07 said:When I assign NPM to another network I can access it. However, when it is on the newly created docker I can't access it. in NPM I see this.[app ] [5/31/2025] [8:45:46 PM] [IP Ranges] › ℹ info Fetching https://ip-ranges.amazonaws.com/ip-ranges.json[app ] [5/31/2025] [8:45:51 PM] [IP Ranges] › ✖ error getaddrinfo EAI_AGAIN ip-ranges.amazonaws.comthat normal until you fix unraid network.br3.60 isn't talking to the unfi vla and getting a dchp address on vlan 60but br3 is on vlan 1I aume yo made br3 and asigned it to eth1given the ip apleas runt eh user script to flush br3 adn asing the ip addres to br3.60 the corect interface
June 1, 20251 yr Author 2 minutes ago, bmartino1 said:that normal until you fix unraid network.br3.60 isn't talking to the unfi vla and getting a dchp address on vlan 60but br3 is on vlan 1I aume yo made br3 and asigned it to eth1given the ip apleas runt eh user script to flush br3 adn asing the ip addres to br3.60 the corect interfaceI ran it and this is what I got.
June 1, 20251 yr Community Expert ok whats the output of ip adocker network lsip routeand what does the unraid web UI show
June 1, 20251 yr Author 6 minutes ago, bmartino1 said:ok whats the output ofip adocker network lsip routeand what does the unraid web UI showdocker network lsNETWORK ID NAME DRIVER SCOPE58fd95eefb28 br0 macvlan local0d9f91b28402 bridge bridge localbfa58ee9ccb5 host host locale2b5c5604762 none null localafd014fe03db proxy-network bridge local2c0d737c23b6 vlan60_macvlan macvlan localip routedefault via 10.10.1.1 dev shim-br0 default via 10.10.50.1 dev eth2 proto dhcp src 10.10.50.10 metric 1011 default via 10.10.1.1 dev br0 proto dhcp src 10.10.1.43 metric 1013 default dev br3.60 scope link src 169.254.227.107 metric 1001401 10.10.1.0/24 dev shim-br0 proto kernel scope link src 10.10.1.43 10.10.1.0/24 dev br0 proto dhcp scope link src 10.10.1.43 metric 1013 10.10.1.50 dev wg0 scope link 10.10.50.0/28 dev eth2 proto dhcp scope link src 10.10.50.10 metric 1011 10.10.60.0/26 dev br3.60 proto kernel scope link src 10.10.60.11 10.10.60.0/26 dev shim-br3.60 proto kernel scope link src 10.10.60.11 10.10.60.0/26 dev br3 proto dhcp scope link src 10.10.60.10 metric 1400 10.10.80.0/24 dev eth1 proto kernel scope link src 10.10.80.4 metric 1 10.253.0.2 dev wg0 scope link 10.253.0.3 dev wg0 scope link 10.253.0.4 dev wg0 scope link 169.254.0.0/16 dev br3.60 scope link src 169.254.227.107 metric 1401 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 172.20.0.0/16 dev br-afd014fe03db proto kernel scope link src 172.20.0.1ip a1: 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 forever2: tunl0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000 link/ipip 0.0.0.0 brd 0.0.0.07: 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:ff8: eth0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000 link/ether 70:85:c2:bf:38:06 brd ff:ff:ff:ff:ff:ff9: 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 1 scope global eth1 valid_lft forever preferred_lft forever10: eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br3 state UP group default qlen 1000 link/ether a0:36:9f:89:2c:5c brd ff:ff:ff:ff:ff:ff11: 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.10/28 brd 10.10.50.15 scope global dynamic noprefixroute eth2 valid_lft 80990sec preferred_lft 66545sec12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master br0 state UP group default qlen 1000 link/ether 70:85:c2:bf:38:06 brd ff:ff:ff:ff:ff:ff13: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue 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 brd 10.10.1.255 scope global dynamic noprefixroute br0 valid_lft 48904sec preferred_lft 35593sec14: 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:ff15: 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:ff17: 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 forever19: br-afd014fe03db: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default link/ether 02:42:d3:3b:7b:39 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:d3ff:fe3b:7b39/64 scope link proto kernel_ll valid_lft forever preferred_lft forever399: eth3.60@eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br3.60 state UP group default qlen 1000 link/ether a0:36:9f:89:2c:5c brd ff:ff:ff:ff:ff:ff400: br3: <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.10/26 brd 10.10.60.63 scope global dynamic noprefixroute br3 valid_lft 86389sec preferred_lft 75589sec401: br3.60: <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.11/26 scope global br3.60 valid_lft forever preferred_lft forever inet 169.254.227.107/16 brd 169.254.255.255 scope global noprefixroute br3.60 valid_lft forever preferred_lft forever
June 1, 20251 yr Community Expert OK how does uraid conect and get back to the unfi device to coenct to valn 60?is br3 tiedt to eth1 ? eth2what cord where is conecting to unraid (I will ned more info to define a ip router latter. Esentail we need to rebuild teh br3 interface it is not setup corectly. and shoulnd't exisits (was expecting to do this to br0You apear to have 2 eth nics and wifi. is only 1 nic connected?dam.. we have a broken ip route...default dev br3.60 scope link src 169.254.227.107 metric 1001401...169.254.0.0/16 dev br3.60 scope link src 169.254.227.107 metric 1401please run this script. we will need to manual clean the route and fix the interfaces...#!/bin/bashecho "=== CLEANING ROUTES AND FIXING VLAN 60 ==="# Remove all shim bridges and Docker broken routesip link delete shim-br3.60 2>/dev/nullip link delete shim-br0 2>/dev/null# Flush IPs and bring up only desired interfaceip addr flush dev br3ip addr flush dev br3.60ip link set dev br3 downip link set dev br3 up# Assign IP only to br3.60ip addr add 10.10.60.11/26 dev br3.60ip link set dev br3.60 up# Delete default routes to prevent confusionip route del defaultip route add default via 10.10.1.1 dev br0# Clean up broken auto-assigned 169.254.0.0 routeip route del 169.254.0.0/16 dev br3.60 2>/dev/nullecho "✅ Routing table fixed. Check with: ip route"
June 1, 20251 yr Author 4 minutes ago, bmartino1 said:OK how does uraid conect and get back to the unfi device to coenct to valn 60?is br3 tiedt to eth1 ? eth2what cord where is conecting to unraid (I will ned more info to define a ip router latter. Esentail we need to rebuild teh br3 interface it is not setup corectly. and shoulnd't exisits (was expecting to do this to br0You apear to have 2 eth nics and wifi. is only 1 nic connected?dam.. we have a broken ip route...please run this script. we will need to manual clean the route and fix the interfaces...#!/bin/bashecho "=== CLEANING ROUTES AND FIXING VLAN 60 ==="# Remove all shim bridges and Docker broken routesip link delete shim-br3.60 2>/dev/nullip link delete shim-br0 2>/dev/null# Flush IPs and bring up only desired interfaceip addr flush dev br3ip addr flush dev br3.60ip link set dev br3 downip link set dev br3 up# Assign IP only to br3.60ip addr add 10.10.60.11/26 dev br3.60ip link set dev br3.60 up# Delete default routes to prevent confusionip route del defaultip route add default via 10.10.1.1 dev br0# Clean up broken auto-assigned 169.254.0.0 routeip route del 169.254.0.0/16 dev br3.60 2>/dev/nullecho "✅ Routing table fixed. Check with: ip route"root@Tower:~# ip routedefault via 10.10.1.1 dev br0 default via 10.10.1.1 dev br0 proto dhcp src 10.10.1.43 metric 1013 default dev br3.60 scope link src 169.254.121.232 metric 1001401 10.10.1.0/24 dev br0 proto dhcp scope link src 10.10.1.43 metric 1013 10.10.1.50 dev wg0 scope link 10.10.50.0/28 dev eth2 proto dhcp scope link src 10.10.50.10 metric 1011 10.10.60.0/26 dev br3.60 proto kernel scope link src 10.10.60.11 10.10.60.0/26 dev br3 proto dhcp scope link src 10.10.60.10 metric 1400 10.10.80.0/24 dev eth1 proto kernel scope link src 10.10.80.4 metric 1 10.253.0.2 dev wg0 scope link 10.253.0.3 dev wg0 scope link 10.253.0.4 dev wg0 scope link 169.254.0.0/16 dev br3.60 scope link src 169.254.121.232 metric 1401 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 172.20.0.0/16 dev br-afd014fe03db proto kernel scope link src 172.20.0.1
June 1, 20251 yr Community Expert I'm not sure how to porceded as its mutiple nics. unifi > vlan 60 > 10.10.60.0/26 > ??? > Unriad ethernet 3 > Br3 > br3.60 > vlan60_macvlan > Docker...This is What's Still Wrong1. br3.60 has a valid IP (10.10.60.11) but also an invalid fallback IP (169.254.x.x)This means:The kernel thinks no DHCP server responded on br3.60But you statically assigned 10.10.60.11 in the scriptSomething is still trying DHCP and failing — probably DockerYou have both:br3 with 10.10.60.10 via DHCPbr3.60 with 10.10.60.11 via staticThis is likely wrong — you don’t need IPs on both.The shim-br* interfaces are gone ✅ — good cleanup there!First Reboot Unriad to reset fome netowrk configurations.Let’s confirm what you want this port to do:br3 (backed by eth3) is tagged with VLAN 60It is physically connected to a Unifi switch that:Tags traffic with VLAN 60Provides DHCP for 10.10.60.0/26Correct so far?IF YES:to fix we need unraid to properly have a ip route and to use br3.60If so, you should only need:br3.60 to have DHCP (if you want dynamic)OR 10.10.60.11/26 (if you want static)br3 itself should NOT have any IP (just pass-through for VLANs)AFTER A REBOOT TO DOBULE CHECK!otherwise script:Flush br3 and br3.60 and start freshscript to kill the interfaces# Flush both interfacesip addr flush dev br3ip addr flush dev br3.60# Bring interfaces down and upip link set dev br3 downip link set dev br3.60 downip link set dev br3 upip link set dev br3.60 upAssign IP ONLY to br3.60I recomend staticDHCP:dhclient -v br3.60Static:ip addr add 10.10.60.2/26 dev br3.60Prevent 169.254.x.x fallbackuser script at first array start# Disable link-local address assignmentsysctl -w net.ipv4.conf.br3.60.autoconf=0sysctl -w net.ipv4.conf.br3.60.accept_local=0sysctl -w net.ipv4.conf.br3.60.use_tempaddr=0Then remove unwanted defualt routes:ip route del default dev br3.60 2>/dev/nullip route del default dev br3 2>/dev/nullip route should show default via 10.10.1.1 dev br0with that we will assing or own IP route.ip route add 10.10.60.0/26 dev br3.60 proto kernel scope link src 10.10.60.2verify:ip a show dev br3.60ip route | grep br3.60later we may need a script to run at first array start to fix unraid broken netowrk configuartions..all in one scirpt for first arry stat IF ABOVE COMANDS ARE SUCESSFULL!!!# Flush both interfacesip addr flush dev br3ip addr flush dev br3.60# Bring interfaces down and upip link set dev br3 downip link set dev br3.60 downip addr flush dev br3.60ip addr add 10.10.60.2/26 dev br3.60ip link set br3.60 upip route add 10.10.60.0/26 dev br3.60 proto kernel scope link src 10.10.60.2ip link set dev br3 upip link set dev br3.60 upip a show dev br3.60ip route | grep br3.60
June 1, 20251 yr Author 1 minute ago, bmartino1 said:in unraids web ui for br3 click show vlans do you see vlan 60?I do see vlan60.
June 1, 20251 yr Community Expert Just now, Tucubanito07 said:I do see vlan60.perfect, this is just to confirm that unraid is seing the upstream vlan. a reboot and the comands herehttps://forums.unraid.net/topic/190501-unraid-in-unifi/page/2/#findComment-1558303othwerwise we may need to start some aspect of unraid over to fix unraid networking.(One of the rason I hate unraid as its not easy nor simple to setup vlans...)IF this still fails we may need to temp shutdown docker and go voer generaic unraid tab and setting to setup non bridge adn non bond ths was we call the interface dirctly adn not the unraid bridges that are failing here.I would p[refer a reboot to bring back the shim br or vhost poer your ipa to make sure general unraids inetrc script runs clean to verify ip routes.
June 1, 20251 yr Author 1 minute ago, bmartino1 said:perfect, this is just to confirm that unraid is seing the upstream vlan. a reboot and the comands herehttps://forums.unraid.net/topic/190501-unraid-in-unifi/page/2/#findComment-1558303othwerwise we may need to start some aspect of unraid over to fix unraid networking.(One of the rason I hate unraid as its not easy nor simple to setup vlans...)IF this still fails we may need to temp shutdown docker and go voer generaic unraid tab and setting to setup non bridge adn non bond ths was we call the interface dirctly adn not the unraid bridges that are failing here.I would p[refer a reboot to bring back the shim br or vhost poer your ipa to make sure general unraids inetrc script runs clean to verify ip routes.doing a reboot now.
June 1, 20251 yr Author root@Tower:~# ip a show dev br3.6018: br3.60: <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.11/26 scope global br3.60 valid_lft forever preferred_lft forever inet 169.254.121.232/16 brd 169.254.255.255 scope global noprefixroute br3.60 valid_lft forever preferred_lft foreverroot@Tower:~# ip route | grep br3.6010.10.60.0/26 dev br3.60 proto kernel scope link src 10.10.60.11 169.254.0.0/16 dev br3.60 scope link src 169.254.121.232 metric 1018 root@Tower:~#
June 1, 20251 yr Author 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. Edited June 1, 20251 yr by Tucubanito07
June 1, 20251 yr Community Expert 1 minute ago, Tucubanito07 said:root@Tower:~# ip a show dev br3.6018: br3.60: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000link/ether a0:36:9f:89:2c:5c brd ff:ff:ff:ff:ff:ffinet 10.10.60.11/26 scope global br3.60valid_lft forever preferred_lft foreverinet 169.254.121.232/16 brd 169.254.255.255 scope global noprefixroute br3.60valid_lft forever preferred_lft foreverroot@Tower:~# ip route | grep br3.6010.10.60.0/26 dev br3.60 proto kernel scope link src 10.10.60.11169.254.0.0/16 dev br3.60 scope link src 169.254.121.232 metric 1018root@Tower:~#dam the unraid misconfiguartion bug...you ran the commadns above?Thanks — that confirms that br3.60 currently has two IP addresses:10.10.60.11/26 (likely from DHCP)169.254.121.232/16 (link-local, fallback when DHCP fails)example you should have a ip route of10.10.60.0/26 dev br3.60 proto kernel scope link src 10.10.60.2...something like thatto switch br3.60 to a static IP (10.10.60.2/26) and avoid link-local fallbackYou'll want your User Script to:Flush both IPs from br3.60Assign only the desired static IPAdd the appropriate route#!/bin/bash# Log for debuggingLOG="/tmp/setup-br3.60.log"{echo "=== Setting static IP for br3.60 ==="date# Flush existing IPsip addr flush dev br3.60# Assign desired static IPip addr add 10.10.60.2/26 dev br3.60# Bring interface up (if not already)ip link set br3.60 up# Add static route (usually automatic from IP assignment)ip route add 10.10.60.0/26 dev br3.60 proto kernel scope link src 10.10.60.2 || echo "Route may already exist."echo "=== Done setting br3.60 ==="} >> $LOG 2>&1Lets also double check. there shouldn't be...Check for Duplicate IPsarping -I br3.60 10.10.60.2i don't think nmap is install on unraid...nmap -sn 10.10.60.0/26if this script fails. then I'm not sure where unraid moved or what is causing the br3 to fail to talk adn bridge the connetion so we can try a few things but this would require a comlete unraid network reset. 9Deleting the unrad netowrk config and killing the docker netwroks... Edited June 1, 20251 yr by bmartino1
June 1, 20251 yr Author 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 2025RTNETLINK answers: File existsRoute may already exist.=== Done setting br3.60 === ip route | grep br3.60default 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 Edited June 1, 20251 yr by Tucubanito07
June 1, 20251 yr Community Expert Correct that the plan.The software bridges are getting in the way and causing extra network issues.in unraid going to /boot is the flash drive.we want to nuke the netwrok config and rebbot this way we start fresh from a unraid default network config (this has been known to fix the network names and small bugs from v6 to v7 with vhost to shimbr0This will bring eth1 back to a dhcp IP...Please turn vms off and docker off until this porcess is complete.Reset unraid docker netowrk to guranteee defautl configurations.cd /boot/configrm network*rebootthis reset unraids to factory default network configurations.Then at the reboot. lets edit unraid settings and turn off bridge and turn off bond.leave eth3 settigns alone set eth1 up for your stati ip and other interface connections. Edited June 1, 20251 yr by bmartino1
June 1, 20251 yr Community Expert Disable Bridging and Bonding (Post-Reboot)After reboot, go to Settings → Network Settings in the Unraid web UI:Disable bonding.Disable bridging.Assign eth1 a static IP, e.g., 10.10.80.4/24.Apply and reboot if prompted.Configure eth3 + VLAN60Ensure Unraid has VLANs enabled:In Network Settings, enable VLANs on eth3.Add a new VLAN (ID 60), name it eth3.60, no IP address (unless you want one for the host too).Set Up Docker macvlan Network on VLAN60If Docker already has networks that interfere or you renamed interfaces, clear them with:docker network prune*With eth3 setup we can now enable docekrs... docker will need to be enabled to prune adn clear docker data...then make the docker entwork tied to the interface:docker network create -d macvlan \ --subnet=10.10.60.0/26 \ --gateway=10.10.60.1 \ -o parent=eth3.60 \ vlan60_macvlanfinaly double check unraid configurations:ip a show dev eth3.60ip routedocker network lsdocker network inspect vlan60_macvlan
June 1, 20251 yr Author 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
June 1, 20251 yr Community Expert 2 hours ago, Tucubanito07 said: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. GGRRRI believe you. yes, this can be frustration. Thank you for starting the unraid network over to make sure it's back to the base.I assume ip a shows eth3 and eth3.60 and your docker network lsand docker network inspect vlan60_macvlanshows eth3.60 as its parentrunning the commands above.ip route shows a dev route for 10.x.x.x to eth3.60I 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.This is expected as only devices in that valn can talk to that npm docker.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...THis is good this means unriad and vlan60 are coretly configured. get a device to connect to npm one on the vlan 60 may be a b it challenging.
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.