Results 1 to 3 of 3

Thread: Install and organize DNS in Linux

  1. #1
    CruzPowell is offline Senior Member
    Join Date
    Dec 2009
    Posts
    224
    Rep Power
    3

    Default Install and organize DNS in Linux

    Mainly I am windows user, installed ubuntu on pc. I want help in configuring and installing DNS on ubuntu. Anyone knows about it then give me proper steps to install it.

  2. #2
    FosterWood is offline Senior Member
    Join Date
    Dec 2009
    Posts
    215
    Rep Power
    3

    Default

    1) The first commands to modify file to execute in "Terminal":

    Code:

    vi /etc/bind/named.conf
    vi /etc/bind/db.192.168.0
    vi /etc/bind/db.halios.interne

    Creating zones (in vim /etc/bind/named.conf):

    After all configuration files written you can run server Or restart server.

  3. #3
    MoralesMyers is offline Senior Member
    Join Date
    Dec 2009
    Posts
    202
    Rep Power
    3

    Default

    2) Change file resolv.conf with following parameters

    Code:

    sudo vi /etc/resolv.conf

    Enter following details save and close file

    //Change example.com with domain name and 192.168.0.1 with address of DNS server.

    Search example.com
    nameserver 192.168.0.1

    Check DNS by following command

    Code:

    dig example.com

Similar Threads

  1. Want to install windows without removing Linux
    By TaylorRyan in forum Linux/Free BSD
    Replies: 2
    Last Post: 07-23-2010, 02:03 PM
  2. What to do To install Google desktop on Linux
    By Andrew Flintoff in forum Linux/Free BSD
    Replies: 1
    Last Post: 07-02-2010, 03:04 PM
  3. Organize and share memory in Linux
    By jack879 in forum Linux/Free BSD
    Replies: 0
    Last Post: 04-02-2010, 09:50 AM
  4. Install from a Linux
    By Elliot Vale in forum Linux/Free BSD
    Replies: 3
    Last Post: 11-18-2009, 01:03 PM
  5. Install at&t yahoo dsl on linux os
    By cherish22 in forum Linux/Free BSD
    Replies: 2
    Last Post: 10-26-2009, 12:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48