Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. dns_rdata_fromtext: /etc/bind/db.override:16: near ''$IP'': bad dotted quad
  2.  
  3. ;The Variables here are NIC and IP
  4. ; BIND data file for overridden IPs
  5. ;
  6. $TTL 86400
  7. @ IN SOA ns1 root (
  8. 2012100401 ; serial
  9. 604800 ; refresh 1w
  10. 86400 ; retry 1d
  11. 2419200 ; expiry 4w
  12. 86400 ; minimum TTL 1d
  13. )
  14.  
  15. ; need atleast a nameserver
  16. IN NS ns1
  17. ; specify nameserver IP address
  18. ns1 IN A $IP ; external IP from $NIC
  19. ; provide IP address for domain itself
  20. @ IN A $IP ; external IP from $NIC
  21. ; resolve everything with the same IP address as ns1
  22. * IN A $IP ; external IP from $NIC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement