About 52 results
Open links in new tab
  1. 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 …

  2. 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). …

  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. linux - ::1 が ローカルホストのIPとなるのはなぜ? - スタック・ …

    2 /etc/hosts の一覧において 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost とあり、 127.0.0.1 が ローカルホストを意味する IPアドレスであることはインターネット上の …

  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. tcp - localhost vs real ip address - Stack Overflow

    Nov 22, 2012 · 30 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 …

  8. 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 …

  9. python - How to access FastAPI backend from a different …

    31 Setting the host flag to 0.0.0.0 To access a FastAPI backend from a different machine/IP (than the local machine that is running the server) on the same network, you would need to make …

  10. IIS - can't access page by ip address instead of localhost

    IIS - can't access page by ip address instead of localhost Asked 12 years, 10 months ago Modified 5 years, 4 months ago Viewed 159k times