DNS and HTTP on the same machine

BustAcap

Member
Nov 1, 2000
149
0
0
I only have one machine and I need to have a HTTP server and a DNS server. Is it possible (easy) to have both on the same machine? Is it recommended? How?

I have 3 static ips to use...
 

Russ

Lifer
Oct 9, 1999
21,093
3
0
You already asked this question. If you didn't like my answer, why not just bump the thread you already started instead of cluttering the forum?

Russ, NCNE
 

Fallen Kell

Diamond Member
Oct 9, 1999
6,212
537
126
If I recall correctly, you need 2 systems to get DNS to properly setup. One is the main DNS server and the other is the secondary DNS server. The secondary server basically holds a duplicate copy of the main DNS server's data. It automatically updates itself every once in a while (set in the software).

You can run a HTTP server either of the systems that are running DNS, but I would HIGHLY recommend using the secondary server to run the HTTP services on. DNS can get VERY network and CPU intensive, which would affect your HTTP services.