I have a Debian Wheezy Server that I installed BIND9 on it. I configured it to work with example.com
, but now I wanted to change that to a differnet domain, myOtherDomain.com
. I went through the zone file creation and removed all records that I found of example.com
. But it still pointed to the same IP. So I went and removed the pacakge of BIND9 by apt-get remove bind9
and apt-get remove --purge bind9
but the IP still points to the domain. What am I missing? How can I change this?
Asked
Active
Viewed 233 times
1

KingsInnerSoul
- 1,373
- 4
- 20
- 49
1 Answers
1
It sounds like you still have a PTR record somewhere in DNS (the bind package != DNS) based on
but the IP still points to the domain
There's not enough information in your post to be much more helpful than that. If you want to give actual details, there may be more that we can answer.

Rick Buford
- 629
- 3
- 4
-
the real domain in question, your /etc/resolv.conf (linux) or DNS settings (windows), and is this a public or private DNS? – Rick Buford May 23 '15 at 21:29