Re: host versus nslookup

2011-10-15 Thread Cathy Almond
On 12/10/11 23:09, Kevin Darcy wrote: As far as I know, only HP-UX has hacked nslookup to look at /etc/hosts. And I don't think it even looks at the switch file or other naming sources (e.g. Yellow Plague). HP-UX's nslookup enhancement is a one-off, I believe. For the record, on HP-UX it does

Mixing Algorithms for DNSSEC

2011-10-15 Thread Mark Elkins
Saw the light of day and decided to change my DNSSEC signing script to create DNS Keys with RSASHA256 rather than RSASHA1. It seems one can not mix these two in the same zone I've created a short script to demonstrate the issue. I've Attached RunTest that simulates what I am doing. It uses

Re: Mixing Algorithms for DNSSEC

2011-10-15 Thread Mark Elkins
On Sat, 2011-10-15 at 08:11 -0700, Casey Deccio wrote: On Sat, Oct 15, 2011 at 3:11 AM, Mark Elkins m...@posix.co.za wrote: Basically - create a KSK and ZSK with RSASHA1 - Sign - and visibly check the results. Add a new KSK using RSASHA256 - prep the zone and

Re: Mixing Algorithms for DNSSEC

2011-10-15 Thread Mark Elkins
True - no problem with a handful of zones. Now assume a few thousand being automated from some script. Wonder if OpenDNSSEC handles this at all? OK - so I've rewritten my script to not worry (Don't Panic) - just keep using the monthly KSK's with RSASHA1 until it sees a ZSK with the RSASHA256

Re: Mixing Algorithms for DNSSEC

2011-10-15 Thread Casey Deccio
On Sat, Oct 15, 2011 at 1:31 PM, Mark Elkins m...@posix.co.za wrote: True - no problem with a handful of zones. Now assume a few thousand being automated from some script. Wonder if OpenDNSSEC handles this at all? OK - so I've rewritten my script to not worry (Don't Panic) - just keep

Re: Mixing Algorithms for DNSSEC

2011-10-15 Thread Mark Andrews
In message 1318673495.8491.89.ca...@mjelap.posix.co.za, Mark Elkins writes: Saw the light of day and decided to change my DNSSEC signing script to create DNS Keys with RSASHA256 rather than RSASHA1. It seems one can not mix these two in the same zone I've created a short script to