Programmers are cooked.

you are viewing a single comment's thread
view the rest of the comments
[–] 59 points 5 months ago (2 children)

Sorry, wrong link for some reason, it's supposed to be http://192.168.1.36/

  • source
  • hideshow 4 child comments
  • [–] 28 points 5 months ago* (last edited 5 months ago) (1 child)

    That is only your local IP, dumbass.

    http://127.0.0.1/ is where it is at.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 27 points 5 months ago (2 children)

    Hate to be that guy, but localhost is 127.0.0.1, not 172.0.0.1 (which is actually a public IP address)

  • source
  • parent
  • hideshow 4 child comments
  • [–] 10 points 5 months ago (1 child)

    It looks like the whole 172.0.0.0/12 block belongs to AT&T

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 5 months ago* (last edited 5 months ago) (1 child)

    Ooh, where do you find AT&T block allocations?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 5 months ago (2 children)
  • [–] 9 points 5 months ago (1 child)

    Eh... don't want to be mean but that's what's called an "IP address" for Internet Protocol Address... but this one is for your LAN, aka Local Area Network.

    So that won't work, people outside your LAN can't reach it. What you need instead is a domain. What most people don't know though is that there is a special domain name anybody can use for free! Check this out, assuming your LLM did the right setup do all that step, making website, starting Web server then try :

    https://localhost/ and voila, free domain from your newly generated websites!

    ... /s

  • source
  • parent
  • hideshow 2 child comments