About 3,340,000 results
Open links in new tab
  1. What is the difference between 0.0.0.0, 127.0.0.1 and localhost?

    Dec 26, 2013 · Just to emphasize another common misunderstanding; you can't connect to 0.0.0.0 with a client, you have to know which actual addresses the server is listening on.

  2. What does 0.0.0.0/0 and ::/0 mean? - Stack Overflow

    May 29, 2017 · 0.0.0.0 means that any IP either from a local system or from anywhere on the internet can access. It is everything else other than what is already specified in routing table.

  3. 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.

  4. Is 0.0.0.0 a valid IP address? - Stack Overflow

    Sep 7, 2010 · Is 0.0.0.0 a valid IP address? I want my program to be able to store it as an indication that no address is in use, but this won't work if it's actually valid.

  5. How to access docker container listening on 0.0.0.0:8000

    Mar 1, 2022 · I am new to Docker and trying to run an open-source Django application with Docker Desktop for Windows. Command docker container ls shows the application is running, and the …

  6. next.js - How to host NextJS app on 0.0.0.0:3000 with nrwl/next (not ...

    Nov 23, 2021 · Although 0.0.0.0 and 127.0.0.1 often play the same role, they are not the same thing. You cannot blindly change one for the other in all situations - well, you cannot, at least, expect that it …

  7. IPv6: Is `::' equivalent to `0.0.0.0' when listening for connections?

    Dec 15, 2014 · The address 0:0:0:0:0:0:0:0 is called the unspecified address. It must never be assigned to any node. It indicates the absence of an address. One example of its use is in the Source Address …

  8. python server http://0.0.0.0:8080/ - Stack Overflow

    Are you running python locally, or is it on a remote server. When you say "it says I don't have access to localhost".. who says, your browser?

  9. python -m SimpleHTTPServer - Listening on 0.0.0.0:8000 but …

    I think the other two answers are trying to make it clear that 0.0.0.0 is not the URL you should be visiting. When a Python web server (like cherrypy for instance) says it is serving on 0.0.0.0 it means it is …

  10. What is %0|%0 and how does it work? - Stack Overflow

    Nov 18, 2012 · What is %0|%0 and how does it work? Asked 13 years, 1 month ago Modified 1 month ago Viewed 205k times