Why can I ping IP addresses from 127.0.0.1 to 127.255.255.254? [duplicate]
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
This question already has an answer here:
How does the loopback interface work
1 answer
I thought that the local IP address of my machine is 127.0.0.1
I do not understand why am I able to ping IP addresses until 127.255.255.254
networking ip network-interface internet ping
marked as duplicate by xhienne, Jeff Schaller, Community⦠Oct 2 '17 at 10:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
-1
down vote
favorite
This question already has an answer here:
How does the loopback interface work
1 answer
I thought that the local IP address of my machine is 127.0.0.1
I do not understand why am I able to ping IP addresses until 127.255.255.254
networking ip network-interface internet ping
marked as duplicate by xhienne, Jeff Schaller, Community⦠Oct 2 '17 at 10:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
See unix.stackexchange.com/questions/363507/â¦
â Johan Myréen
Oct 2 '17 at 8:22
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
This question already has an answer here:
How does the loopback interface work
1 answer
I thought that the local IP address of my machine is 127.0.0.1
I do not understand why am I able to ping IP addresses until 127.255.255.254
networking ip network-interface internet ping
This question already has an answer here:
How does the loopback interface work
1 answer
I thought that the local IP address of my machine is 127.0.0.1
I do not understand why am I able to ping IP addresses until 127.255.255.254
This question already has an answer here:
How does the loopback interface work
1 answer
networking ip network-interface internet ping
networking ip network-interface internet ping
asked Oct 2 '17 at 8:01
yoyo_fun
322412
322412
marked as duplicate by xhienne, Jeff Schaller, Community⦠Oct 2 '17 at 10:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by xhienne, Jeff Schaller, Community⦠Oct 2 '17 at 10:53
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
See unix.stackexchange.com/questions/363507/â¦
â Johan Myréen
Oct 2 '17 at 8:22
add a comment |Â
See unix.stackexchange.com/questions/363507/â¦
â Johan Myréen
Oct 2 '17 at 8:22
See unix.stackexchange.com/questions/363507/â¦
â Johan Myréen
Oct 2 '17 at 8:22
See unix.stackexchange.com/questions/363507/â¦
â Johan Myréen
Oct 2 '17 at 8:22
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
The 127.0.0.0/8 hosts are "loopback" addresses, which enable you to contact the local host through a network socket (but this will not require any network interface card, as this bit of the Ethernet protocol is directly managed by the kernel).
You are able to send ping request from your local host and get a reply ; this is just the way it is meant to be. However, these addresses will not be accessible from other hosts.
Let me know if you have more specific questions!
Cheers!
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
The 127.0.0.0/8 hosts are "loopback" addresses, which enable you to contact the local host through a network socket (but this will not require any network interface card, as this bit of the Ethernet protocol is directly managed by the kernel).
You are able to send ping request from your local host and get a reply ; this is just the way it is meant to be. However, these addresses will not be accessible from other hosts.
Let me know if you have more specific questions!
Cheers!
add a comment |Â
up vote
4
down vote
The 127.0.0.0/8 hosts are "loopback" addresses, which enable you to contact the local host through a network socket (but this will not require any network interface card, as this bit of the Ethernet protocol is directly managed by the kernel).
You are able to send ping request from your local host and get a reply ; this is just the way it is meant to be. However, these addresses will not be accessible from other hosts.
Let me know if you have more specific questions!
Cheers!
add a comment |Â
up vote
4
down vote
up vote
4
down vote
The 127.0.0.0/8 hosts are "loopback" addresses, which enable you to contact the local host through a network socket (but this will not require any network interface card, as this bit of the Ethernet protocol is directly managed by the kernel).
You are able to send ping request from your local host and get a reply ; this is just the way it is meant to be. However, these addresses will not be accessible from other hosts.
Let me know if you have more specific questions!
Cheers!
The 127.0.0.0/8 hosts are "loopback" addresses, which enable you to contact the local host through a network socket (but this will not require any network interface card, as this bit of the Ethernet protocol is directly managed by the kernel).
You are able to send ping request from your local host and get a reply ; this is just the way it is meant to be. However, these addresses will not be accessible from other hosts.
Let me know if you have more specific questions!
Cheers!
answered Oct 2 '17 at 9:36
VinWz
411
411
add a comment |Â
add a comment |Â
See unix.stackexchange.com/questions/363507/â¦
â Johan Myréen
Oct 2 '17 at 8:22