• TheFogan@programming.dev
    link
    fedilink
    English
    arrow-up
    17
    ·
    6 days ago

    Well of course, how else would you trick script kiddies that figured out when they DDOSed 127.0.0.1 and learned what a loop back was, and get them again in a few weeks with “ok ok my real address is 127.34.21.2”

      • TheFogan@programming.dev
        link
        fedilink
        English
        arrow-up
        14
        ·
        6 days ago

        not sure if you are joking, but any valid IP4 address starting with 127. does the same thing, loopback. 127.0.0.1 is just the standard most people use, you could use 127.127.127.127, or 127.1.1.1 or any random numbers 0 and 254 for the second 2, and 1 and 254 for the last and the effects will be identical.

      • ramjambamalam@lemmy.ca
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        6 days ago

        A /8 subnet is basically everything after the first of the four segments, e.g. 127.*.*.*. marine_mustang was saying that loopback (what you think of as only 127.0.0.1) is actually an entire subnet, so any address that starts with 127 will hit the loopback interface. TIL, never thought about it much before.