opnsense-ports/sysutils/ipsc/files/ipsc.8
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

37 lines
799 B
Groff

.Dd December10, 2006
.Dt ipsc 8
.Os
.Sh NAME
.Nm ipsc
.Nd IP Subnet Calculator
.Sh SYNOPSIS
.Nm
.Op Options
.Op addr/mask | addr/offset | addr
.Sh DESCRIPTION
The IP Subnet Calculator is a tool that
allows network administrators to make calculations that
will assist in subnetting a network. It also has a number
of other useful functions.
.Pp
The options are as follows:
.Bl -tag -width identXXXXXX
.It Fl C <class>
Network class (a, b, or c). Must be used with -B
.It Fl B <bits>
Subnet bits (must be used with -C).
.It Fl i <if>
Reverse engineer an interface (e.g. eth0).
.It Fl a
Print all information available.
.It Fl g
Print general information.
.It Fl s
Print all possible subnets.
.It Fl h
Print host information.
.It Fl c
Print CIDR information.
.It Fl v
Print the program version.
.El