Changes dont apply

Thafusion

Verified User
Joined
Oct 8, 2003
Messages
51
Hello,
I have a weird problem since the movement of our ip range with one of our servers. Bind doesn`t seem to react on any changes we make.

For example, the server still resolves to the old ip adress while we changed all of those with ipswap.sh
The weird thing is that all zone files are 100% Correct. Ip`s are all changed and.
Again, the nameserver still resolves to the old ip`s.

Also when i create a new domain, named.conf is changed and the zone file is created sucessfully. Still the nameserver doesn`t seem to add the domain name.

Restarting, reloading and even reinstalling named doesn`t help

Does anybody know where to find the solution to this problem? I`ve been on it for 7 hours now :(
 
Hello,
I have a weird problem since the movement of our ip range with one of our servers. Bind doesn`t seem to react on any changes we make.

For example, the server still resolves to the old ip adress while we changed all of those with ipswap.sh
The weird thing is that all zone files are 100% Correct. Ip`s are all changed and.
Again, the nameserver still resolves to the old ip`s.

Also when i create a new domain, named.conf is changed and the zone file is created sucessfully. Still the nameserver doesn`t seem to add the domain name.

Restarting, reloading and even reinstalling named doesn`t help

Does anybody know where to find the solution to this problem? I`ve been on it for 7 hours now :(

Run these two commands from cmd line on named server:

dig www.example.com
dig @localhost www.example.com

The first command should get the A record through /etc/reslov.conf. The second will get from localhost which should be the running named.
 
Back
Top