1 | <hr>
|
---|
2 | <div>WARNING: There are FAR fewer controls on what you can do here. Use the
|
---|
3 | main interface if at all possible.</div>
|
---|
4 | <hr>
|
---|
5 | <form action="admin.cgi" method="POST"><fieldset><legend class="noshow"> </legend>
|
---|
6 |
|
---|
7 | <input type="hidden" name="action" value="alloc">
|
---|
8 | Allocate block/IP: <input name="cidr"> as
|
---|
9 | <select name="alloctype">
|
---|
10 | <TMPL_LOOP NAME=typelist><option value="<TMPL_VAR NAME=type>"<TMPL_IF sel> selected</TMPL_IF>><TMPL_VAR NAME=listname></option>
|
---|
11 | </TMPL_LOOP>
|
---|
12 | </select>
|
---|
13 | to <input name="custid">
|
---|
14 | <input type="submit" value=" GIMME!! ">
|
---|
15 | </fieldset></form>
|
---|
16 |
|
---|
17 | <hr>
|
---|
18 | <form action="admin.cgi" method="POST"><fieldset><legend class="noshow"> </legend>
|
---|
19 | <input type="hidden" name="action" value="alloctweak">
|
---|
20 | Manually update allocation data in this /24: <input name="allocfrom">
|
---|
21 | <input type="submit" value="Show allocations">
|
---|
22 | </fieldset></form>
|
---|
23 |
|
---|
24 | <hr>
|
---|
25 | <div>
|
---|
26 | rWHOIS tools:
|
---|
27 | <form action="admin.cgi" method="POST"><fieldset><legend class="noshow"> </legend>
|
---|
28 | <input type="hidden" name="action" value="touch">
|
---|
29 | Bump "last updated" timestamp on this master:
|
---|
30 | <select name="whichmaster">
|
---|
31 | <TMPL_LOOP NAME=masterlist><option value="<TMPL_VAR NAME=master>"><TMPL_VAR NAME=master> (<TMPL_VAR NAME=mtime>)</option>
|
---|
32 | </TMPL_LOOP>
|
---|
33 | </select>
|
---|
34 | <input type="submit" value="Update timestamp"> (Sets timestamp to "now")
|
---|
35 | </fieldset></form>
|
---|
36 |
|
---|
37 | <a href="admin.cgi?action=listcust">Edit customer data for rWHOIS</a> - data used for
|
---|
38 | blocks with the SWIP box checkmarked. Links to edit/add data are on this page.
|
---|
39 | </div>
|
---|
40 |
|
---|
41 | <hr>
|
---|
42 | <div>
|
---|
43 | <a href="admin.cgi?action=showpools">List IP Pools</a> for manual tweaking and updates
|
---|
44 | </div>
|
---|
45 |
|
---|
46 | <hr>
|
---|
47 | <div>
|
---|
48 | <a href="admin.cgi?action=showusers">Manage users</a> (add/remove users; change
|
---|
49 | internal access controls - note that this does NOT include IP-based limits)<br>
|
---|
50 | <a href="admin.cgi?action=emailnotice">Manage email notice options</a> (pick which events
|
---|
51 | and allocation types cause notifications; configure recipient lists for notices)
|
---|
52 | </div>
|
---|
53 |
|
---|
54 | <hr>
|
---|
55 | <div>
|
---|
56 | Consistency check tools<br>
|
---|
57 | <a href="consistency-check.pl">General</a>: Check general netblock consistency.<br>
|
---|
58 |
|
---|
59 | <a href="freespace.pl">Free space</a>: List total and aggregate free space. Does not
|
---|
60 | include private networks (192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8)
|
---|
61 | </div>
|
---|