Denton Gentry

Results 566 comments of Denton Gentry

Repeatedly showing me log messages is not useful. When you run curl from a remote host to connect to 100.72.15.37:80, what actually happens? What does it print? What error does...

As far as I can see, Tailscale delivers the packets to both port 80 and port 8123. Port 80 doesn't send anything back. ``` 2022-09-21 22:22:51.675268 +0800 +0800: Accept: TCP{100.95.116.34:54921...

This appears to be something local, the service listening on port 80 may be bound to a particular interface or otherwise not sending a response.

Your goal is to access a Home Assistant remotely, but not go over the tailnet to do so?

I think the request is to make Home Assistant be reachable on the tailnet. The main gotcha is that the [integration on home-assistant.io](https://www.home-assistant.io/integrations/tailscale/) does NOT provide Tailscale connectivity. It monitors...

> I deleted the C:\Users\\AppData\Local\Tailscale folder. I'd recommend also deleting `C:\ProgramData\Tailscale` and removing the device from https://login.tailscale.com/admin/machines

Related: https://github.com/tailscale/tailscale/issues/5622 A specific SELinux context for `tailscaled` would also resolve that.

Similar issue: tsnet needs to store certificates in memory: https://github.com/tailscale/tailscale/issues/4597

If the DNS server configured with the CNAME for `nextcloud.markstenglein.com` is: 1. not running Tailscale, and 1. configured as a recursive resolver then I think this is what happens. It...

This is a public DNS CNAME record pointing to a name which only exists in Magic DNS and does not exist in public DNS. The DNS server will try to...