root@ubuntu14:/etc/bind# cp db.local db.zp.com root@ubuntu14:/etc/bind# vim db.zp.com ; ; BIND data file forlocal loopback interface ; $TTL 604800 @ IN SOA zp.com. root.localhost. ( 2 ; Serial 604800 ; Refresh 86400 ; Retry 2419200 ; Expire 604800 ) ; Negative Cache TTL ; @ IN NS localhost. @ IN A 127.0.0.1 @ IN AAAA ::1 test IN A 192.168.0.11 test IN A 192.168.0.12 test IN A 192.168.0.13 test IN A 192.168.0.14 test IN A 192.168.0.15 test IN A 192.168.0.16