WeSearch

Show HN: Using Tailscale with an OrbStack VM on macOS

·2 min read · 0 reactions · 0 comments · 9 views
#tailscale#orbstack#macos#virtualization#ssh
Show HN: Using Tailscale with an OrbStack VM on macOS
⚡ TL;DR · AI summary

The article discusses how to use Tailscale with an OrbStack VM on macOS to provision an Ubuntu virtual machine. It explains the process of adding the VM to a tailnet and enabling Tailscale SSH for secure remote access. Additionally, it covers the configuration of Tailscale Access Control Lists and the secure storage of authentication keys in Apple Keychain.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

Using Tailscale with an OrbStack VM on macOS This repository demonstrates how to use OrbStack on macOS to provision an Ubuntu virtual machine (VM), and then add it to your tailnet. Unlike minimal container runtimes that lack native kernel modules, OrbStack provides a fully capable Linux kernel environment. This allows Tailscale to leverage standard kernel networking (/dev/net/tun) rather than relying on userspace-networking workarounds. OrbStack first spins up a temporary VM instance which allows cloud-init to pull its configuration from dev-server.yml and then stops the VM. Then OrbStack wakes up the pre-configured VM, adds it to your tailnet using an auth key and enables Tailscale SSH. You can then SSH to your VM from anywhere, without exposing host ports.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub