hassio-addons / addon-tailscale

Tailscale - Home Assistant Community Add-ons
MIT License
212 stars 74 forks source link

No network after uninstall of Tailscale Addon #400

Closed TPGLLC-US closed 1 month ago

TPGLLC-US commented 2 months ago

Problem/Motivation

I installed the tailscale addon and HA node would come online for a few seconds and disappear. I was not able to access home assistant via my tailscale network. I uninstalled the addon and now My HA VM has no local networking. I cannot access my home assistant web ui.

Home Assistant OS v 8.2024 Proxmox v8

Expected behavior

Uninstalling the addon should revert network settings to what they were prior to the addon being installed.

Actual behavior

Home Assistant VM has no network.

Steps to reproduce

Install the tailscale addon in an HAOS Proxmox VM and uninstall it

TPGLLC-US commented 2 months ago

Fix

After hours of troubleshooting heres the solution for Home Assistant Device unmanaged network device that cannot be switched to managed

Boot home assistant into rescue mode

Start NetworkManager systemclt start NetworkManager

Set device to Managed nmcli dev set <deviceName> managed yes

Exit the rescue terminal exit

Wait for home assistant to start there will be an error

Repair supervisor ha supervisor repair

start core ha core start

You should now have home assistant operating system running again

lmagyar commented 2 months ago

Without logs it's hard to say anything about what happened. You wrote "Turn on an off the DNS option", the DNS option is default "on", you can disable it with adding accept_dns: false to the add-on config. But this seems to be a Tailscale issue, because the add-on doesn't modify the host's networking too much, nearly everything is done by Tailscale.

Update: Use sg. like ha ad logs a0d7b954_tailscale --lines 1000 to see the logs far in the past.

github-actions[bot] commented 1 month ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!