this post was submitted on 28 Aug 2025
24 points (96.2% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

64213 readers
962 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

FUCK ADOBE!

Torrenting/P2P:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 2 years ago
MODERATORS
 

Hey guys! So I have a simple dilemma. The computer i use for video/movies is on a vpn. Sometimes I want to move those videos to my nas.

Now I am just using the mulvad program on the local pc (linux). I dont have it installed on my router (and im not sure if I will yet, since with slowdowns and some sites and applications not working on a VPN, I dont really need it network wide at this point)

But my problem is, my nas isn't accessible from the pc, unless I shut off the VPN, which I dont want to do when in the middle of a big download. Also, it would be nice sometimes to download right to my nas so I dont need to move files.

Is there a somewhat easy solution? Im decently savvy but networking still confuses me sometimes.

top 14 comments
sorted by: hot top controversial new old
[–] TheFogan@programming.dev 15 points 2 weeks ago (2 children)

I believe in mullvad there's a setting to "allow local traffic",

Navigate: to the Preferences or Settings menu. Find: the option for "Local network sharing" and enable it by turning the switch on

or if you are using CLI

mullvad lan set allow

in short, most vpn clients have an option to not override local traffic. while still directing everything outside of your LAN through the VPN.

[–] frongt@lemmy.zip 10 points 2 weeks ago

Generally it's called "split tunneling" but they might call it something else

[–] bridgeenjoyer@sh.itjust.works 1 points 2 weeks ago (2 children)

i JUST saw that setting! that helps. though i'm trying to keep this pc mostly isolated from my home network, i think checking that option just to move files over and then rechecking it would be fine with me.

[–] RheumatoidArthritis@mander.xyz 2 points 2 weeks ago* (last edited 2 weeks ago)

You should be able to add a route just for your nas without enabling lan sharing, something like sudo ip r a 192.168.1.123/32 via 192.168.1.1 dev eth0

Where .123 is your nas, .1 is your router, eth0 is your physical network interface.

But it's probably better to just toggle lan sharing.

[–] Matth78@lemmy.zip 2 points 2 weeks ago

You could add your NAS local address to not go through your VPN using advanced split tunneling on Linux.
Look at the docs from Mullvad it might help you do what you want : https://mullvad.net/en/help/split-tunneling-with-linux-advanced

[–] Evkob@lemmy.ca 10 points 2 weeks ago (1 children)

I don't typically use a VPN so take my advice with a grain of salt, but I'm pretty sure what you're looking for is split tunneling. Set it so that all traffic goes through your VPN except the IP of your NAS.

[–] bridgeenjoyer@sh.itjust.works 1 points 2 weeks ago

I don't know how ya'll get away with not using a VPN. I'd get instantly hosed

[–] 667@lemmy.radio 5 points 2 weeks ago

I’ve used rsync in the past, it’s quite nice, very fast. I don’t know that it will work for you, but I was surprised to learn it existed.

[–] EveryMuffinIsNowEncrypted@lemmy.blahaj.zone 4 points 2 weeks ago* (last edited 2 weeks ago)

Well that depends: is your NAS on the local network?

If yes, then personally I just use SMB.

If no, then fuck if I know. Lol.

[–] hperrin@lemmy.ca 3 points 2 weeks ago

You can run a WebDAV server and bind to the interface on your local network.

There’s also an ad hoc version if you don’t want it running all the time.

[–] Cevilia@lemmy.blahaj.zone 2 points 2 weeks ago (1 children)

Depending on which VPN you're using, you might be able to put the NAS on the VPN too. If for example you use Nord, they have a feature called Meshnet that gives each computer a unique hostname that you can access via the VPN.

[–] Cevilia@lemmy.blahaj.zone 1 points 2 weeks ago

Update: Meshnet is going away in December. Fuck. I need to find an alternative.

[–] BastingChemina@slrpnk.net 2 points 2 weeks ago

I think tailscale would fit your use case perfectly.

You can install tailscale on your computer and your NAS. This way, there is a tunnel between your computer and your NAS. In practice you will have a separate IP address for your NAS that you can use from your computer.

It also means that you will have secure access to your NAS from wherever in the world as long as you have internet access.

Then, Mullvad and tailscale are integrated together. It means that from tailscale you get the Mullvad add-on that allows you to use Mullvad as exit-point. Meaning that all your traffic that is not in your tailscale network will go through Mullvad (so in your case everything except your NAS)

It's been two years that I am using that and it's working great for me.

[–] kugmo@sh.itjust.works 1 points 2 weeks ago

A better option, use a container that connects whatever torrent program to the VPN. Only that will be on the PN, and depending how it's setup it will only connect to the VPN, making it unable to leak your IP address if the connection fails. You can just sftp into the NAS that way and is by far the easiest solution.