• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting all the devices' IP addresses in an IPv6 network

 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers,
I need to find the IP addresses of all the devices in a network. I am using IPv6.

If we use IPv4, i can increment the nodes identity(last triple of an ip address) triple like,
10.10.10.1,
10.10.10.2,
10.10.10.3,
10.10.10.4,
10.10.10.5 upto 10.10.10.254. (Here first 3 triples are grouply representing the network, and last triple is node's identity)

But IPv6 is in different structure which has 8 quads (last 4 quads are grouply representing the node's identity).
How can i find all the devices' ip addresses in this IPv6 network?

Thank You All.
 
reply
    Bookmark Topic Watch Topic
  • New Topic