Kegiatan awal adalah melakukan instalasi OS Ubuntu server 8.04 ditambah Linux Apache Mysql Php (LAMP) dan Postfix mail server
Ikuti petunjuk ini secara berurutan,
1. Cabut kabel LAN (yang dicabut ujung di PC). Tujuannya instalasi cepat dan tidak melakukun update. Disamping itu agar IP dapat dimasukkan secara manual.
2. Masukkan CD Ubuntu Server 8.04 saat booting tekan esc dan pilih boot dari dvd driver
3. Pilih English untuk bahasa instalasi
4. Install ubuntu server
5. Pilih English untuk …
6. Pilih Other
7. Scroll down → pilih Indonesia
8. Pilih No
9. Keyboard Layout pilih USA
10. Pilih USA ….
11. Masukkan hostname sesuai daftar
Contoh : smkpgri1ngawi.sch.id → continue
12. Untuk city zone pilih makassar
13. Pilih guided – use entire disk
14. “partition write the change “ Pilih yes
15. Pilih scsi 0.0.0
16. Pilih yes
17. Masukkan Full name : tekomjar
18. Password : grisa
19. Re-enter password
20. Untuk http proxy di kosongkan → continue
21. Pilih paket instalasi
a. DNS Server
b. LAMP Server
c. Mail Server
d. Open SSH Server
22. → Continue
23. Masukkan tekomjar password mysql untuk “user root” → continue
24. Re-enter password
25. Postfix configuration pilih internet site
26. Systim mail name : smkpgri1ngawi.sch.id. → continue
27. Installation complete → keluarkan cd → continue
28. Rebooting
Konfigurasi DNS
29. Edit file /etc/bind/named.conf.local
Unutk editor bias menggunakan vi atau nano.
Cd /etc/bind/
Cat named.conf >> named.conf.local
Nano named.conf.local sehingga tampak sebagai berikut:
Aaaaaaaa
30. cp db.local smkpgri1ngawi.sch.id
edit sehingga nampak sebagai berikut:
bbbbbbbbbbbbbb
31. cp db.127 192.168.30.in-addr.arpa
lalu edit sehingga nampak sebagi berikut:
cccccccccccccccc
32. Buat file baru dengan nama file sesuai hostname anda contoh smkpgri1ngawi.sch.id
nano /etc/bind/smkpgri1ngawi.sch.id, dan ketik:
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA ns. smkpgri1ngawi.sch.id. root. smkpgri1ngawi.sch.id. (
2008110401 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS smkpgri1ngawi.sch.id
@ IN A 192.168.30.58
www IN CNAME @
@ IN MX 10 @
33. Restart dns server
/etc/init.d/bind9 restart
34. Test dns server
Nslookup
> server smkpgri1ngawi.sch.id
result
> yahoo.com
result
atau dig smkpgri1ngawi.sch.id
Konfigurasi mail server
1. cd /etc/postfix
2. edit main.cf
ffffffffffffffffffffffffffffffffff
3. pastikan anda sudah terhubung ke Internet
4. Update repository
apt-get update
Update ini bias tanpa link Internet bila memiliki DVD reposetori yang lengkap.
Apt-get install dovecot
Apt-get install nmap
Langkah-langkah instalasi Webmin sebagai berikut :
1. Instalasi Paket
- root@ubuntu:/home/madhy# aptitude install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
2. Download Paket Webmin
- root@ubuntu:/home/madhy# wget -c http://nchc.dl.sourceforge.net/project/webadmin/webmin/1.500/webmin_1.500_all.deb
3. Instal Paket Webmin
- root@ubuntu:/home/madhy# dpkg -i webmin_1.500_all.deb
Selecting previously deselected package webmin.
(Reading database ... 45303 files and directories currently installed.)
Unpacking webmin (from webmin_1.500_all.deb) ...
Setting up webmin (1.500) ...
Webmin install complete. You can now login to https://ubuntu:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.
4. Setelah Instal Paket Webmin selesai restart Ubuntu Server.
- root@ubuntu:/home/madhy# reboot
5. Untuk dapat menjalankan webmin, kita harus menggunakan web browser dan masukan URL berikut ini:
- https://your_server_ip:10000/ (ex : https://192.168.1.254:10000/)
- Masukkan username & password login anda.
6. Untuk informasi lebih lengkap, buka situs ini www.webmin.com.
Jumat, 15 Oktober 2010
Insatalasi Ubuntu server V.8.04
11.09
agung firmansyah
No comments
0 komentar:
Posting Komentar