This file is indexed.

/usr/share/doc/netwox-doc/tools/24.html is in netwox-doc 5.36.0-1.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<HTML>
 <HEAD>
 <TITLE>Tool 24: Convert IP addresses ranges</TITLE>
 </HEAD>
 <BODY BGCOLOR="#FFFFFF">
  <CENTER>   <H3>Tool 24: Convert IP addresses ranges</H3>
  </CENTER>

  <P><H3>Description:</H3>
   <PRE>
  This tool converts a range of IP addresses. For example:
    netwox 24 --ips 192.168.1.128/27 --iprange --ipnumber --ipmask
  returns:
    192.168.1.128-192.168.1.159
    192.168.1.128/27
    192.168.1.128/255.255.255.224
  It permits to easily compute netmask.
  To obtain information about each address in a list of IP addresses,
  use tool 3 with option -a.
  See also tool 213.
   </PRE>

  <P><H3>Synonyms:</H3>
  &nbsp;&nbsp;ipcalc, netmask<BR>

  <P><H3>Usage:</H3>
  &nbsp;&nbsp;netwox 24 -i ips [-h|+h] [-r|+r] [-n|+n] [-m|+m]<BR>

  <P><H3>Parameters:</H3>
<TABLE BORDER=1 CELLPADDING=4>
 <TR>
  <TD ALIGN=middle><I>parameter</I></TD>
  <TD ALIGN=middle><I>description</I></TD>
  <TD ALIGN=middle><I>example</I></TD>
 </TR>
 <TR><TD><TT>-i|--ips ips</TD>
<TD>list/range of IP addresses</TD>
<TD>192.168.1.0/24</TD></TR>
<TR><TD><TT>-h|--hnrange|+h|--no-hnrange</TD>
<TD>display hostnames</TD>
<TD>&nbsp;</TD></TR>
<TR><TD><TT>-r|--iprange|+r|--no-iprange</TD>
<TD>display ip-ip</TD>
<TD>&nbsp;</TD></TR>
<TR><TD><TT>-n|--ipnumber|+n|--no-ipnumber</TD>
<TD>display ip/num</TD>
<TD>&nbsp;</TD></TR>
<TR><TD><TT>-m|--ipmask|+m|--no-ipmask</TD>
<TD>display ip/mask</TD>
<TD>&nbsp; </TD></TR>
</TABLE>

  <P><H3>Examples:</H3>
  &nbsp;&nbsp;netwox 24 -i "192.168.1.0/24"<BR>
<BR>
  &nbsp;&nbsp;netwox 24 --ips "192.168.1.0/24"<BR>
<BR>
 </BODY>
 </HTML>