this post was submitted on 14 Apr 2024
33 points (97.1% liked)

Selfhosted

60623 readers
1919 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I will be located in a country where the Internet is EXTREMELY controlled and filtered. Not sure if I can even bring my current router with me(seems forbidden), so turning my RPi4 seems a good idea... Don't you think?

you are viewing a single comment's thread
view the rest of the comments
[–] entropicdrift@lemmy.sdf.org 13 points 2 years ago (2 children)

You'll need a USB 3.0 to gigabit ethernet adapter and a separate gigabit ethernet switch, but this setup is considered to be excellent as a lower-cost OpenWRT solution.

[–] StructureOfChaos@lemmynsfw.com 5 points 2 years ago (2 children)

Noted, I plan to connect to my iSP using the USB port, and then the WiFi to distribute the internet at home on a local-based network.

Found this video, seems quite straightforward: NetworkChuck - RaspberryPi router

[–] aStonedSanta@lemm.ee 3 points 2 years ago

He makes good videos. There are a bunch out there about portable routers nowadays. But I’d trust chuck tbh.

[–] PipedLinkBot@feddit.rocks 2 points 2 years ago (1 children)

Here is an alternative Piped link(s):

NetworkChuck - RaspberryPi router

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] StructureOfChaos@lemmynsfw.com 1 points 2 years ago* (last edited 2 years ago)

Thanks m8. I use NewPipe for YT vids anyway.

[–] aBundleOfFerrets@sh.itjust.works 2 points 2 years ago (1 children)

Alternatively you can use a managed switch and use vlan tagging, but this is slightly more complex and effectively makes the link half-duplex (up and down have to share the gigabit link, e.g. with a 100 mbit/s upload running you will be capped at 900 mbit/s download)

[–] StructureOfChaos@lemmynsfw.com 2 points 2 years ago

You're right, a bit more complex rn, but thanks for mentioning it anyway