Archive for the ‘DNS’ Category

How to Setup Forward DNS

Feb-25th-2011

Hello Friends, DNS Forwarding | Configure Local and Live DNS | Forward DNS | Local DNS Cache Setting up a DNS which should have my server’s forward entries. I have a live dns server for abc.com domain and running 500 subdomains (i.e. alive.abc.com, blive.abc.com etc..) through that servers. And secondly i have local dns server [...]

HOW TO CREATE DNS SERVER IN RHEL5

Nov-8th-2009

Howto DNS server on Linux | RHEL5 ============================================== Under RHEL5, these are the packages that I have. bind-9.3.3-9.0.1.el5 system-config-bind-4.0.3-2.el5 bind-libs-9.3.3-9.0.1.el5 bind-chroot-9.3.3-9.0.1.el5 bind-utils-9.3.3-9.0.1.el5 You can use the chkconfig command to get BIND configured to start at boot:- [root@map007]# chkconfig –levels 2345 named on To start, stop, and restart BIND after booting, use:- [root@map007]# /etc/init.d/named start [root@map007]# [...]