Tool to generate a random IPv6 address (Linux)

Afox

Renowned Member
Dec 18, 2014
257
14
83
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
 
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.