- Timestamp:
- 10/28/04 14:59:51 (20 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/alloctypes.html
r10 r38 8 8 <body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0"> 9 9 10 <table class="regular" width=630>10 <table class="regular"> 11 11 12 12 <tr><td colspan=2 class="heading">Allocation Types:</td><tr> 13 13 14 14 <tr class="color1"> 15 <td>Customer netblock (default)</td><td>A direct allocation /30 or larger to a customer.</td> 15 <td>Customer netblock (default)</td><td>A direct allocation /30 or larger to a 16 customer.</td> 16 17 </tr> 17 18 18 19 <tr class="color2"> 19 <td>Customer static IP - Cable</td><td>A single IP address from a designated pool 20 <td>Static IP - Server pool</td><td>A single IP from a pool designated for 21 servers</td> 22 </tr><tr class="color1"> 23 <td>Static IP - Cable</td><td>A single IP address from a designated pool 20 24 on the cable network.</td> 25 </tr><tr class="color2"> 26 <td>Static IP - DSL</td><td>A single IP address from a designated pool 27 on the DSL network. Note that these are nominally in Sudbury or North Bay, 28 even if the customer isn't.</td> 21 29 </tr><tr class="color1"> 22 <td>Customer static IP - DSL</td><td>A single IP address from a designated pool 23 on the DSL network. Note that these are nominally in Sudbury, even if the customer 24 isn't.</td> 30 <td>Static IP - Dialup</td><td>A single IP address from a designated pool 31 on a dialup RAS.</td> 25 32 </tr><tr class="color2"> 26 <td>IP from server pool</td><td>A single IP from a pool designated for servers</td> 33 <td>Static IP - Wireless</td><td>A single IP address from a designated pool 34 on one of our wireless networks.</td> 27 35 </tr> 28 36 29 37 <tr class="color1"> 30 <td> Pool - Cable</td><td>A pool of IP addresses available for one-by-one assignment to31 customers on cable.</td>38 <td>Static pool - Servers</td><td>A pool of IP addresses available for one-by-one 39 assignment to servers in a POP. This will usually only be in Sudbury.</td> 32 40 </tr><tr class="color2"> 33 <td>Pool - DSL</td><td>A pool of IP addresses available for one-by-one assignment to 41 <td>Static pool - Cable</td><td>A pool of IP addresses available for one-by-one assignment 42 to customers on cable.</td> 43 </tr><tr class="color1"> 44 <td>Static pool - DSL</td><td>A pool of IP addresses available for one-by-one assignment to 34 45 customers on DSL. Note that individual IPs will be "assigned" to the customer's 35 46 city, but the pool they are a part of will normally be "assigned" to Sudbury or 36 47 North Bay.</td> 48 </tr><tr class="color2"> 49 <td>Static pool - Dialup</td><td>A pool of IP addresses available for one-by-one 50 assignment to dialup customers.</td> 37 51 </tr><tr class="color1"> 38 <td> Pool - Servers</td><td>A pool of IP addresses available for one-by-one assignment to39 servers in Sudbury.</td>52 <td>Static pool - Wireless</td><td>A pool of IP addresses available for one-by-one 53 assignment to customers on one of our wireless networks.</td> 40 54 </tr> 41 55 -
trunk/assign.html
r31 r38 51 51 <td>Allocation type:</td><td> 52 52 <select name="alloctype"><option value="cn" selected>Customer netblock</option> 53 <option value="ci">Customer static IP - Cable</option> 54 <option value="di">Customer static IP - DSL</option> 55 <option value="mi">Customer static IP - Dialup</option> 56 <option value="si">IP from server pool</option> 53 <option value="si">Static IP - Server pool</option> 54 <option value="ci">Static IP - Cable</option> 55 <option value="di">Static IP - DSL</option> 56 <option value="mi">Static IP - Dialup</option> 57 <option value="wi">Static IP - Wireless</option> 58 <option value="sp">Static Pool - Servers</option> 57 59 <option value="cp">Static Pool - Cable</option> 58 60 <option value="dp">Static Pool - DSL</option> 59 61 <option value="mp">Static Pool - Dialup</option> 60 <option value=" sp">Static Pool - Servers</option>62 <option value="wp">Static Pool - Wireless</option> 61 63 <option value="ee">End-use netblock</option> 62 64 <option value="dn">Dialup netblock</option> -
trunk/fb-assign.html
r21 r38 52 52 <td>Allocation type:</td><td> 53 53 <select name="alloctype"><option value="cn" selected>Customer netblock</option> 54 <option value="cp">Pool - Cable</option> 55 <option value="dp">Pool - DSL</option> 56 <option value="mp">Pool - Static Dialup</option> 57 <option value="sp">Pool - Servers</option> 54 <option value="sp">Static Pool - Servers</option> 55 <option value="cp">Static Pool - Cable</option> 56 <option value="dp">Static Pool - DSL</option> 57 <option value="mp">Static Pool - Dialup</option> 58 <option value="wp">Static Pool - Wireless</option> 58 59 <option value="ee">End-use netblock</option> 59 60 <option value="dn">Dialup netblock</option> -
trunk/header.inc
r36 r38 13 13 } 14 14 function helpAllocTypes() { 15 window.open("/ip/alloctypes.html", "alloc_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width= 650,height=600")15 window.open("/ip/alloctypes.html", "alloc_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=750,height=550") 16 16 } 17 17 </script>
Note:
See TracChangeset
for help on using the changeset viewer.