This is a discussion on Re: newbie within the Bind Users forums, part of the DNS and Related Forums category; Thanks for the help. I changed the serial number in the zone data file and also in the db.ADDR ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Thanks for the help. I changed the serial number in the zone data file
and also in the db.ADDR where I had previously changed the ip address for the zone in question but still after rndc reload, the nslookup still has the old ip address. How long does it take for the name server to recognize the change? Nima ------------- Original message follows ------------- Change the serial number in the zone file to be 2004120901 and run rndc reload again. The serial number needs to be increased every time you make a change. The format that your site is using is YYYYMMDDnn where nn is just a sequential number. Its a common newbie mistake. Kerry -- Kerry Thompson IT Security Consultant http://www.crypt.gen.nz Nima Reid said: > I have bind8 running on solaris 8 and i needed to update the ip address for one of the zone files but for some reason after i changed the ip address and ran rndc reload the old ip address is still showing up. I changed the TTL from 1 day to 3 minutes but still no luck. Below is the zone data file. Please help if you can. > > $ORIGIN . > $TTL 180 ; 3 minutes > sknvibes.com IN SOA NS1.thecable.net. info.thecable.net. ( > 2003013002 ; serial > 180 ; refresh (3 mins) > 120 ; retry (2 mins) > 777600 ; expire (1 week 2 days) 180 ; minimum (2 mins) > ) > $TTL 180 ; 3 minutes > NS NS1.thecable.net. > NS NS2.thecable.net. > A 216.133.202.181 > MX 10 mail.sknvibes.com. > $ORIGIN sknvibes.com. > ftp A 216.133.202.181 > mail A 216.133.202.130 > www CNAME sknvibes.com. > > Nima |