sudevdev

db.csedcluster.nitc.ac.in

Jun 30th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. $TTL 604800
  2. @ IN SOA csedcluster.nitc.ac.in. root.csedcluster.nitc.ac.in. (
  3. 2 ; Serial
  4. 604800 ; Refresh
  5. 86400 ; Retry
  6. 2419200 ; Expire
  7. 604800 ) ; Negative Cache TTL
  8. ;
  9. @ IN NS ns.csedcluster.nitc.ac.in.
  10. @ IN A 192.168.41.203
  11.  
  12. ;Assuming the master dns being the local campus dns 192.168.254.2
  13. ns.csedcluster.nitc.ac.in. IN A 192.168.41.203
  14.  
  15. ;Add entries for primary and secondary CLCs
  16. eucalyptus.csedcluster.nitc.ac.in. IN NS clc0.eucalyptus.csedcluster.nitc.ac.in.
  17.  
  18. ;Since we have only one CLC one one record is enough
  19. clc0.eucalyptus.csedcluster.nitc.ac.in. IN A 192.168.41.203
Advertisement
Add Comment
Please, Sign In to add comment