{"id":516,"date":"2009-01-01T06:33:37","date_gmt":"2009-01-01T06:33:37","guid":{"rendered":"http:\/\/akuadi.org\/life\/?p=516"},"modified":"2009-01-01T06:46:21","modified_gmt":"2009-01-01T06:46:21","slug":"dhcpdnsmaillamp-server-on-ubuntu","status":"publish","type":"post","link":"https:\/\/akuadi.org\/life\/blog\/2009\/01\/01\/dhcpdnsmaillamp-server-on-ubuntu\/","title":{"rendered":"DHCP,DNS,MAIL,LAMP Server on Ubuntu"},"content":{"rendered":"<p>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&#8230; So the best OS to install on it is Ubuntu i think. It easier to manage by their staff later..<\/p>\n<p>What are inside that server:<\/p>\n<p>I just follow the simple guide from <a href=\"http:\/\/www.howtoforge.com\/perfect-server-ubuntu-8.10\" target=\"_blank\" rel=\"noopener\">HowToForge<\/a><\/p>\n<ul>\n<li>Web Server: Apache 2.2 with PHP 5.2.6, Python, and Ruby<\/li>\n<li>Database Server: MySQL 5.0<\/li>\n<li>Mail Server: Postfix<\/li>\n<li>DNS Server: BIND9<\/li>\n<li>FTP Server: proftpd<\/li>\n<li>POP3\/IMAP: postfix<\/li>\n<li>Webalizer for web site statistics<\/li>\n<\/ul>\n<p><span style=\"text-decoration: underline;\">Credit and thanks to <\/span><a href=\"http:\/\/www.howtoforge.com\/perfect-server-ubuntu-8.10\" target=\"_blank\" rel=\"noopener\"><span style=\"text-decoration: underline;\">HowToForge<\/span><br \/>\n<\/a><\/p>\n<p>Then adding the DHCP server, and <a href=\"http:\/\/www.ispconfig.org\/\" target=\"_blank\" rel=\"noopener\">ISPConfig<\/a><\/p>\n<p>For DHCP server make sure you install the dhcp3-server first. Then edit the configuration file<\/p>\n<p>vi \/etc\/dhcp3\/dhcpd.conf file &gt; sample of the configuration file.<\/p>\n<p>default-lease-time 600;<br \/>\nmax-lease-time 7200;<\/p>\n<p>option subnet-mask 255.255.255.0;<br \/>\noption broadcast-address 192.168.1.255;<br \/>\noption routers 192.168.1.254;<br \/>\noption domain-name-servers 192.168.1.1, 192.168.1.2;<br \/>\noption domain-name \u201cdomain.org\u201d;<\/p>\n<p>subnet 192.168.1.0 netmask 255.255.255.0 {<br \/>\nrange 192.168.1.10 192.168.1.200;<br \/>\n}<\/p>\n<p>To setup the <a href=\"http:\/\/www.ispconfig.org\/\" target=\"_blank\" rel=\"noopener\">ISPConfig<\/a> 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&#8230; .\/setup<\/p>\n<p>that all.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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&#8230; 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 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49,13,12,61,30,62,35,43],"tags":[],"class_list":["post-516","post","type-post","status-publish","format-standard","hentry","category-certification","category-jobs","category-linux","category-novell","category-open-source","category-sysadmin","category-ubuntu","category-unix"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts\/516","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/comments?post=516"}],"version-history":[{"count":0,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/posts\/516\/revisions"}],"wp:attachment":[{"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/media?parent=516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/categories?post=516"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/akuadi.org\/life\/wp-json\/wp\/v2\/tags?post=516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}