A Afox Renowned Member Dec 18, 2014 257 12 83 Oct 15, 2021 #1 Hello, is there a tool to generate a random IPv6 address within a given Subnet (e.g. /64) on Linux? Thanks and best regards, Afox
Hello, is there a tool to generate a random IPv6 address within a given Subnet (e.g. /64) on Linux? Thanks and best regards, Afox
H hatman New Member Oct 13, 2021 2 0 1 40 Oct 17, 2021 #2 Hey Afox, Have you tried just using IPv6 slaac?
A Afox Renowned Member Dec 18, 2014 257 12 83 Oct 17, 2021 #3 hi, no because I need static addresses for firewalling etc.. I helped myself using Code: openssl rand -hex 8 although it doesn´t add colons.
hi, no because I need static addresses for firewalling etc.. I helped myself using Code: openssl rand -hex 8 although it doesn´t add colons.