Q. How do I setup DNS Lookup under any Linux distribution ?
{ 1 comment }
Q. How do I configure lighttpd web server as virtual host for serving multiple web site from a single public IP address (name-based virtual hosting)? A. Virtual hosting is a method that servers such as webservers use to host more than one domain name on the same server, sometimes on the same IP address. There [...]
{ 1 comment }
Q. Under Windows Server 2003 I can use active directory domain tools to get information about current domain and hostname. Can you tell me command to list current domain name and hostname under Red hat enterprise Linux 5? A. Both Linux / UNIX comes with the following utilities to display hostname / domain name: a) [...]
{ 6 comments }
Q. How do I check my domain zone file for error and validity the same under BIND DNS Server version 9? A. You need to use named- checkzone command as zone file validity checking tool. It is useful for checking zone files before configuring them into a name server. named-checkzone command syntax named-checkzone {zonename} {filename} [...]
{ 7 comments }