#Tailscale Add-On Time-Out

1 messages · Page 1 of 1 (latest)

stable viper
#

Hi all. I've installed Tailscale's addon in order to get external access to my raspberry pi hosting home assistant. for that reason i know i also need to enable and setup funnel . This is the list of what i've done:

  1. Installed the addon , and using this configuration : "
accept_routes: true
advertise_exit_node: true
advertise_connector: true
log_level: trace
login_server: "https://controlplane.tailscale.com"
share_homeassistant: funnel
share_on_port: 443
snat_subnet_routes: true
stateful_filtering: false
tags:
  - tag:homeassistant
taildrop: true
userspace_networking: true```

2) Logged in using the URL found in the logs, adding the machine 
3) Disabled Key Expiry
4) Checked in the "Machine" Tab of the tailscale web dashboard if the funnel option is enabled and it is indeed
5) Edited ACL file and added nodeAttr with "funnel" line ( i don't know what i'm talking about , just followed what i've read ) 
6) Added in the ha's configuration.yaml file: 

http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1

7) Restarted HA and the addon.
8) Checked in the tailscale addon's logs for " Available on the internet: " and it is . ( Log: ``` Available on the internet:
https://*****.ts.net/
|-- proxy http://127.0.0.1:8123
Press Ctrl+C to exit. ```

Here's my problem: i can't connect to  ***.ts.net . What i see in the log is a network error ( a timeout error ) : basically when i try to connect i can see home assistant logo but after few seconds everything goes south. in the tailscale log i read : ```Drop TPC <STRINGS"> 80 no rules matchd
http: TLS handshake error from [fd7a:*****] EOF ```

I don't know if it's relevant but my home networks is a CGNAT 
Can someone pls tell me what i'm missing?
fading burrow
#

Available on the internet:
https://*****.ts.net/
|-- proxy http://127.0.0.1:8123
Press Ctrl+C to exit. shouldn't this point to external instead of 127.0.0.1 wich is local host

stable viper