Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. I put in a reverse zone in named.conf.local as:
  2.  
  3. 33:00
  4. zone "18.10.in-addr.arpa" {
  5.  
  6. 33:04
  7. type master;
  8.  
  9. 33:12
  10. file "/etc/bind/zones/db.10"
  11.  
  12. 33:15
  13. };
  14.  
  15. 33:43
  16. but then if I do named-checkconf
  17.  
  18. 33:53
  19. it spits out:
  20.  
  21. 34:17
  22. /etc/bind/named.conf.local:18: missing ';' before '18.10.in-addr.arpa'
  23.  
  24. 34:35
  25. /etc/bind/named.conf/local:18: unknown option '18.10.in-addr.arpa'
  26.  
  27. 34:50
  28. /etc/bind/named.conf.local:22: unexpected end of input
  29.  
  30. 34:53
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement