• Screenshot 1

Description

{
"html": "

IPNetwork

\n

IPNetwork is a handy little command line tool designed to simplify tricky network tasks like IP, netmask, subnet, and CIDR calculations. It’s all about IPv4 here and was built using C#. The interface is light and clean, plus it’s fully unit tested so you know it works well!

\n\n

How to Use IPNetwork

\n

Getting started with IPNetwork is easy. Here’s the basic command format:

\n

ipnetwork [-inmcbflu] [-d cidr|-D] [-h|-s cidr|-S|-w|-W|-x|-C network|-o network] networks ...

\n\n

Print Options

\n
    \n
  • -i: network
  • \n
  • -n: network address
  • \n
  • -m: netmask
  • \n
  • -c: CIDR notation
  • \n
  • -b: broadcast address
  • \n
  • -f: first usable IP address
  • \n
  • -l: last usable IP address
  • \n
  • -u: number of usable IP addresses
  • \n
\n\n

Parse Options

\n
    \n
  • -d cidr : use CIDR if not provided (default /32)
  • \n
  • -D : use default CIDR (ClassA/8, ClassB/16, ClassC/24)
  • \n
\n\n

Actions You Can Take

\n \n\n

Examples of Using IPNetwork:

\n

If you want to see information for a specific network, just enter:

\nn

<code>c:\\> ipnetwork 10.0.0.0/8</code>

\nn

This will give you details like:

\nn
    \nn
  • ID: 10.0.0.0/8
  • \nn
  • Netmask: 255.0.0.0
  • \nn < li class='info'>CIDR: 8
    \nn < li class='info'>Broadcast: 10.255.255.255
    \nn < li class='info'>First Usable: 10.0.0.1
    \nn < li class='

User Reviews for IPNetwork 1

  • for IPNetwork
    IPNetwork is a fantastic tool for network calculations. Its clean API and unit testing make it a reliable choice.
    Reviewer profile placeholder Sarah Johnson
SoftPas

SoftPas is your platform for the latest software and technology news, reviews, and guides. Stay up to date with cutting-edge trends in tech and software development.

Recent

Help

Subscribe to newsletter


© Copyright 2024, SoftPas, All Rights Reserved.