this post was submitted on 20 Aug 2026
22 points (100.0% liked)

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

70249 readers
242 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

We heartily recommend visiting the free port of freemediaheckyeah (aka FMHY) while you sail the high seas, for all the freshest links the ocean has to offer.

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

FUCK ADOBE!

Torrenting/P2P:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 3 years ago
MODERATORS
 

Hello! I've really wanted to start sharing on soulseek; however I have IceVPN running on an OpenVPN config file.

Is it not possible to open ports with this setup? I can download, but I cannot upload. Of course, router ports dont work since the VPN is on..

all 7 comments
sorted by: hot top controversial new old
[–] dry_water@programming.dev 8 points 2 days ago

Looks like IceVPN doesn't have port forwarding yet https://icevpn.com/help/knowledge-base

[–] ItsNotImportant24@lemmy.ml 3 points 2 days ago (3 children)

Maybe try running through tailscale. With tailscale you dont need to open ports. I run soulseek and my entire server behind tailscale and download and upload just fine in soulseek.

[–] dry_water@programming.dev 2 points 2 days ago

Wait I thought the whole point of OP trying to open ports was being connectable to people who are behind NAT.

[–] whysofurious@lemmy.dbzer0.com 1 points 2 days ago (2 children)

That's interesting, can you share a bit more about this? I have soulseek in docker (slskd) but I thought the "you don't need to open ports with tailscale" was only valid for ssh?

[–] ItsNotImportant24@lemmy.ml 1 points 2 days ago* (last edited 2 days ago)

No, as Azura said it applies to everything. It creates a mesh network that all of your devices can talk to. I do suggest using gluetun in your docker setup though so you can still run slskd behind a vpn. But all containers will be accessible through your tailscale ip address.

No, tailscale is a VPN in the original sense, your devices act like they're in the same network much like your WiFi printer does at home, regardless of open ports. So it works with any ports and applications, not just ssh.

You might need to change the hostname you are trying to access. If e.g. homeserver.example.com points to your public IP, it still won't work any better. But if your devices is called "homeserver" in tailscale and on your other (client) device you point to http://homeserver/, then the tailscale DNS would resolve it to the tailscale-internal IP and it will route through tailscale.