This is a discussion on Re: Getting hold of serial numbers within the Bind Users forums, part of the DNS and Related Forums category; On Wed December 15 2004 2:35 pm, D McDonald wrote: > Earlier today Stephen noticed that the serial numbers ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed December 15 2004 2:35 pm, D McDonald wrote:
> Earlier today Stephen noticed that the serial numbers on the zone files > didnt match between my dns server, and thouse of att. How do you go about > finding out the serial number of zone files? How would you do this from a > *nix command line? USe whois to get a list of dns servers $ whois totalflood.com DNS.TOTALFLOOD.COM 12.47.198.108 DNS2.TOTALFLOOD.COM 65.223.121.228 NS3.INFLOW.NET 216.183.114.115 NS4.INFLOW.NET 66.179.160.115 Then query each for the SOA record $ dig @12.47.198.108 totalflood.com SOA totalflood.com. 3600 IN SOA dns.totalflood.com. domainadmin.totalflood.com. 99 10800 900 604800 3600 ^^ (in this case 99 is the serial number) etc... > Renski > > -- > renski@sdf.lonestar.org > SDF Public Access UNIX System - http://sdf.lonestar.org -- Stephen Carville Unix and Network Adminstrator DPSI 6033 W.Century Blvd. Los Angeles, CA 90045 310-342-3602 |