Deathmeter

joined 1 year ago
 

Not sure if this is common in other parts of the world, but I stumbled across this promo while searching for better internet and thought it was hilarious. Probably the worst asymmetry I've ever seen and it also costs like $280/month. https://www.superonline.net/kampanyalar/fiber-kampanyalari/10-gbps-isik-hizinda-fiber-internet-kampanyasi

There's only 1 major ISP in the country that does symmetric gigabit plans, but they don't have a ton of infrastructure (not where I live). Most people still barely see double digit upload speeds despite purchasing "fiber" plans with FTTB.

Imagine my pain trying to host a Plex server for friends and family.

[–] Deathmeter@alien.top 2 points 11 months ago

ISPs in Turkey will tell you a lie along the lines of "You will get 20% lower speeds on 3rd party routers" because they don't want to bother debugging issues on routers they don't control. I know that's not true since I get all the speed I pay for, but to connect at all I have to clone the ISP provided router's mac address because 3rd party routers aren't supported.

It's not impossible that your ISP could be doing something similar where they say they support 3rd party routers but throttle speeds based on your router's mac. If you do end up asking for an ISP router and get better speeds on it, you could try cloning the mac and see if that solves your issue for your own router.

[–] Deathmeter@alien.top 1 points 11 months ago

Is there a reason why you want prowlarr and sab behind a VPN in the first place? If you just turn on TLS in sabnzbd you're not going to run into any issues and it's probably a better idea to search with prowlarr through your home address depending on what trackers you're using. I don't have either of these behind a VPN for my setup personally.

Gluetun just needs to share a docker network with traefik and not use network_mode. Do you have a default network in this compose file? If not you should add the same network name to every container and test to see if you can reach prowlarr with docker exec traefik wget -O - http://gluetun:9696.

Gluetun with protonvpn disconnects constantly for me and requires dependent containers to restart when it reconnects (https://github.com/qdm12/gluetun/issues/641) so make sure if you're testing stuff they're all restarted together

[–] Deathmeter@alien.top 1 points 11 months ago (1 children)

Not offering the perfect solution you were looking for, but if you're still using the ISP router it might be worth it to upgrade that to something you can install custom firmware on that's also relatively cheap like an asuswrt-merlin compatible device (I personally use an ASUS RT-AX86S).

That would allow you to have a guest wifi using YazFi that routes everything through a VPN of your choice and it would leave your regular wifi untouched. You can even use the DNS director to intercept all traffic on port 53 and reroute it to your pihole, including queries going out to 1.1.1.1 or other public DNS servers from apps trying to circumvent DNS blocks.

[–] Deathmeter@alien.top 1 points 11 months ago

I personally run tailscale on my host and a single traefik instance on docker. Anything that doesn't need to be accessed by other people listen to the hostname and get a 100.64.0.0/10 ip whitelist middleware to only allow connections through tailscale. That way a request sent through the public IP with a custom Host header can't be smuggled in and I don't have to deal with custom ports for a 2nd reverse proxy