named

Discussion in 'Installation/Configuration' started by DenisV, Aug 12, 2005.

  1. DenisV

    DenisV New Member

    Hello.
    I have a problem with configuration of a DNS server. How much I understand by default a server is adjusted as caching name server. I enter the new domain mydomain.com and check with nslookup utility and have this answer: [root@hosting ~]# nslookup www.mydomain.com 127.0.0.1
    Server: 127.0.0.1
    Address: 127.0.0.1#53

    Non-authoritative answer:
    www.mydomain.com canonical name = xxxxxxxxxxx
    xxxxxxxxxxxxxxx canonical name = xxxxxxxxxxx
    Name: xxxxxxxxxxxxx
    Address: xxxxxxxxxxxxxxx

    domain.com is already registred domain, but at this moment served by other server.
    Host www exist in my new configuration on ISPconfig server.

    Thanks and sorry for my english. :)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you checked the settings for your domain in the ISPConfig DNS-Manager?
     
  3. DenisV

    DenisV New Member

    where can i find config file for named? Maybe can you post your config?
     
  4. DenisV

    DenisV New Member

    Sorry. Look like normal settings. domain name ok, options ok nameservers are server_with_ISPconf.server.address. All of the records correct. www host exist, mail host exist, MX record exist ....
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Does the record for your domain show up in ISPConfig DNS Manager or not?

    That depends on your linux ditro. execute this command to find it.

    Code:
    locate named.conf
     
  6. DenisV

    DenisV New Member

    Show up.
    I have Fedora Core 4 with bind in chroot jail.
    /var/named/chroot/etc/named.conf look like default config for fresh install of bind-chroot
     
  7. DenisV

    DenisV New Member


    Maybe i have trouble with a settings in ISPConfig for dns server.
    path to named.conf set to /etc/named.conf but the real path /var/named/chroot/etc/named.conf
    and zone files dir /etc/bind but this folder does not exist on my server.
     
  8. DenisV

    DenisV New Member

    Anybody have any ideas?
    Thanks
     
  9. falko

    falko Super Moderator ISPConfig Developer

    /etc/named.conf is a symlink to /var/named/chroot/etc/named.conf in FC4:

    Code:
    [root@server1 etc]# ls -l /etc/named.conf
    lrwxrwxrwx  1 root root 32 Mar 18  2005 /etc/named.conf -> /var/named/chroot/etc/named.conf
    In your ISPconfig, under Management -> Server -> Settings -> DNS, you should have:
    named.conf: /etc/named.conf
    Zonefiles Dir.: /var/named/chroot/var/named
     
  10. DenisV

    DenisV New Member

    Thank You very much.
    work !!!
     

Share This Page