[rt-users] Adding additional WHOIS searches to RT - Nominet

Alex Young AlexYoung at HousingPartners.co.uk
Mon Jul 23 05:56:59 EDT 2012


My RT_SiteConfig.pm:

Set($whois, {
    6 => {
Host=> "whois.nic.uk",
FriendlyName => "Nominet",
},
1 => {
Host=> "whois.iana.org",
FriendlyName => "IANA",
},
5 => {
Host=> "whois.ripe.net",
FriendlyName => "RIPE",
},
2 => {
Host=> "whois.internic.net",
FriendlyName => "INTERNIC",
},
3 => {
Host=> "whois.arin.net",
FriendlyName => "ARIN",
},
} );

The system configuration page is showing the above items under site config.

It is also showing as RTIR Core config, but without my additional whois server.



-----Original Message-----
From: ruslan.zakirov at gmail.com [mailto:ruslan.zakirov at gmail.com] On Behalf Of Ruslan Zakirov
Sent: 25 June 2012 23:13
To: Alex Young
Cc: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] Adding additional WHOIS searches to RT - Nominet

On Mon, Jun 25, 2012 at 8:35 PM, Alex Young <AlexYoung at housingpartners.co.uk> wrote:
> Is it possible to add additional WHOIS server providers into RT/RTIR?
>
> None of the included ones will resolve .uk domains, and as most of our 
> domains we deal with are .uk it's not  hugely useful.
>
> Nominet is the ccTLD for .uk domains and they run a normal whois 
> service on port 43. Tried just adding new address and details within 
> the RTIR config, but it doesn't seem to work.
>
> Any ideas how to get this working with their WHOIS server?

It should work just fine with regular whois servers. How does config look like? Have you checked system configuration page make sure config changes are active?

> Thanks,
> Alex



--
Best regards, Ruslan.


More information about the rt-users mailing list