Istvan, the thing that's confusing me is that you have ns.iv-media.intra/10.0.0.1 set as the nameserver for the iv-media.intra zone (based on the first line of your settings), but you haven't said anything about that. Is that the same host as server.iv-media.intra, just a different IP address? If so, is DNS bound to both addresses?
(Actually you have ns.iv-meda.intra written above, hopefully that's a typo.)
Which host has that zone file installed on it? 192.168.0.2, or 10.0.0.1?
If you've got DNS running on 192.168.0.2 with that zone file, try changing the ns record in the file to server.iv-media.intra.
If not, please post answers to the above questions.
EDIT: One thing to try...go into terminal and do nslookup. Then immediately give the command
server server.iv-media.intra
If things are working properly you should get the response Default server: server.iv-media.intra
Address: 192.168.0.2#53
Now type
server.iv-media.intra
Again if things are working properly you should get the response Server: server.iv-media.intra
Address: 192.168.0.2#53
Name: server.iv-media.intra
Address: 192.168.0.2
Do "exit" to get out the interactive mode with nslookup.
Another thing, it can't hurt to create an mx record for server.iv-media.intra, i.e.
server.iv-media.intra. IN MX 10 server.iv-media.intra.
And another thing, your DNS.png screenshot does not match what you have typed above, i.e., there's no mx record at all.
Last edited by ewilen; 03-27-2009 at 08:46 AM..
|