About 4,030,000 results
Open links in new tab
  1. What's the whole point of "localhost", hosts and ports at all?

    Source: Wikipedia - Localhost. The :80 part is the TCP port. You can consider these ports as communications endpoints on a particular IP address (in the case of localhost - 127.0.0.1). …

  2. ip - What is the difference between 0.0.0.0, 127.0.0.1 and localhost ...

    Dec 26, 2013 · The loopback adapter with IP address 127.0.0.1 from the perspective of the server process looks just like any other network adapter on the machine, so a server told to listen on …

  3. What is the difference between 127.0.0.1 and localhost

    Sep 12, 2011 · On modern computer systems, localhost as a hostname translates to an IPv4 address in the 127.0.0.0/8 (loopback) net block, usually 127.0.0.1, or ::1 in IPv6. The only …

  4. What is IPv6 for localhost and 0.0.0.0? - Stack Overflow

    Oct 22, 2016 · As we all know the IPv4 address for localhost is 127.0.0.1 (loopback address). What is the IPv6 address for localhost and for 0.0.0.0 as I need to block some ad hosts.

  5. tcp - localhost vs real ip address - Stack Overflow

    Nov 22, 2012 · When you access localhost, your /etc/hosts file will tell your computer not to look any further and redirects you to your own computer. When you access the local IP adress, …

  6. How to connect to my http://localhost web server from Android …

    Mar 19, 2019 · The localhost refers to the device on which the code is running, in this case the emulator. If you want to refer to the computer which is running the Android simulator, use the …

  7. Can't access localhost via IP address - Stack Overflow

    Jul 3, 2016 · 72 If you can access a server running on your own machine via 127.0.0.1 (or localhost) but not via the computer's ip address, this means that the server software is …

  8. How do you connect localhost in the Android emulator?

    I have made a php script inside localhost and I am connecting that with httpClient but I am getting a problem. Please tell me how can I connect to a php file at localhost from the emulator?

  9. How to allow access outside localhost - Stack Overflow

    How can I allow access outside the localhost at Angular2? I can navigate at localhost:3030/panel easily but I can not navigate when I write my IP such as 10.123.14.12:3030/panel/.

  10. From inside of a Docker container, how do I connect to the …

    Jun 20, 2014 · Even if you have the IP address of the Docker host, it does not mean you can connect to the Docker host from within the container, given that IP address as your Docker …