https://github.com/the-universal-linux-society/network-assistant
This network-assistant script has been designed to classify IP addresses into their respective subnet classes, and offer the option to generate a random MAC address for the given IP address.
https://github.com/the-universal-linux-society/network-assistant
assistance assistant bash bash-script bash-scripting linux maca network-programming networking subnet subnet-calculator subnetting
Last synced: 3 months ago
JSON representation
This network-assistant script has been designed to classify IP addresses into their respective subnet classes, and offer the option to generate a random MAC address for the given IP address.
- Host: GitHub
- URL: https://github.com/the-universal-linux-society/network-assistant
- Owner: the-universal-linux-society
- License: mit
- Created: 2024-05-04T14:00:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T14:57:09.000Z (about 1 year ago)
- Last Synced: 2025-01-29T17:13:34.387Z (5 months ago)
- Topics: assistance, assistant, bash, bash-script, bash-scripting, linux, maca, network-programming, networking, subnet, subnet-calculator, subnetting
- Language: Shell
- Homepage: https://www.facebook.com/people/The-Universal-Linux-Society/61556792014556/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nwork_help.sh
This network-assistant script has been designed to classify IP addresses into their respective subnet classes,
and offer the option to generate a random MAC address for the given IP address.### Features:
- Subnet Classification:
Determines the subnet class (A, B or C) of any provided IP address.
- MAC address Generation:
Offers the user the option to generate a random MAC address for the specified IP address.
### Usage:
1. Clone or download the script 'nwork_help.sh'
2. chmod +x nwork_help.sh##### ./nwork_help.sh "IP address"