March 2Mar 2 Hello. Tailscale works well in serve mode. Now I want to use funnel mode for a few dockers. Unfortunately, this does not work. It shows that the docker is online and connected in Tailscale. The log says the following:Tailscale found, continuing...Settings Tailscale state dir to: /data/.tailscale_stateSetting host name to "vaultwarden"Starting tailscaled with log file location: /var/log/tailscaledStarting tailscaleSome peers are advertising routes but --accept-routes is falseWARNING: Tailscale Key will expire in 179 days. Navigate to https://login.tailscale.com/admin/machines and 'Disable Key Expiry' for vaultwardenSee: https://tailscale.com/kb/1028/key-expiryEnabling Funnel! See https://tailscale.com/kb/1223/funnelHow do I enable the funnel? Can anyone help? Thank you.
March 29Mar 29 Now I'm here asking the same thing, wasn't funnel suppose to be the easy to use no hassle option to share machines?
March 29Mar 29 Found an answer that solved my problem, I had to add a node attr in my access control.Go to your tailnet admin dashboard ->Access controlsChange the toggle at the top from Visual editor to JSON editor, and add the following into the JSON: "nodeAttrs": [ { "target": ["autogroup:member"], "attr": ["funnel"], }, ],
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.