tailscale / tailscale-qpkg

Package Tailscale client in QPKG
MIT License
457 stars 38 forks source link

Downloading problem #11

Closed estimadarocha closed 3 years ago

estimadarocha commented 3 years ago

when i go to actions and try to download last build it gives me a 404, is this normal?

ivokub commented 3 years ago

No, it shouldn't give 404.

Latest build is at https://github.com/ivokub/tailscale-qpkg/actions/runs/524341216 and the created packages at https://github.com/ivokub/tailscale-qpkg/suites/1934182341/artifacts/38170404.

However, it seems that the access is only allowed for logged-in users. Were you logged in to Github when trying to access the built packages?

estimadarocha commented 3 years ago

yes it was because of not being logged!

thanks

small apart: i can ssh qnap can access webinterface but can't reach shares with tailscale ip, am i missing something?

ivokub commented 3 years ago

Is the share available directly (i.e. from a local network)? If so, then it could be a firewall or service binding issue. I would recommend checking that firewall does not prevent connections from other subnets (if enabled, then add a rule for enabling connections from 100.64.0.0/10). Check also that Service binding is disabled or configured properly (Control panel>Network and file services>network access>enable service binding).

estimadarocha commented 3 years ago

image as you can see the option is not enabled and when it's not enable it means services are binded to all interfaces. right?

what firewall are you refering?

UPDATE:

I think its solved... thanks for the help