Our Community

DomainGurus Forums » Dedicated Servers

  1. pepe
    Member

    How to Configure DNS on Linux Dedicated Server?

    Posted 9 months ago #
  2. Chris
    Moderator

    Well if you own a shared hosting or a dedicated server you can purchase our advanced DNS product, that will let you manage the dns settings for a domain name from iBizPanel, or if you like to any of the control panels we offer for dedicated servers, Plesk & Cpanel, have the option to manage the dns for the domains hosted at your servers, any way you can always install and configure Bind, but to do so implies that you have ceratin level of knowledge or that you have a system administrator working for you.

    Posted 9 months ago #
  3. pepe
    Member

    Thank you Chris, can you tell me how to install Bind in my linux dedicated server?

    Posted 9 months ago #
  4. Chris
    Moderator

    Sure we can!
    All depend on your "flavor" of linux you choose for your dedicated server
    But for Debian like flavors will be something like:
    #apt-get install Bind
    or in red hat or fedora will be something like:
    #yum install Bind
    But you can always go to the official site and download the current stable version of bind, that will get you a .tar.gz file with the source of Bind, after you download this source you will have to:
    #tar -xvfz bind.x.tar.gz
    #cd bind.x

    #./configure --prefix=/usr \
                --sysconfdir=/etc \
                --localstatedir=/var \
                --mandir=/usr/share/man \
                --enable-threads \
                --with-libtool &&
    sed -i "s@198.32.64.12@199.7.83.42@" \
        lib/dns/rootns.c &&

    #make
    That is it you already installed Bind on your server!!

    Posted 9 months ago #
  5. pepe
    Member

    I'm planning to install Fedora on my linux dedicated servers, so How to install Bind on my linux dedicated server?

    Posted 9 months ago #
  6. Chris
    Moderator

    You can always get the rpm from any repository and install it using rpm.

    or as i said before install it using yum.

    Posted 9 months ago #
  7. Create master zone with BIND DNS on Linux Servers

     

    Posted 9 months ago #
  8. pepe
    Member

    thank you for your valued support, I was able to install Bind on my Linux servers and create DNS in both of my Linux dedicated servers.

    Posted 9 months ago #
  9. Chris
    Moderator

    We are here to help 24/7, if you have any further questions, please create a new thread on this forum or just reply so we can continue to help with any question over our dedicated servers or our services Enjoy!!

    Posted 8 months ago #

Reply

You must log in to post.