אפליקציות / רשת
Tailscale
המכשירים שלך, רשת אחת, מכל מקום
מחבר את השרת, המחשב הנייד והטלפון לרשת WireGuard פרטית אחת, איפה שלא יהיו. בלי פתיחת פורטים, בלי DNS דינמי, והוא עובד גם מאחורי CGNAT, שם VPN רגיל לא מצליח. מגדירים את השרת כ-subnet router, וכל הרשת הביתית מגיעה איתו.
קטגוריהרשת
זיכרון~60MB
מודול
tailscaleהתקנה
פותחים את לוח הבקרה, מוצאים אותה ב-App Store ולוחצים Install. או מטרמינל על השרת:
sudo homebox install tailscale
כדאי לדעת
הטיפים הבאים מופיעים באנגלית, כפי שהם כתובים במודול.
- Generate an auth key at login.tailscale.com under Settings then Keys, and paste it into Settings here. A reusable key survives a container rebuild; a one-off does not
- To reach the rest of the LAN, not just this box, set the extra arguments to --advertise-routes=192.168.1.0/24 and approve the route in the admin console
- This is the alternative to the VPN module, not a companion to it: WireGuard here means you run the coordination, Tailscale means they do
- It runs on the host network with NET_ADMIN and its own tun device, because that is what building a network interface takes