Home Forums OS X Server and Client Discussion DNS DNS Zones not shown in Server Admin anymore

  • This topic has 5 replies, 4 voices, and was last updated 19 years ago by Anonymous.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #364891
    spousi
    Participant

    I have the following problem.
    My server was working just fine, all my configurations are shown well in the Server Admin.
    After an Update, I guess to 10.4.4, but I am not very shure, I am not able to see any configured Zones under “Settings” and “Zones”. Under Overview the Server Admin tells me the same like before “Zones Allocated: 6; Query Logging is: Off; DNS Version: BIND 9.2.2.
    I checked DNS and it is still running like before without any problems.
    For backup use, I made a plist from my old configurations and put them with drag and drop into the SA window….. Nothing happens!!!
    Does anybody had that problem too and can tell me how to fix that problem?
    Thanks in advance.

    Marc

    #364909
    gw1500se
    Participant

    I encountered the same problem when I upgraded to Tiger. My problem was associated with setting up reverse zones. The GUI does not handle them correctly and actually deletes the entries from /etc/named.conf so they dissappear from the GUI after a save. I got conflicting comments from Apple support when I reported it. One tech told me reverse DNS is not supported through the GUI. It may have been fixed since 10.4.2 but since I am a Unix grunt I found it easier and more reliable to edit the DNS files the old fashion way (‘vi’ or ‘pico’) so I don’t bother with the GUI.

    #364994
    ClassicMac
    Participant

    I am having the same problem. It may be a problem with the newer versions of Server Admin. When using version 10.4v156 the zones show up fine. I am interesting in getting zones to show up in the latest version though. If anyone has any ideas i’m all ears.

    #365006
    ClassicMac
    Participant

    I decided to look in to this a little more today. I figured that maybe if I created a new zone it would fix everything and my other zones would show up. Bad idea… It did fix my problem and the new zone showed up but not only did it remove all of my zones from named.conf but it also deleted the files for the zones. Luckily I had a backup of them and restored them.

    After shuffling things around a bit I fould that it was my reverse lookup zone that was causing the problem. I had just copied it over from another BIND installation and things were working fine before I updated to 10.4+ (I forget exactly which version broke it). After moving the reverse zone in to another folder everything looked fine in server admin. I then began comparing the problem file with the good file that Server Admin created when I created the test zone. I noticed the entries differed a bit.

    *** non working ***
    1 IN PTR router.company.com.

    *** working ***
    1.1.168.192.in-addr.arpa. IN PRT router.company.com.

    It looked like Server Admin needed to see the full domain name ending in in-addr.arpa. for it to interpret the zone properly. If anyone else is experiencing the same problem check your zone file in a text editor and see if this fix will work for you too. It should be located in /var/named.

    Another side effect is that I had the zone named 1.168.192.in-addr.arpa.zone. After Server Admin recognized the file (after editing the entries) it renamed the file and edited my named.conf file to db.192.168.1. I doubt that will really affect anyone besides needing to be aware of the new filename but I thought I would mention it.

    Good luck to anyone having the same problem as me.

    #365883
    Darkomen
    Participant

    I have the same problem… but more embarassing for me… ALL my DNS setting be erased when i use the GUI. I have nothing in the /Var/named.

    How can i reset all DNS gui settings and/or zone/named.conf file ?

    Can anyone send me default system 10.4.4 zone and conf file ?

    Thanks

    (sorry for my bad english…. i’m french 😀 )

    #365956
    Anonymous
    Guest

    Do you think you could provide a sample file? I am still having this issue with 10.4.5 and really need to be able to edit DNS. Now, even editing the files manually does not work.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

Comments are closed