Quote:
Originally Posted by General
i know 127.0.0.1 is your "ip" adress
so is 192.198.x.x your network "ip" adress?
and what is 127.0.0.2?
|
192.168.x.x is also you generic home network IP address. There are 3 different sets reserved for "private" use. If anyone wanted to make their network more secure I would recommend changing it as all routers come with the 192.168 as the prefix for its network. You can also use
10.0.0.0 to 10.255.255.255
172.16.0.0 to 172.31.255.255
192.168.0.0 to 192.168.255.255
Using a different prefix can help against outside attacks as they are usually based to only look for an 192.168.x.x IP.
As for loopback it is used in the range of the 127 prefix, usually 127.0.0.1/2/8 but in specific networks it can use any address in the spectrum. Nothign can be sent to a WAN (i.e. Internet) from a network from these IP's unless specified (home routers dont usually have this option).