SpacePirate

u/SpacePirate@feddit.nu
7 posts · 29 comments

Recent posts

Recent comments

I'm more worried that none of then appeared to have been created with color blind people in mind. Like at least don't mix green and red. Like 1 in 12 males are color blind and the most common is the red and green one. Source: Wikipedia

Hey! I sent you a DM about it I was thinking we could have a call on MullvadVPNs jitsi aka https://meet.mulvad.net/ where others could join! If we can find a time that works for both of us we could send it here so others who are interested can join!

Edit:

Me and OP have decided on a time and date and where to have the online meeting feel free to join us at 09:00 AM Central European summer Time the 11th of Jul 2026 on Mullvads jitsi via this link https://meet.mullvad.se/home-lab-feddit

Not a ad but want to leave this here because I think it's relevant. Najalla has a VPN service that is very unique, instead of giving you multiple exit points with different IPs and maybe 1 portforward they give you One static IP with full access to portforwarding for like 5€/Month

I am in no way affiliated with them but I am just a customers of thier service and enjoy it!

I completely agree, Tailscale will not just solve your issues. If you want to have is as simple as possible for your users you are going to need to expose it publicly for your users. And the reason I posted the comment above is to share a solution that has worked for me to get my users "Smart"TVs to work. Honestly if someone where to make a service that provides a "plex networking" solution for jellyfin I think allot of people would consider using it and leave plex for good!

That doesn't slove the problem if your Smart TV doesn't support tailscale or something like Wireguard. Using another machine connected to a VPN like for example Tailscale/Headscale and then using ssh portforwarding allows you to access the service(jellyfin) on the device without support.

It would be like this:

Jellyfin <-- Tailscale/Headscale <--- Machine forwarding the jellyfins port <-- Smart TV

This can be done with a command like this:

ssh -L 0.0.0.0:8096:jellyfin_tailnet_ip:8096 -f -N user@machine

If you have a machine at her place that is on most of the time you can have tailscale on that device and then make it ssh into itself with ssh portforwarding on!

Edit: You can also selfhost headscale and do the same as the comment below said

on Sick of this shit · c/memes · 5 pts · 79d

In this documentary was the squirrel also responsible for creating the contenets by running on earth core?

on How do you use VPN? · c/selfhosted · 3 pts · 117d

I have done what you are looking for on OPNsense. And I'm pretty sure it can also be done with OpenWRT.

You will need to setup multi WAN and setup some static routes and use your RoadWarrior setup.

Aka you want this:

Phone › Via Wireguard › OpenWRT › Via Wireguard › VPN provider

I don't have a guide on how to do it but I will try to find one and update this comment if I do. But here are some Guides that might help you in creating it!

Multi WAN Guide

MullvadVPNs OpenWRT Guide for Wireguard (Should work with other providers)

OpenWRT Wireguard Guides

I'm also including the guide to setup Roadwarrior & External VPN provider for OPNsense so you can get a idea of how it should be done and work

OPNsense guide I used to create my Wireguard WAN

OPNsense guide I also used for Wireguard WAN

OPNsense Guide I used for my Roadwarior Setup