Comment on Why can't I access this service over the LAN?
anamethatisnt@sopuli.xyz 6 days ago
Check if you need a flag when starting it to bind 0.0.0.0 instead of 127.0.0.1
Comment on Why can't I access this service over the LAN?
anamethatisnt@sopuli.xyz 6 days ago
Check if you need a flag when starting it to bind 0.0.0.0 instead of 127.0.0.1
undefined@lemmy.hogru.ch 6 days ago
Be careful if there’s a public IP address. I think some operating systems even include IPv6 with
0.0.0.0so that if there’s a public one assigned this might open it up to the world.lemmyvore@feddit.nl 5 days ago
Yeah it’s a very good rule of thumb to always bind to explicit IPs.
Another issue with 0.0.0.0 is that it will bind to basically everything, including whatever bridge or tunnel interfaces you may have up on that machine. And that’s how you end up with random services exposed through VPNs and God knows what, when you thought it was a “private” service that only lives on your LAN.