malley

Members
  • Posts

    7
  • Joined

  • Last visited

malley's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I booted in safe mode and issue was gone. After going back to a normal mode issue newer came back in last 10 days. Thanks.
  2. Hello, my server was running well on 12.2, once I updated my machine to 12.6 and WebUI went wild. I lost actual data on used resources, array devices, boot devices. Also popups are acting weird, i can't generate/download Diagnostics because popup is spinning without end, I had to use SCP. I tried to roll back to 12.2 but it didn't help. Now i am on 12.8 and still facing this issue. It looks like WebUI issue, I didn't notice any issues with other functionalities. tank-diagnostics-20240304-2146.zip
  3. @jchaven I never used Unraid Connect. I was once checking Tailscale plugin but I needed exit node with LAN access and I wasn't able to configure it on this plugin. However on Tailscle plugin autologin issue wasn't present.
  4. Hello, I was checking out Tailscale on my server. When I started my container I noticed that every time I connect to my server via Tailscale I am automatically logged in to Unraid. It doesn't matter if I have SSL on or off. It doesn't happen when I connect via Tailscale from the plugin, there is no such action. I tried simple compose file from the docker hub command and expanded one like below. Every time the same - I am logged into Unraid when I connect via Tailscale from my docker. I am not sure why it happens. Please take a look at my compose file and tell me if I am doing something wrong or maybe it should work like this somehow. version: '3.8' services: tailscaled: container_name: tailscale hostname: "docker" privileged: true cap_add: - NET_ADMIN - NET_RAW volumes: - "/mnt/user/appdata/tailscale:/var/lib" - "/dev/net/tun:/dev/net/tun" network_mode: host image: tailscale/tailscale:latest restart: always environment: - PUID=1000 - PGID=1000 - TS_STATE_DIR=/mnt/user/appdata/tailscale/state - TS_ROUTES=192.168.0.0/24 - TS_AUTHKEY=tskey-auth-xyz - TS_EXTRA_ARGS=--advertise-exit-node
  5. Right, this plugin somehow broken my networking, without it i can reach my server from LAN. Thanks.
  6. Hi, Today I was trying to configure Tailscale on Docker. I had it working from a plugin but wanted more. Now I can access my server from the Tailscale plugin only. On LAN I see it on the IP scanner but can't access/ping it or any other container from it. I switched off all containers to have only the plugin working but it didn't help. I think I messed up something with the network connection but can't figure out what it is. I see that i can ping 8.8.8.8 from shell so connection with internet is present. EDIT: It works when I boot in safe mode. tank-diagnostics-20231022-1439.zip
  7. Hi, newbie question: I am running tailscale in docker and it works quite fine. Only weird thing for me is that when I am connecting to server via tailscale I am automatically logged in into Unraid. Should it work like this or it's issue with configuration? How to change it?