Tailscale activated and not able to ping lan ip addresses

Hi,
since some month i cannot access to my homeassistant via IP address (10.0.0.10).
I have all updated to last version HA and Hassio on Rpi.

all integration that are using local IP addresses are no longer working ( Irobot, MIDEA AC, Rainbird)

from the SSH i cannot ping even my router access 10.0.0.1

this is an example from Irobot

Logger: roombapy.remote_client
Source: /usr/local/lib/python3.13/site-packages/roombapy/remote_client.py:95
First occurred: 10 January 2025 at 18:06:19 (2945 occurrences)
Last logged: 18:20:05

  • Can’t connect to 10.0.0.104

this is the conf i have:

http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1

tailscale conf on Addon

accept_dns: true
accept_routes: true
funnel: true
log_level: info
proxy: true
userspace_networking: false

this is the ping and traceroute and route

➜ ~ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.0.1 0.0.0.0 UG 600 0 0 wlan0
default 10.0.0.1 0.0.0.0 UG 20100 0 0 end0
10.0.0.0 * 255.255.255.0 U 100 0 0 end0
10.0.0.0 * 255.255.255.0 U 600 0 0 wlan0
172.30.32.0 * 255.255.254.0 U 0 0 0 hassio
172.30.232.0 * 255.255.254.0 U 0 0 0 docker0
➜ ~
➜ ~ traceroute 10.0.0.1
traceroute to 10.0.0.1 (10.0.0.1), 30 hops max, 46 byte packets
1 10.0.0.10 (10.0.0.10) 49.022 ms !H 1070.770 ms !H 3119.692 ms !H
➜ ~
➜ ~ ping 10.0.0.1
PING 10.0.0.1 (10.0.0.1): 56 data bytes
^C
— 10.0.0.1 ping statistics —
15 packets transmitted, 0 packets received, 100% packet loss

without using Tailscale on my PC i cannot connect to https://10.0.0.10/lovelace/default_view

any idea?

thanks for the help