[BEZ-P0] Install Tailscale on Bezalel VPS (104.131.15.18) for internal networking #535

Open
opened 2026-04-07 02:12:37 +00:00 by Timmy · 0 comments
Owner

Problem

Bezalel VPS is reachable only via public IP. Other houses (Mac on 100.124.176.28, Ezra VPS on 100.126.61.75) use Tailscale. Bezalel needs Tailscale to join the internal network for:

  • Evennia bridge communication (private IPs only)
  • Internal API calls between houses
  • SSH access from Mac (currently blocked due to missing SSH key)

Acceptance Criteria

  • Tailscale installed on Bezalel
  • Bezalel added to Timmy Foundation tailnet
  • Bezalel has internal Tailscale IP
  • Can ping other houses from Bezalel via Tailscale IPs:
    • Mac: 100.124.176.28
    • Ezra VPS: 100.126.61.75
  • SSH key from Mac added to Bezalel's authorized_keys

Install Commands

curl -fsSL https://tailscale.com/install.sh | sh
tailscale up

Then run the auth URL to authorize on the tailnet (you have the auth key from the admin console).

Priority

Required for Evennia bridge federation.

## Problem Bezalel VPS is reachable only via public IP. Other houses (Mac on 100.124.176.28, Ezra VPS on 100.126.61.75) use Tailscale. Bezalel needs Tailscale to join the internal network for: - Evennia bridge communication (private IPs only) - Internal API calls between houses - SSH access from Mac (currently blocked due to missing SSH key) ## Acceptance Criteria - [ ] Tailscale installed on Bezalel - [ ] Bezalel added to Timmy Foundation tailnet - [ ] Bezalel has internal Tailscale IP - [ ] Can ping other houses from Bezalel via Tailscale IPs: - Mac: 100.124.176.28 - Ezra VPS: 100.126.61.75 - [ ] SSH key from Mac added to Bezalel's authorized_keys ## Install Commands ```bash curl -fsSL https://tailscale.com/install.sh | sh tailscale up ``` Then run the auth URL to authorize on the tailnet (you have the auth key from the admin console). ## Priority Required for Evennia bridge federation.
Timmy self-assigned this 2026-04-07 02:12:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#535