34 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
43
views
Can MinIO interact with a docker container in a stack through Tailscale?
I have a stack of containers built from the official AdamRMS compose file as per their documentation, running on a Synology NAS;
services:
adamrms_db:
image: index.docker.io/mysql/mysql-server:8....
0
votes
0
answers
130
views
Querying Tailscale from inside WSL2
I've got Tailscale running on Windows 11 but I have some Bash scripts I run in WSL2 that query devices connected via Tailscale. That works fine, but parts of the scripts query the Tailscale CLI ...
0
votes
0
answers
54
views
Flutter connection with external API on Raspberry, via tailscale
I have a Raspberry with Tailscale installed and a phone with Tailscale installed.
The two devices ping each other.
An API is hosted on the raspberry that is called by an application developed in ...
0
votes
0
answers
68
views
Tailscale App Connector cannot connect to itself
I have an application (https://stg-crossover.schierproducts.com) that is protected by a Tailscale App Connector. This works well and as intended. I am however running into an issue where this ...
1
vote
1
answer
4k
views
Tailscale address resolving using internal DNS servers is not working [closed]
I configured a subnet for my internal server network 192.168.77.0/24 on a Linux machine, have advertized this subnet on the linux node and have approved it on the Dashboard. From other authorized ...
2
votes
0
answers
96
views
Error starting aws lambda using bootstrap script in a container
I am trying to follow the directions from tailscale's site here: https://tailscale.com/kb/1113/aws-lambda
so that I can connect from an AWS Lambda to a Tailscale network.
Here is docker file:
# ---- ...
2
votes
1
answer
880
views
When trying to use `tailscale serve` getting "error: failed apply web serve: only localhost or 127.0.0.1 proxies are currently supported"
I'm following the Tailscale Funnel quick guide for how to serve a website using tailscale.
When running the following command, I get an error:
$ tailscale funnel index.html
error: failed apply web ...
0
votes
0
answers
207
views
How to deny subnet to subnet routing using acls with TailScale?
I have a tailscale network configured where I have a central admin computer and several remote LANs. Each LAn has a subnet router.
There is also another LAN with a common NAS unit.
I can allow the ...
0
votes
0
answers
399
views
Tailscale client not accessing HTTP or HTTPS URLs when using an Exit Node
I'm running Tailscale on an Unraid server (7.0.0 with Tailscale plugin). The general Tailscale functionality for tailnet access and subnet routing via that Unraid server works perfectly, but I am ...
0
votes
0
answers
643
views
Configure tailscale on the GL.iNet router to route all traffic from a local network through the tailscale server Exit Node
The goal is to use the remote server with a tailscale exit node as an output point to the public internet for all devices connected to the GL.iNet router, similar to this using a VPN client on the ...
1
vote
0
answers
206
views
I can`t access my PiKVM using web-browser. I have tailscale installed on both PiKVM and my PC
I have installed Tailscale on my PiKVM, I have verified the installation.
I copied the IP from the Tailscale and tried to connect via web browser. However, I am getting that Site cant be reached.
I ...
3
votes
1
answer
857
views
In tailscale ACLs how can I allow all access except for one particular locked-down machine?
I'm using tailscale. I'd like to set up a public-facing server which only allows incoming connections to port 9100, but is otherwise disconnected from the tailnet (no outgoing connections). I see how ...
1
vote
0
answers
104
views
How to connect BI tool to database through Tailscale subnet
I am currently looking to connect our business intelligence platform to a database that can be accessed through a Tailnet Subnet Router. I am unsure as to the tactics to allow Tailscale to access/...
1
vote
1
answer
838
views
automate the installation process of tailscale
I'm writing a Windows batch script to automate the installation process of Tailscale, thus I need a way to install it without prompt and any graphical window and I'm struggle on getting the error:
...
-1
votes
1
answer
1k
views
Tailscale serve with Portainer
I recently watched this video about running Tailscale client in a Docker container along side another service, which allows me to access the service using my Tailscale DNS.
When I tried to use the ...