Yesterday i went to one of the Perak Gov office..They want to setup the DHCP server on the capalang pc..hahaha.. P4 and only 256 RAM… So the best OS to install on it is Ubuntu i think. It easier to manage by their staff later..

What are inside that server:

I just follow the simple guide from HowToForge

  • Web Server: Apache 2.2 with PHP 5.2.6, Python, and Ruby
  • Database Server: MySQL 5.0
  • Mail Server: Postfix
  • DNS Server: BIND9
  • FTP Server: proftpd
  • POP3/IMAP: postfix
  • Webalizer for web site statistics

Credit and thanks to HowToForge

Then adding the DHCP server, and ISPConfig

For DHCP server make sure you install the dhcp3-server first. Then edit the configuration file

vi /etc/dhcp3/dhcpd.conf file > sample of the configuration file.

default-lease-time 600;
max-lease-time 7200;

option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
option domain-name-servers 192.168.1.1, 192.168.1.2;
option domain-name “domain.org”;

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.200;
}

To setup the ISPConfig it will make a little bit time.. And make sure you really understand what the requirement for the setup. If it already meet the requirement just run the setup file… ./setup

that all.

By akuadi

51 thoughts on “DHCP,DNS,MAIL,LAMP Server on Ubuntu”
  1. Great blog post. A few things i would like to make contributions about is that laptop memory must be purchased if the computer still can’t cope with what you do along with it. One can add two random access memory boards with 1GB each, as an illustration, but not certainly one of 1GB and one having 2GB. One should look for the car maker’s documentation for own PC to make certain what type of ram is essential.

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version