alxwolf / network-tools

Collection of scripts and tools for network setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

network-tools

Collection of scripts and tools for network setup

MAC address generator

This MAC address generator will provide a random MAC address.

Install with

curl -Lo macgen.sh https://gist.githubusercontent.com/INA2N/079adda7d6e5612996e4e993152d7103/raw/2e770f82f85794f7e4ee959b39112df9c04b3c71/macgen.sh && chmod +x macgen.sh

Run with

[UDM] root@udm-pro:/mnt/data/podman/cni# ./macgen.sh 
EE:CC:EC:A2:7C:D1

ULA generator

This python script will provide a unique, valid prefix for IPv6 Unique Local Addresses (starting with fdxx:...).

Install with

curl -Lo ula.py https://raw.githubusercontent.com/n-st/python-ula/master/ula.py && chmod +x ula.py

Run with

[UDM] root@udm-pro:/mnt/data# python ula.py
fdca:5c13:1fb8::

About

Collection of scripts and tools for network setup

License:MIT License