Edit: Big thanks to everybody who shared their advice! :) I’m very pleasantly surprised and will definitely explore all the options you guys provided, such as getting an additional router or configuring Tailscale. Again, big thanks to everyone!


Hi all, I’ve recently moved and now my ISP doesn’t allow port forwarding for wired connections (wifi only), and my landlord does not allow changing ISPs. Now my home server is practically useless which makes me very sad.

Is there any easy way to still access device ports without port forwarding or buying a wifi card/dongle is my safest bet?

  • kibiz0r@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    7 months ago

    How does your ISP have anything to do with port forwarding, or wired vs. wifi?

    • Too Lazy Didn't Name@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      7 months ago

      In the US at least, ISPs can force you to use a specific router and software restrict certain functions.

      I have AT&T and they do this to me, I just have my own router behind theirs. Might be what OP needs to do.

      • Eager Eagle@lemmy.world
        link
        fedilink
        English
        arrow-up
        11
        ·
        7 months ago

        I knew they provided some “perks” to incentivize using their own router, like free support and compatibility with other junk they push to customers, but actively forcing users should be forbidden.

        Do you also have to pay to “rent” the device?

      • jgkawell@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        ·
        7 months ago

        Yeah I have AT&T and had to set up IP passthrough on their router/gateway box. Basically it makes it so the ISP provided router acts as if it isn’t there and my router gets to do whatever it wants.

      • terminhell@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        7 months ago

        If it’s fiber, you don’t need the modem. You’ll still need it once every few months.

        Things you’ll need:

        1. your own router
        2. cheap 4 port switch (1gig pref)

        Setup: Connect gpon (the little fiber converter box they installed on the wall near modem) wan to any port on 4port switch. Then from switch to gpon port of modem (usually red or green port). Make sure modem fully syncs. Once this happens, you can move the cable from the modem to your own routers wan port. Done! Allow router a few moments to sync as well.

        Now, every once in a while they’ll send a line refresh signal that will break this, or if a power outage occurs. In such case, you’ll just plug back in their modem, move cable back to gpon port of modem, wait for sync. Move cable back to router.

        Edit: (after thought) put all this equipment on a battery backup and you’ll still have Internet during short power outages.

    • BCsven@lemmy.ca
      link
      fedilink
      English
      arrow-up
      8
      ·
      7 months ago

      Canada here, ISP provides router. You can set in Bridge Mode to avoid using their router, but then you are supplying your own equipment, whioe running through their box.

    • denast@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      7
      ·
      7 months ago

      I’m in US. My ISP Xfinity decided their users are too stupid to use router settings so they purged port forwarding settings from the router panel altogether. Now you have to use their mobile application which doesn’t allow you to make port forwarding rules for a specific IP (because again, they think their user is an idiot that can’t figure out IP numbers), instead it just gives you a list of devices and you have to select one to create a port forwarding rule. Wired devices are not on that list.

      • Max-P@lemmy.max-p.me
        link
        fedilink
        English
        arrow-up
        7
        ·
        7 months ago

        What you could do, is set your phone with a temporary static IP (like, manually set on the device if the router doesn’t have static leases). Then port forward to your phone as you would for the server. Then, set the phone back to DHCP, and set the server as the same static IP you used.

        Assuming the router isn’t smart enough to try to follow your phone’s IP, you’ll effectively have forwarded for the server.

        It may also do it based on DHCP provided names, rather than WiFi names. In that case, you should make sure the server uses DHCP and advertises a valid name. If it’s already got a static IP, that would explain why it doesn’t show up on the UI.