adyanth / openwrt-tailscale-enabler

Brings Tailscale to low powered OpenWRT devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unable to start the service, due to update probably

flywalt opened this issue · comments

hi adyanth, thanks for the work.
I was using it on my esxi openwrt, after a reboot the service didn't start automatically. I couldn't find the device online in tailscale's dashboard. And I checked the service with[/etc/init.d/tailscale status] and returned [running].

After that I tried to delete the device and add it again using[tailscale up --accept-dns=false --advertise-routes=10.0.0.0/24], but it still could't work. Here's the log below:

root@iStoreOS:~# tailscale up --accept-dns=false --advertise-routes=10.0.0.0/24
--2023-08-29 15:52:53-- https://pkgs.tailscale.com/stable/
Resolving pkgs.tailscale.com... 199.38.181.239
Connecting to pkgs.tailscale.com|199.38.181.239|:443... failed: Connection refused.
Downloading Tailscale _amd64 ..
--2023-08-29 15:52:53-- https://pkgs.tailscale.com/stable/tailscale__amd64.tgz
Resolving pkgs.tailscale.com... 199.38.181.239
Connecting to pkgs.tailscale.com|199.38.181.239|:443... failed: Connection refused.
gzip: invalid magic
tar: Child returned status 1
tar: Error is not recoverable: exiting now

I pinged pkg.tailscale.com and it was working. Got no idea where the problem lies.