summaryrefslogtreecommitdiff
path: root/sysutils/ipsc/files/ipsc.8
blob: 4fe0e6e47544b5d7e9d64eae1c706caacff6b0b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.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