Questions tagged [tailscale]

4 questions
1
vote
0 answers

How to make Wireguard and Tasilscale coexist on the same machine?

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 stopped, firewall rules are flushed and services…
dzhi
  • 800
  • 3
  • 10
  • 26
0
votes
0 answers

With iptables, is it possible to route only certain domains?

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 -A POSTROUTING -o tailscale0 -j MASQUERADE But…
0
votes
1 answer

How to NAT-route network to Tailscale?

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 missing some critical information to doing something…
Sawtaytoes
  • 143
  • 8
0
votes
1 answer

Establishing network connections across GCP regions

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 deployed in northamerica-northeast1, but because I am…
djc
  • 344
  • 3
  • 11