[4] | 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"
|
---|
| 6 | href="/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 |
|
---|
[286] | 13 | <tr><td class="heading">Quick Searches:</td><tr>
|
---|
[4] | 14 |
|
---|
| 15 | <tr class="color1">
|
---|
[286] | 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
|
---|
| 18 | first octet MUST include the period to be considered an IP search.</td>
|
---|
[4] | 19 | </tr>
|
---|
| 20 | <tr class="color2">
|
---|
| 21 | <td>CIDR blocks</td><td>209.92.128/30</br>or
|
---|
[286] | 22 | 209.92.128.0/30</td><td>Lists all /30's beginning with 209.91.128 or checks for an
|
---|
| 23 | exact match for 209.92.128.0/30 respectively</td>
|
---|
[4] | 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
|
---|
| 27 | part of (if any)</td>
|
---|
| 28 | </tr>
|
---|
| 29 | <tr class="color2">
|
---|
| 30 | <td>Customer ID:</td><td>705 or 6137328844</td><td>Find all alloctions to that
|
---|
| 31 | customer.
|
---|
| 32 | Matches on prefix (area code, area code + exchange, etc).
|
---|
| 33 | </td>
|
---|
| 34 | </tr>
|
---|
[286] | 35 | <tr class="color1">
|
---|
| 36 | <td>Description:</td><td>cable or efni</td><td>Find all allocations with the search term in
|
---|
| 37 | the description. Note that searches for CustIDs with letters will fall under this category
|
---|
| 38 | until CustIDs are all-numeric.</td>
|
---|
| 39 | </tr>
|
---|
[4] | 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">
|
---|
| 54 | </form>
|
---|
| 55 | </tr>
|
---|
| 56 |
|
---|
| 57 | <tr><td>
|
---|
| 58 |
|
---|
| 59 |
|
---|
| 60 | </table>
|
---|
| 61 |
|
---|
| 62 |
|
---|
| 63 | </body></html>
|
---|