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.

unraid web ui unresponsive

Featured Replies

  • Community Expert

That looks like a macvlan call trace, try switching to ipvlan.

  • Author
20 hours ago, JorgeB said:

That looks like a macvlan call trace, try switching to ipvlan.

Oh looks like that was the issue. No more traces in the logs 😀. I switched to ipvlan, but now when I reboot the docker all my dockers that uses custom network with static IP are not starting. I get this error

Screenshot2024-06-14at12_18_51PM.thumb.png.5dc31410b0b3c8661f09169342cffe57.png

 

These are the settings I have in the docker networksScreenshot2024-06-14at12_59_26PM.thumb.png.84c66c9048b2bf196793f9bc07226b59.png

 

I deleted the custom network and recreated again, but getting same issue during the docker start. Anything I am doing wrong?

 

Thank you,

  • Author

Even with the macvlan, bridging disabled, I am getting the network not found error. switching either to ipvan or macvlan doesn't start up the custom network. All my dockers are custom, all start fine, except the one that are external are not starting up.

 image.thumb.png.33a56dde9ded7f6a2822b592ee64ba41.png

 

I think I have all the settings correct. 

image.thumb.png.62a910b3b12c6d6bf420ba55522eedfc.png

 

And this is the docker:

image.thumb.png.a48f73f873d6b2aed9e240d7963721cd.png

 

my custom networks:

Screenshot2024-06-17at1_00_27PM.thumb.png.7ab178d6c92c5361e6c9447f51c4f07a.png

 

sample of my docker compose in Portainer:

services:
  homeassistant:
    container_name: homeassistant
    image: "ghcr.io/home-assistant/home-assistant:stable"
    labels:
      - net.unraid.docker.icon=https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/homeassistant-logo.png
      - net.unraid.docker.webui=http://192.168.5.100:8123
    volumes:
      - /mnt/user/appdata/home_assistant/config:/config
      - /etc/localtime:/etc/localtime:ro
      - /run/dbus:/run/dbus:ro
    restart: always
    networks:
      eth0:
        ipv4_address: 192.168.5.100
    ports:
      - 8123:8123
networks:
    eth0:
        external: true

 

May be I am doing something wrong. Diagnostics also attached if it helps.

unraid-diagnostics-20240617-1301.zip

 

Edited by 062bel313
docker screenshot added

  • Author

I think I might have found the issue, but I am not sure how to resolve it. Everytime I do enable/disable docker it doesn't preserve my network, with macvlan as well as ipvlan.

 

Screenshot2024-06-17at1_15_51PM.thumb.png.01476498101322bda4d11b7a7267b8f2.png

 

Now the id is different, even though I have preserve user defined networks enabled. Am I doing anything wrong?

 

  • Author

Before recreating the docker image, I wanted to try to create a different network with parent as br0 (for ipvlan) in one container and use it in other containers. With this configuration it works somehow. If I enable/disable the docker everythig start now.

 

Created main network from pihole container and used the same network in other container as below.

 

pihole:

    networks:
      vlan_network:
        ipv4_address: 192.168.5.110

networks:
  vlan_network:
    driver: ipvlan
    driver_opts:
      parent: br0
    ipam:
      driver: default
      config:
       - subnet: 192.168.5.0/24
         ip_range: 192.168.5.0/25
         gateway: 192.168.5.1

 

and other networks:

    networks:
      pihole_vlan_network:
        ipv4_address: 192.168.5.100

networks:
    pihole_vlan_network:
        external: true
      

 

 

Is this just a fluke or was I doing it wrong before? any insights (to understand). 

 

If this fails, I will recreated= docker image as suggested.

  • Community Expert
9 hours ago, 062bel313 said:

Is this just a fluke or was I doing it wrong before?

Not sure, networking is not my strong suit, but glad it's working.

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.