Setting up DNS using BIND
Posted
by
dupdupdup
on Server Fault
See other posts from Server Fault
or by dupdupdup
Published on 2012-05-17T15:48:56Z
Indexed on
2012/06/12
10:42 UTC
Read the original article
Hit count: 193
i have troubles setting up my db files.
Please kindly point me in the right direction!
i need to define a nameserver that manage a domain example.org.au
then i need it to have two records. one called server which is the ip address of current machine
the other called www where www.example.org.au will be pointed to another ip address.
i cant seem to get my system to work.
This is my db.example.org.au file
example.org.au. IN SOA server.example.org.au. (
1;
3;
1h;
1w;
1h ) ;
;
;Host addresses
localhost.example.org.au IN A 127.0.0.1
www.example.org.au. IN A 192.168.1.200 ; another virtual machine
server.example.org.au IN A 192.168.1.199 ; current virtual machine
If possible Please correct my errors! thanks!
Any good guides out there?
Thanks in advance ! :)
© Server Fault or respective owner