Advertisement
Guest User

Untitled

a guest
Dec 17th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. zone "d.org" {
  2. type master;
  3. file "/var/named/d.org.db";
  4. };
  5.  
  6. $TTL 1000
  7. @ IN SOA server.d.org. d.gmail.com. (
  8. 2013042201 ;Serial
  9. 3600 ;Refresh
  10. 1800 ;Retry
  11. 604800 ;Expire
  12. 1000 ) ;Minimum TTL
  13.  
  14. server IN A 44.44.44.44
  15.  
  16. @ in NS server
  17. @ IN A 44.44.44.44
  18.  
  19. localhost IN A 127.0.0.1
  20.  
  21. www IN CNAME @
  22.  
  23. named-checkzone d.org /var/named/d.org.db
  24.  
  25. host d.org
  26.  
  27. host server.d.org
  28.  
  29. 44.44.44.44 server.d.org server
  30. 127.0.0.1 localhost.localdomain localhost
  31. ::1 localhost6.localdomain6 localhost6
  32.  
  33. NETWORKING=yes
  34. NETWORKING_IPV6=yes
  35. HOSTNAME=server.d.org
  36. GATEWAY=55.55.55.55
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement