I’m trying to open http://10.10.5.165/ but it won’t load unless I connect to a specific WiFi (office’s wifi), is there any way to tackle it? Thanks
I’ve only tried to turn off my wifi and try all kinds of internet connection, but it seems like it’ll only work if it’s using that specific WiFi
4
Answers
how do yu configured your public ip "10.10.5.165" ? if you have configured in your wifi router, you can associate DMZ to your local machine and wifi and local machine must be always in running.
your problems is not explicit. thank you.
Your 10.10.5.165 only exists in your local network environment. If you want to access it from anywhere, you can try using a VPN, such as WireGuard.
The IP address "10.XX.XX.XX" falls within the range defined by RFC 1918 for private IP addresses. Private IP addresses are reserved for use within private networks and are not routable over the public internet. The specific range for private IP addresses in the 10.0.0.0 to 10.255.255.255 range.
In practical terms, this means that if a website or service is using an IP address in the 10.XX.XX.XX range, it is intended for internal use within a specific network. Accessing it directly over the public internet is not possible unless the network is configured to allow external connections.
You can’t access the address because it’s reserved for use in a local network – no one globally can control such an address.
There are multiple IP ranges defined as «reserved»:
The list isn’t exhaustive, though. For more information, you can check out the RFC6890 (Special-Purpose IP Address Registries).
There is a way to reach to that address from the outside, though…
Specifically, you would have to set up a Virtual Private Network on your office Wi-Fi router (a VPN for short) – that way, you’ll be able to access all local resources that your local network offers.