setting bind9 for openimscore in ubuntu
edit the /etc/dhcp3/dhclient.conf and uncomment the prepend domainnameservers 127.0.0.1;
cp /opt/OpenIMSCore/ser_ims/cfg/open-ims.dnszone /etc/bind/
add file to /etc/bind/named.conf.local
zone "open-ims.test" IN {
type master;
file "pri/open-ims.dnszone";
notify no;
};
edit /etc/resolv.conf
nameserver 127.0.0.1
search open-ims.test
domain open-ims.test
