Monday, May 16, 2011

Creating a DNS Server, Web Server and Database Server Using Linux Fedora 8

Creating a DNS Server, Web Server and Database Server Using Linux Fedora 8

DNS server and LAMP using Fedora Linux I have ever actually write in my previous article, about DNS Server Linux, Linux Web Server. With the aim of helping fellow who just happened to switch to Linux and using Linux Fedora 8, it helps me write this article. This guide is for the case as follows:

Creating a DNS server for the domain linuxer.local

Creating a virtual DNS servers for domains fxekobudi.local, sarolangun.local

Creating a Web server for the domain linuxer.local, fxekobudi.local, and sarolangun.local

Creating a server using a MySQL database to be used by open source applications (WordPress, Joomla, and Drupal) locally on the domain site builder that I mentioned above.


Before you start stepping into the configuration of DNS and LAMP (Linux-Apache-MySQL-PHP), the following is the configuration on the laptop that I use:


Loopback IP: 127.0.0.1

NIC IP Address: 192.168.0.44

Netmask: 255,255,255,192 (/ 26)


Package BIND: bind-9.5.0-18.a7, bind-libs-9.5.0-18.a7, bind-utils-9.5.0-18.a7, bind-chroot-9.5.0-18.a7

Package APACHE: httpd-2.2.6-3 httpd-tools-2.2.6-3, system-config-httpd-1.4.4-1, httpd-manual-2.2.6-3

MySQL Package: mysql-libs-5.0.45-4.fc8, mysql-5.0.45-4.fc8, mysql-server-5.0.45-4.fc8

PHP Package: php-common-5.2.4-3 php-5.2.4-3 php-gd-5.2.4-3 php-cli-5.2.4-3 php-mysql-5.2.4-3


All packages are already included in Fedora 8 installer DVD, so if you have not installed, please install using the DVD media or can also use the repository of Fedora 8. To check whether already installed or not, use the command: $ rpm-qa | grep [package name]

No comments:

Post a Comment

 
THANK YOU FOR VISITING