Quote:
|
Originally Posted by satimis
What is the reason for ISP to lock IP address 192.168.0.1 on the router which is on my LAN.
|
There are three IP ranges which are strictly for internal usage and which should never be exposed to the internet. The ranges are
Code:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
As you can see your IP address is in this range. It's private space and is used behind a router. The router uses the NAT protocol to translate multiple internal IP addresses to the external address, and directs returning packets back to the originator. Maybe
this will give you a start with how and why.
Recent comments
12 hours 17 min ago
12 hours 23 min ago
17 hours 21 min ago
1 day 2 min ago
1 day 51 min ago
1 day 2 hours ago
1 day 6 hours ago
1 day 13 hours ago
1 day 16 hours ago
1 day 18 hours ago