LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   DNS and Bind (https://www.linuxquestions.org/questions/linux-networking-3/dns-and-bind-41604/)

pharpe 01-15-2003 02:45 PM

DNS and Bind
 
I have my own registered domain and I would like to run my own DNS server off my cable modem. I heard that many ISP's block the necessary ports to do this. Which ports do I need to have open to run Bind? Also, can I host my own domain with only one IP?

WeNdeL 01-15-2003 02:50 PM

well... one, do you have a static ip?

to find out what port DNS uses do this:

# grep domain /etc/services

It is port 53 btw...

And yeah, you can host a domain with only one IP. Apache uses something called Virtual Hosting to do this. You configure this is httpd.conf.

Good luck!

mcleodnine 01-15-2003 02:54 PM

See http://www.linuxquestions.org/questi...476#post202476

pharpe 01-15-2003 02:54 PM

Ok, thanks. I thought I could do it that way but I just read that DNS required 2 IP's.


All times are GMT -5. The time now is 07:48 PM.