source: branches/stable/help.html@ 360

Last change on this file since 360 was 360, checked in by Kris Deugau, 17 years ago

/branches/stable

Update subnet calculator:

  • Clean up HTML output
  • Include "Wildcard" mask
  • Behave correctly on many more subnet lengths - valid range is now 3-29. NetAddr::IP starts assuming IPv6 with a mask of /1 (sort of, sometimes). Assumes a /29 subnet if input is invalid.
File size: 2.2 KB
Line 
1<html><head>
2
3<title>IP Database</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4
5<link rel="stylesheet" type="text/css"
6href="/ip/ipdb.css" />
7
8</head>
9<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
10
11<table class="regular">
12
13<tr><td class="heading">Quick Searches:</td><tr>
14
15<tr class="color1">
16<td>IP blocks</td><td>209.91.128 or 209.</td>
17<td>Lists all alloctions starting with that set of octets. Note that matches on the
18first octet MUST include the period to be considered an IP search.</td>
19</tr>
20<tr class="color2">
21<td>CIDR blocks</td><td>209.92.128/30</br>or
22209.92.128.0/30</td><td>Lists all /30's beginning with 209.91.128 or checks for an
23exact match for 209.92.128.0/30 respectively</td>
24</tr>
25<tr class="color1">
26<td>IP address</td><td>209.92.128.30</td><td>Finds the alloction that IP is a
27part of (if any)</td>
28</tr>
29<tr class="color2">
30<td>Customer ID:</td><td>705 or 6137328844 or 503101</td><td>Find all alloctions to that
31customer. Matches on prefix (area code, area code + exchange, etc). Searches old as well as
32new CustIDs.
33</td>
34</tr>
35<tr class="color1">
36<td>Description:</td><td>cable or efni</td><td>Find all allocations with the search term in
37the description. Note that searches for CustIDs with letters will fall under this category
38until CustIDs are all-numeric.</td>
39</tr>
40
41<tr class="regular"><!-- blank row --><td></td></tr>
42<tr><td colspan="3">A blank query will "show all"</td></tr>
43<tr><td colspan="3">The title in the top right hand corner is a link home.</td></tr>
44
45<tr class="regular"><!-- blank row --><td></td></tr>
46<tr class="regular"><!-- blank row --><td></td></tr>
47<tr class="regular"><!-- blank row --><td></td></tr>
48
49<tr class="color1"><td>Subnet Calculator</td>
50<td colspan="2">
51<form method="POST" action="cgi-bin/snCalc.cgi">
52 / <input type="text" size="5" maxlength="10" name="input" class="regular">
53<input type="submit" value="Calculate" class="heading">&nbsp; Show
54<span class="mask">subnet mask</span>, <span class="wildcard">wildcard mask</span>,
55and possible subnet ranges for the entered mask length.
56</form>
57</tr>
58
59<tr><td>
60
61
62</table>
63
64
65</body></html>
Note: See TracBrowser for help on using the repository browser.