User Tools

Site Tools


systems:ipv6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
systems:ipv6 [2018/01/17 20:47] – [DUID Conflict between two Computers] superwizardsystems:ipv6 [2020/07/25 19:01] (current) – [IPV6 Ranges] superwizard
Line 1: Line 1:
-====== DUID Conflict between two Computers ======+====== IPV6 Ranges ====== 
 + 
 +<WRAP center round box > 
 +From: https://www.ultratools.com/tools/ipv6CIDRToRangeResult?ipAddress=2000%3A%3A%2F3&as_sfid=AAAAAAXLyHZyypM0BkgPd5Oqx1YG0MDrQ8-vzpGpHcpnsRp3jHOqNtbTMx2NmZEjJmThrI7NJlMUP0YsSLkYkdQslC1dUwLLZfgVqrMV1W_y7MdhmgjvOi5q2_ceDAYFZb_4MdM%3D&as_fid=daab81932ddb8c143727fab89d413fffe6058720 
 + 
 +</WRAP> 
 + 
 +Facts about numbers 
 + 
 +Also: https://www.numberfacts.com/
  
-From: + 
 +<code> 
 +2000::/3 
 +To 3fff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 
 +2**125 = 42535295865117307932921825928971026432 Hosts 
 +</code> 
 + 
 +====== ipv6 survey of implementation ====== 
 + 
 + 
 +From: https://www.mrp.net/ipv6_survey/ 
 + 
 +<code> 
 +During the Joint Techs meeting at Fermilab Ron Broersma of Defense Research and Engineering Network  
 +(DREN) included a scorecard in his presentation that tried to quantify how well major organisations  
 +were embracing IPv6. I thought that this was such a fine idea that I’ve decided to replicate it here.  
 +</code> 
 + 
 +Also Testing: http://www.ipv6now.com.au/tools.php 
 + 
 +<code> 
 +IPv6 Testing Tools 
 +IPv6, like any new technology, takes time to implement and operate. Here are some tools to make  
 +checking, tracing and verifying IPv6 easier for you. 
 +</code> 
 + 
 + 
 + 
 +====== DUID Conflict between two Computers How to reset DUID ====== 
 + 
 +From: https://knowledge.zomers.eu/misc/Pages/How-to-reset-the-IPv6-DUID-in-Windows.aspx 
 + 
 +duplicate ip
  
 <code> <code>
 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\TCPIP6\Parameters
 Dhcpv6DUID=hex:00,01,00,01,20,57,99,99,99,99,99,98,97,96 Dhcpv6DUID=hex:00,01,00,01,20,57,99,99,99,99,99,98,97,96
 +
 +reg delete HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters /v Dhcpv6DUID
 +
 </code> </code>
  
Line 299: Line 343:
  
 <code> <code>
-nmap ---script broadcast-dhcp6-discover+nmap ---script=broadcast-dhcp6-discover
 netsh int ipv6 show prefixpolicies netsh int ipv6 show prefixpolicies
 netsh interface ipv6 show address netsh interface ipv6 show address
Line 340: Line 384:
 nslookup  Domain.com 2001:4860:4860::8888 nslookup  Domain.com 2001:4860:4860::8888
 nslookup  -q=aaaa Domain.com 2001:4860:4860::8888 nslookup  -q=aaaa Domain.com 2001:4860:4860::8888
 +
 +
 +   nmap -6 --script=targets-ipv6-multicast-echo.nse --script-args 'newtargets' -sL -d1 -oA c:\\temp\\nmap.txt
  
 </code> </code>
systems/ipv6.1516222032.txt.gz · Last modified: 2018/01/17 20:47 by superwizard