source: trunk/help.html@ 4

Last change on this file since 4 was 4, checked in by Kris Deugau, 19 years ago

Import "new" IPDB development:

March 2004 through end of August 2004

Changes include:

-> Entirely new method of allocating IP space; which should

hopefully reduce the amount of messiness in allocations.

-> IP address processing provided by NetAddr::IP rather than

homebrew code

-> Change DB to PostgreSQL to eliminate some of the problems

caused by using MySQL, and to gain native RDBMS support for
IP addresses.

-> Using NetAddr::IP and Postgres allows (eventually, with

PG >= 7.4) IPV6 without any code changes. In theory.

-> Logging so that if someone makes a change that turns out

to have been wrong for some reason, Blame Can Be Assigned.

-> General code cleanups (split IPDB.pm from CommonWeb.pm,

for instance)

File size: 1.6 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">Searches:</td><tr>
14
15<tr class="color1">
16<td>Class-C-sized IP blocks</td><td>209.91.128</td>
17<td>Lists all alloctions starting with that set of octets</td>
18</tr>
19<tr class="color2">
20<td>CIDR blocks</td><td>209.92.128/30</br>or
21209.92.128.0/30</td><td>lists all /30's beginning with 209.91.128</td>
22</tr>
23<tr class="color1">
24<td>IP address</td><td>209.92.128.30</td><td>Finds the alloction that IP is a
25part of (if any)</td>
26</tr>
27<tr class="color2">
28<td>Customer ID:</td><td>705 or 6137328844</td><td>Find all alloctions to that
29customer.
30Matches on prefix (area code, area code + exchange, etc).
31</td>
32</tr>
33
34<tr class="regular"><!-- blank row --><td></td></tr>
35<tr><td colspan="3">A blank query will "show all"</td></tr>
36<tr><td colspan="3">The title in the top right hand corner is a link home.</td></tr>
37
38<tr class="regular"><!-- blank row --><td></td></tr>
39<tr class="regular"><!-- blank row --><td></td></tr>
40<tr class="regular"><!-- blank row --><td></td></tr>
41
42<tr class="color1"><td>Subnet Calculator</td>
43<td colspan="2">
44<form method="POST" action="cgi-bin/snCalc.cgi">
45<input type="text" size="5" maxlength="10" name="input" class="regular">
46<input type="submit" value="Calculate" class="heading">
47</form>
48</tr>
49
50<tr><td>
51
52
53</table>
54
55
56</body></html>
Note: See TracBrowser for help on using the repository browser.