3.8.2010 15:07, dhottin...@harrisonburg.k12.va.us kirjoitti:
My employer decided to host our website on another server off-site. My problem is getting our dns to point from our old server to the new. Currently we own all the ip's and host our own website. Here is the zone file for harrisonburg.k12.va.us:


$ORIGIN .
$TTL 259200     ; 3 days
harrisonburg.k12.va.us IN SOA ns1.harrisonburg.k12.va.us. rlineweaver.harrisonburg.k12.va.us. (
                                201080503 ; serial
                                28800      ; refresh (8 hours)
                                7200       ; retry (2 hours)
                                2419200    ; expire (4 weeks)
                                86400      ; minimum (1 day)
                                )
                                NS      ns1.harrisonburg.k12.va.us.
                                NS      ns2.harrisonburg.k12.va.us.
$TTL 144000     ; 40 hours
harrisonburg.k12.va.us.         MX      10  plum.harrisonburg.k12.va.us.
mail.harrisonburg.k12.va.us.    MX      10  plum.harrisonburg.k12.va.us.
student.harrisonburg.k12.va.us. MX      10  plum.harrisonburg.k12.va.us.
harrisonburg.k12.va.us. IN TXT "v=spf1 ip4:204.111.40.0/24 a:mail.harrisonburg.k12.va.us a:student.harrisonburg.k12.va.us ~all"
$ORIGIN harrisonburg.k12.va.us.
$TTL 259200    ; 3 days
harrisonburg.k12.va.us.         A       174.143.193.47


I made the entry for the new website's ip (174.143.193.47). But when I do a dig, it still comes back with 204.111.40.10. What do I need to do in order to get this ip to point to the newserver offsite? Or is it even possible for me to do this?

ddh


Did you update the serial & reloaded the zone?

ns2 seems to return the old address, ns1 didn't return anything. Except just started returning the new address...
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to