Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 977 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 977 Bytes

Bash ULA Generator

Generate an IPv6 Unique Local Address prefix

Timothe Litt [email protected] - bugfixes and simplified usage 2020-02-03

Alexandre de Verteuil [email protected]
2017-06-20

Based on scripts from Shinsuke Suzuki and Holger Zuleger, available under the prior_art directory.

Usage

Simply run in a bash shell. For additional options, use -h

Requirements

wget, cut, tr, sed, grep, tail, head, sort, which

Optional

ntpq, ntpdate, ip, ifconfig

Improvements over other scripts

  • Not a CGI script
  • Computes the SHA1 hash of bytes, not their hex representation
  • Better text output

References