AS Administration / RPC Key webmanagement
As promised, we are working on an AS Administration interface. In order to apply for it, you need a RPC Key.
AS Admins have the same privileges as normal RPC Key users, with the difference that they can easily (de)list the ip's affected within their ranges.
If you want to apply, apply for a RPC Key first, please put the following information in the justification:
A list of the ASN's you manage (if it is AS admin related)
A username to login
Your password md5 or sha512 hash, to obtain this:
using console:
echo -n password|md5sum
echo -n password|sha512sum
using php:
<?=md5('password'])?>
<?=hash('sha512','password')?>
using postgresql:
SELECT MD5('password');
SELECT digest('password','sha512'); (requires pgcrypto module)
using mysql:
SELECT MD5('password');
SELECT SHA2('password', 512);We will manually verify your access to the AS before acceptance and send a verification mail to the in WHOIS noted contacts.
If you are already own a RPC Key, send me an email with above details, same restrictions apply upon adding. Please specify your rpckey as verification in that case. Or contact me on IRC.
Existing key owners can also request a username and password if they want to be able to remove some of your entries straight through the website entries that way as well.
outsider / Mar-13-2011 05:04:59 GMT
Comments for AS Administration / RPC Key webmanagement
These are the 1 (0 hidden) comments for the above post. You may add your own comment about the blog entry below! (Removal requests made here are IGNORED as they do not belong here! Contact the maintainer instead.)
Made the following changes today in /lookup:
You can now quickly delist all entries regarding one IP if you are either global admin, as admin with access to the AS of the ip, or you are the person who added it using his rpckey.