40 Mbps is the amount of data that can be moved in one second; the difference between 20% saturation and 90% saturation should have negligible impact on latency. The bottleneck would occur if you OVERsaturate the line (ie. trying to pull more than 40mbps down) because then the packets would need to take turns coming in and possibly even be re-sent from the source if the latency is so bad that those packets are wiped from cache on routers or switches. (FUN FACT: this is basically how a DDOS attack works, too many packets are being thrown at your network and your router can’t say “no” fast enough to the bad data so latency approaches infinity and the good data ends up getting buried as well)
- 0 Posts
- 12 Comments
Mbps is a measurement for bandwidth not latency. However, it’s a little confusing what OP wants based on the image alone. The question marks in tandem with the bandwidth values makes me assume OP wants to know their outbound bandwidth but they are clearly asking for latency in the post text.
stown@lemmy.worldto
Selfhosted@lemmy.world•What are some great use cases for a Raspberry Pi 4, if I buy the 5 to replace it?English
2·2 years agoI have 2 pi 4. One of them runs Vaultwarden as my self-hosted password manager. The other runs TPLink Omada SDN management software to manage my switch and WiFi APs.
stown@lemmy.worldto
Selfhosted@lemmy.world•Need help running homeassistantOS as a VM. VM doesnt receive ipv4 address.English
1·2 years agoOP, are all of the working-as-expected VMs also members of the virbr0 network?
I’m thinking that this is a firewall issue on your VM host. If you DO NOT have any other working VMs then could you try disabling the firewall on the VM host and see if the VM can receive DHCP traffic.
stown@lemmy.worldto
Selfhosted@lemmy.world•Any experience with Zen 1 idle power consumption running Proxmox?English
2·2 years agoWould like to know this too. I have a 1600x sitting in my spare parts box since my desktop upgrade about a year ago. Been wondering if it’s worth it to set up some kind of game server with it.
stown@lemmy.worldto
Selfhosted@lemmy.world•CGNAT blocking external access to NAS. Looking to address this plus more.English
11·2 years agoI already do use firewall rules, this is just an extra step I take to segment things which also serves to make it a bit easier for me to remember certain addresses. It is entirely unnecessary, but I like it this way.
Let’s say I have a static IPv4: 72.235.228.162
And IPv6 block: 2660:1100:45f0:c17:: /60
What I do is set up a Virtual IP in OPNSense and give it the address 2660:1100:45f0:c171:72:235:228:162
Then I set up the firewall rules for that IP.
Then I NAT 1:1 that IP to the NGINX VM’s IP and now the Internet doesn’t need to know about it.
stown@lemmy.worldto
Selfhosted@lemmy.world•CGNAT blocking external access to NAS. Looking to address this plus more.English
11·2 years agoI use NAT on IPv6 so that I control which IP address is exposed. I’ve got /60 and all of my home devices are assigned unique IPs. What I like to do is set up a V6 address that uses the same numbers as my static V4 address and NAT that to my NGINX box, basically using the router assigned V6 as a “local” address.
stown@lemmy.worldto
Selfhosted@lemmy.world•CGNAT blocking external access to NAS. Looking to address this plus more.English
21·2 years agoNAT certainly exists in IPV6, I use it on my home network for my nginx proxy VM. I cannot, for the life of me, figure out how to change the IP on the host so I do NAT on my router. 🤷♂️
stown@lemmy.worldto
Selfhosted@lemmy.world•I’m about to throw my entire Pihole out the windowEnglish
1·2 years agoThat’s pretty standard for nearly every router and Internet connected device. There is almost always a setting for Primary and Secondary DNS servers. Sometimes you can even set more (ie. 2 IPv6 DNS servers in addition to the 2 IPv4 DNS servers)
stown@lemmy.worldto
Selfhosted@lemmy.world•Use an old android phone to selfhost ?English
19·3 years agoThanks to your comment I gave termux another try and finally figured out what I was doing wrong (pgk updates never working). DO NOT install termux from the Play Store, use FDROID. If you use the play store version you have an old and outdated version with old and broken package repos.
stown@lemmy.worldto
Selfhosted@lemmy.world•Does "Selfhosted" mean you actually have a server at home?English
1·3 years agoI ran one for a few months until I woke up one morning and it wasn’t working. As I was the only person using it, I didn’t bother to troubleshoot and just signed up for an account at lemmy.world.
If you want to run your own I recommend you check out the ansible install route. It’s really simple and straightforward once you wrap your head around ansible.
Cloudflare has dynamic DNS as well as a client to run on your server that will update automatically for you.