Networks Guru

Tag: routing

Verifying a route on a Linux System

With the existence of the IP package in a linux/unix system the routing table can be viewed using the below command

$ ip route

ex:

Parsing a list of IPs and/or Networks with Prefix-Length or Subnet Masks

A very simple script that uses ipcalc capabilities to parse a list of IPs or networks an outputs a list of readable Network IDs with their subnet masks.

#!/bin/bash

AUTHOR=AHMED
Blog=”Networks.Guru”

Powered by WordPress & Theme by Anders Norén