Skip to content

Add autodetection of MAC address, NTP improvements, oui.txt cleanup #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
oui.txt
*.bak
*~
\#*
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# 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. You will be prompted for your physical MAC address (guessing "eth0" is no longer relevant in 2017).
Simply run in a bash shell. For additional options, use `-h`

## Requirements

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

## Optional

`ntpq`, `ntpdate`, `ip`, `ifconfig`

## Improvements over other scripts

Expand All @@ -23,4 +30,5 @@ Simply run in a bash shell. You will be prompted for your physical MAC address (
## References

- [RFC 4193 — Unique Local IPv6 Unicast Addresses](https://tools.ietf.org/html/rfc4193)
- [RFC 3513 - Internet Protocol Version 6 (IPv6) Addressing Architecture](https://tools.ietf.org/html/rfc3513)
- [Unique local address](https://en.wikipedia.org/wiki/Unique_local_address) on Wikipedia
Loading