this post was submitted on 22 Jul 2023
-1 points (46.2% liked)

Selfhosted

38773 readers
751 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 1 year ago
MODERATORS
 

I reside in an apartment complex where the internet services are not controlled by the management, but instead, they are managed by our ISP, Telcom. Unfortunately, Telcom restricts certain functionalities for users, such as not helping with the opening of ports or providing the admin username/password for my router. Additionally, my router doesn't appear on the network tab of file explorer. Given this situation, what options do I have to address these limitations to port forward?

you are viewing a single comment's thread
view the rest of the comments
[–] Amcro@lemm.ee 6 points 1 year ago (1 children)

One solution would be sending email requesting for them to open ports for you, you can tell them that you need open ports for security cameras and use that port for reverse proxy. That way you dont need more than one open port. Second option is cloudflare tunnels, they do not require open ports at all, but they do require for you to buy domain though. Last option would be to use VPN like tailscale which also do not require open ports at all. All you need is clients installed on devices and connect them on the same network.

Hope some of these help, i actually use all methods for different situations and each of them have pros and cons, but those are all reliable methods.

[–] housepanther@lemmy.goblackcat.com 8 points 1 year ago (1 children)

The better way to go about it is using Cloudflare tunnels or Tailscale.

[–] ezekielmudd@lemmy.world 6 points 1 year ago (2 children)

Tailscale will walk right past those ISP restrictions like a ghost passing through a wall.

[–] spez_@lemmy.world 2 points 1 year ago

I can confirm, because I use Tailscale on my GL.iNet travel router, which is connected behind a router I have no access to. I'm able to access all my services anywhere in the world

The only way it would not would be if the ISP only allowed TCP ports 80, 143, 443, 465, 587, 993, and 995. Many public hotspots in my area do this plus deep packet inspection. You would need OpenVPN or SSH for a TCP-based VPN and then a means to disguise your traffic to look like an https session, over say, port 443. It's not easy to defeat but very doable.