Skip to content

codeplox-dev/spike-network-address-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

address-generator

In infrastructure projects I often want to network addresses deterministically from hostnames or other identifiers in an environment. The scripts in this repository generate MAC addresses and ipv6 LLAs from useful input.

Usage example:

Generating conforming locally-administered addresses (LLAs) in IEEE Mac Address Spec

./mac_generator.py ns1.zebo.codeplox.dev
ns1.zebo.codeplox.dev 06:00:8F:7D:A3:6D

Generating conforming IPv6 unique local addresses (ULAs)

./v6_lla_generator.py 06:00:8F:7D:A3:6D 52 2
fe80::400:8fbf:967d:a36d/64

About

Agile spike working out stable network address generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages