-
Bind
Hi.
I am new to Bind and I thought that I would start by using the GUI.
Everytime I go to save the changes that I have made, I get errors saying that the A record has no attribute: owner or the PTR record has no attribute: owner.
Any idea what I am doing wrong?
Basically, this is how I want the DNS server set up:
Fedora Core 3 Linux box (DNS Server) internal IP: 192.168.2.3
Webserver internal IP: 192.168.2.5
For the sake of getting it working, I'll call the domain example.com.
If anyone could provide examples of exactly what I need to put into my zone/conf files, I'd appreciate it greatly.
I am struggling with the GUI and the config files at the moment.
I hope someone can help me out here!
Thanks in advance!
-
That means if you have a NS record somehow you have to define it in the A record section
Example:
Code:
NS land-5.com.
land-5.com. A 206.6.177.2
The apply if you have setted reverse DNS you have to define a PTR record:
Example:
Code:
NS land-5.com.
2 PTR land-5.com.
afrolinux