[4] | 1 | <html><head>
|
---|
| 2 |
|
---|
| 3 | <title>IP Database</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
---|
| 4 |
|
---|
[414] | 5 | <link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
|
---|
| 6 | <link rel="stylesheet" type="text/css" href="/ip/local.css" />
|
---|
[4] | 7 |
|
---|
| 8 | </head>
|
---|
[414] | 9 | <body>
|
---|
[4] | 10 |
|
---|
| 11 | <table class="regular">
|
---|
| 12 |
|
---|
[286] | 13 | <tr><td class="heading">Quick Searches:</td><tr>
|
---|
[4] | 14 |
|
---|
| 15 | <tr class="color1">
|
---|
[445] | 16 | <td>IP blocks</td><td>192.168.28 or 192.</td>
|
---|
[286] | 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">
|
---|
[445] | 21 | <td>CIDR blocks</td><td>192.168.28/30</br>or
|
---|
| 22 | 192.168.28.0/30</td><td>Lists all /30's beginning with 192.168.28 or checks for an
|
---|
| 23 | exact match for 192.168.28.0/30 respectively</td>
|
---|
[4] | 24 | </tr>
|
---|
| 25 | <tr class="color1">
|
---|
[445] | 26 | <td>IP address</td><td>192.168.28.30</td><td>Finds the alloction that IP is a
|
---|
[4] | 27 | part of (if any)</td>
|
---|
| 28 | </tr>
|
---|
| 29 | <tr class="color2">
|
---|
[445] | 30 | <td>Customer ID:</td><td>123456</td><td>Find all alloctions to that
|
---|
| 31 | customer. Customer IDs are assumed to be numeric for this search.
|
---|
[4] | 32 | </td>
|
---|
| 33 | </tr>
|
---|
[286] | 34 | <tr class="color1">
|
---|
[445] | 35 | <td>Description:</td><td>cable or BigCustomer</td><td>Find all allocations with the search term in
|
---|
[286] | 36 | the description. Note that searches for CustIDs with letters will fall under this category
|
---|
[445] | 37 | unless CustIDs are all-numeric.</td>
|
---|
[286] | 38 | </tr>
|
---|
[4] | 39 |
|
---|
| 40 | <tr class="regular"><!-- blank row --><td></td></tr>
|
---|
| 41 | <tr><td colspan="3">A blank query will "show all"</td></tr>
|
---|
| 42 | <tr><td colspan="3">The title in the top right hand corner is a link home.</td></tr>
|
---|
| 43 |
|
---|
| 44 | <tr class="regular"><!-- blank row --><td></td></tr>
|
---|
| 45 | <tr class="regular"><!-- blank row --><td></td></tr>
|
---|
| 46 | <tr class="regular"><!-- blank row --><td></td></tr>
|
---|
| 47 |
|
---|
| 48 | <tr class="color1"><td>Subnet Calculator</td>
|
---|
| 49 | <td colspan="2">
|
---|
| 50 | <form method="POST" action="cgi-bin/snCalc.cgi">
|
---|
[360] | 51 | / <input type="text" size="5" maxlength="10" name="input" class="regular">
|
---|
| 52 | <input type="submit" value="Calculate" class="heading"> Show
|
---|
| 53 | <span class="mask">subnet mask</span>, <span class="wildcard">wildcard mask</span>,
|
---|
| 54 | and possible subnet ranges for the entered mask length.
|
---|
[4] | 55 | </form>
|
---|
| 56 | </tr>
|
---|
| 57 |
|
---|
| 58 | <tr><td>
|
---|
| 59 |
|
---|
| 60 |
|
---|
| 61 | </table>
|
---|
| 62 |
|
---|
| 63 |
|
---|
| 64 | </body></html>
|
---|