Skip to main content

Questions tagged [tailscale]

0 votes
1 answer
250 views

I want to reverse proxy multiple services on the same machine (bare metal macOS), over HTTPS and Tailscale, without a custom domain (i.e. just using machine.tailnet.ts.net). I don't care if the ...
henrebotha's user avatar
0 votes
1 answer
95 views

Yeah, so this one is going to be a journey. Let me outline things and then get to the problem. I have a Proxmox VE server (ver. 9) installed on my server. I have an SDN setup for a NAT network for ...
John S's user avatar
  • 135
0 votes
0 answers
61 views

Attempting to get static routes to cross from one router to another. There are two PFSense routers in a stub network called tailscale. Each of the two routers has a physical Proxmox server. I have ...
daniellooartist's user avatar
0 votes
1 answer
451 views

I'm trying to secure a VPS running Docker containers so that their exposed ports are only accessible through a VPN interface (in my case it's Tailscale). In order to do that, I read about firewalld ...
Scentle5S's user avatar
  • 103
0 votes
1 answer
476 views

For context: I am using (rootful) Podman containers on my host, which is also connected to a Tailscale VPN. The host's DNS is configured via systemd-resolved. Since yesterday I have been struggling ...
wolfsblu's user avatar
  • 101
0 votes
0 answers
206 views

I currently have a homelab where everything is a docker container, described in a docker compose file. I use cloudlfare for DNS and SSL certs, and have it configured so that I just need to add labels ...
ROODAY's user avatar
  • 235
0 votes
0 answers
308 views

I have a Tailscale network. One of the devices advertises a subnet router for 10.1.2.0/24, therefore allowing me to remotely access parts of my network that don't have, and are not compatible with, ...
user3466413's user avatar
0 votes
0 answers
159 views

I'm working on setting up AWS ECS Fargate to pull Docker images from a GitLab Container Registry hosted on my local machine. The registry is only accessible via a Tailscale network, and I have an EC2 ...
user27740869's user avatar
2 votes
1 answer
2k views

I am getting an "unmatched host" error after configuring an NFS share using a hostname. Whitelisting using IP address works fine. On a server called "server1", I have this line in ...
oldhomemovie's user avatar
-1 votes
1 answer
2k views

I have the need for a Docker container that is visible in the host network with its own ip, mac and hostname advertised via avahi. (I want to use wire-pod without changing hostnames and stuff on my ...
thirstyturtle's user avatar
0 votes
0 answers
2k views

I asked this on Stackoverflow, and I was directed to ask here instead: I am using Tailscale to connect a couple of my computers, and I noticed that the speed is very slow when I measured with iPerf, ...
Steven's user avatar
  • 1
0 votes
0 answers
295 views

We have been using tailscale for several years now without too many issues. I have a user whose device cannot ping 8.8.8.8 when tailscale is started. There are no tailscale exit nodes involved and the ...
jonseymour's user avatar
0 votes
0 answers
243 views

I'm routing specific devices through a separate gateway device that connects to a Tailscale VPN exit node. I'm using this command so my device can act as NAT router to Tailscale: sudo iptables -t nat -...
Sawtaytoes's user avatar
2 votes
0 answers
620 views

Seems that restarting the wg service always creates a routing table with higher priority than Tailsales which results in the inability to. connect to the machine via Tailscale until both services are ...
dzhi's user avatar
  • 840
0 votes
1 answer
6k views

EDIT: I already spent 3 days going through different possible ways of handling this and settled on iptables. This is like the biggest-kept secret to me. No matter how much I read, I feel like I'm ...
Sawtaytoes's user avatar
0 votes
1 answer
899 views

I have a staging environment in GCP as a separate project. Inside the project, I have a test VM where I can deploy components for testing against our internal services. Most of our services are ...
djc's user avatar
  • 344