1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to identify dynamic ips in ipv6?

Discussion in 'Programming' started by nekowai, Jan 29, 2018.

  1. #1
    Usually dynamic Ipv4 ip ranges are something like A.B.*.* or A.B.C.*
    What about ipv6?
     
    nekowai, Jan 29, 2018 IP
  2. pakanpak

    pakanpak Member

    Messages:
    22
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    30
    #2
    Like this
    FE80::/10

    It's means
    FE80:0000:0000:0000:0000:00**:****:****
     
    pakanpak, Feb 7, 2018 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Depends on the language, but .NET has its ability to parse built in -
    IPAddress.Parse
     
    ccoonen, Feb 13, 2018 IP
  4. Xavier Swain

    Xavier Swain Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    i would suggest sticking with ipv4 - https://www.ipv4connect.com/
     
    Xavier Swain, Jul 11, 2018 IP
  5. Cameron Fillers

    Cameron Fillers Member

    Messages:
    33
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    33
    #5
    Are you referring to a local instance, or are trying to check if people access your website/content are doing so from dynamic ips? By dynamic ips, are you really wondering as to whether they are DHCP, or something else?

    Maybe some more information on what the intended goal would help, as you are going to have a difficult time just trying to figure out if they are bots or fake clients without more information to go on.

    But to help a bit with what is provided, you could utilize cookies and see if a cookie exists for a client, but with a new ip. If that is the case, and it is on a similar net, then you would know that the client is likely assigning a new ip address from the same computer.
     
    Cameron Fillers, Jul 27, 2018 IP