Results 1 to 2 of 2

Thread: DNS on web server?

  1. #1
    Join Date
    Jan 2008
    Location
    Calgary, Canada
    Beans
    92
    Distro
    Xubuntu 12.10 Quantal Quetzal

    DNS on web server?

    Just reading a tutorial on how to set up a webserver on the same system box as a bunch of other servers (mail, DNS, database, ftp, web stats, pop3/imap, etc.)

    My Question(s):
    1. What is the value of including a DNS server on the same box as a webserver?

    ... and while I am asking questions... what is the value of including a pop3/imap server on the same box as general mail server?

    I recognize that the tutorial tries to pack the box with as many related servers as possible...), but is there some functionality I do not understand?

    How would a DNS server (which functions as a map of the Internet, as I understand it, to help with navigation) help a web server, being on the same box (or even in the same network environment)?

  2. #2
    Join Date
    Nov 2008
    Location
    Lleida, Spain
    Beans
    1,157
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: DNS on web server?

    Take it as a learning tutorial. Install as less services as you can in a computer exposed to internet.

    I prefer to use a virtual machine for each service.

    A DNS server in the network environment is usefull when you have to resolve internal and external addresses.

    For example, you've the domain mydomain.com and you've a web server and a mail server.

    Internally when you resolve mail.mydomain.com it will resolve 192.168.1.10 and externaly will resolve 80.23.23.23

    You can't do this with an external DNS server.

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
  •