this post was submitted on 17 Mar 2025
85 points (94.7% liked)

Selfhosted

44503 readers
763 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

On occasion I find myself needing to send a file at least a few gigabytes in size to a friend across our slow ISPs but haven't found a satisfying solution. I usually end up creating a private torrent with the announce address of my own IP. Even though it's slow - it basically never reaches my max upload speed for some reason, it is at least resilient if there are ever any network glitches.

Does anyone else face this same challenge?

EDIT: Thank you for the awesome suggestions! I have some homework to do on these

you are viewing a single comment's thread
view the rest of the comments
[–] Andres4NY@social.ridetrans.it 1 points 18 hours ago (1 children)

@WhyJiffie @kratoz29

> is there such a problem? honest question. But I think that might be a different issue

Yes, that is a problem. We're still in a world where you need to manually enable port forwarding in order to get better seeding for bittorrent clients, and if you have CGNAT you're SOL (short of using a VPN or something to bounce through an external host).

It's likely because torrent software is older (& in crappier languages), and came about before CGNAT was a thing.

[–] WhyJiffie@sh.itjust.works 1 points 4 hours ago

> is there such a problem? honest question. But I think that might be a different issue

Yes, that is a problem. We're still in a world where you need to manually enable port forwarding in order to get better seeding for bittorrent clients, and if you have CGNAT you're SOL (short of using a VPN or something to bounce through an external host).

I don't understand, sorry. they were saying that something doesn't work as expected IPv6. but CGNAT is not used for IPv6, is it? and you don't really forward ports either, maybe you allow them through in the routercs firewall but notnsure because I don't have v6

We're still in a world where you need to manually enable port forwarding

well, you don't need to, often you can also enable the upnp function in the router so that any software can open all the ports it wants, which is a terrible idea security-wise