this post was submitted on 30 Oct 2023
1 points (100.0% liked)

Homelab

371 readers
3 users here now

Rules

founded 11 months ago
MODERATORS
 

Hi, I currently have a 50mbit fixed wireless internet connection. I host my personal website, and also access my devices/servers with guacamole, mstsc, and anydesk. Everything is extremely slow and laggy, so i was thinking about upgrading my wan speed.

When I asked my ISP whether i can get a better internet speed, they told me that there is currently no wired or fibre connection available at my location. They told me that they can do their best to upgrade it to 80mbit, but that is the maximum I can get with fixed wireless. They also told me that their transmitter can support a maximum of 8 receivers, and my receiver is the 8th, so i cannot get another wireless receiver and/or combine them together.

I’ve also asked other ISPs, but they told me that their supported maximum with fixed wireless is 50mbit…

I’d be really glad if someone has any ideas. Thanks

top 8 comments
sorted by: hot top controversial new old
[–] ebrandsberg@alien.top 1 points 10 months ago

Can I assume you are in a rural area? For a question like this, location is extremely important. If you have neighbors with a need for fast access as well, you may be able to form a cooperative and run lines between your homes, and pay for a hardline drop to your neighborhood.

[–] djgizmo@alien.top 1 points 10 months ago (1 children)

If you’re out in an area with no cable / fiber connection, you are at the mercy of your WISP infrastructure. Period. Their node (tower radio) is probably a few miles away and there’s only so much one can do.

LTE / 5G might be an option, but is likely slower and worse latency.

Either a) contract fiber to your place for $50k-$100k B) live with what you have C) move.

[–] zap_p25@alien.top 1 points 10 months ago (1 children)

With a 8 SU limitation, sounds more like a 802.11ad solution is in use.

[–] djgizmo@alien.top 1 points 10 months ago

Probably. OP is probably at long distance and 80mb (of actual throughput) is probably being optimistic.

[–] f8computer@alien.top 1 points 10 months ago (1 children)

If you've got 5g (or really good 4g) towers - caylxinstitute - unlimited hotspot. Runs on tmobile towers. I'm in the middle of nowhere and average 45down on it with 8mb up. If I take it with me and hit good towers I've seen over 1gb down on it.

[–] Pure_Professional663@alien.top 1 points 10 months ago

Issue with 5G is gaining access to non NAT public Static IP address for hosting. You could use DynDNS or similar, but I always struggled hosting real services behind a 3G/4G network.

[–] ericneo3@alien.top 1 points 10 months ago

Everything is extremely slow and laggy.

Things you can do to improve that from your side.

  • Make sure your servers and devices are cabled, this has reduced latency over wireless. Every hop will add more.

  • Run your AnyDesk, devices, host and vms with in performance mode, balanced and power saving modes put devices into low power or sleep states that add to their spin up time when someone accesses them.

  • Run your storage from ZFS and services (SQL, Web Servers and Web APPS) from arc cache. Arc cache will reduce web page load times and latency from 7seconds, 7000ms to 63ms on device when paired with HTTP2/3. You will add on average 50ms from each cabled hop and 80ms from each wireless hop.

  • Install SSL certificates and tell everything to use HTTP2.0 or HTTP3.0, with QUIC where possible as this reduces latency and pushes data using multiple streams.

[–] Popular-Objective-24@alien.top 1 points 10 months ago

What you describe actually sounds pretty good for a WISP. Often speeds are much less than 50Mbps with wireless providers.

Also the fact that they tell you the transmitter on their tower is at capacity (8 connections) is actually a sign of a good ISP. Some WISPs will keep piling on the customers even though their towers are way over capacity, then everyone's connection suffers greatly as a result.

What is your upload speed? I'd wager that's what's really limiting you here.