This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Minggu, 23 Oktober 2016

KONFIGURASI DNS SERVER, WEB SERVER, DAN MAIL SERVER

KONFIGURASI DNS SERVER, WEB SERVER, DAN MAIL SERVER



A.    DNS SERVER
1.      Konfigurasi IP sesuai keinginan nano/etc/network/interfaces, kemudian restart network ./etc/init.d/networking restart



2.      Install paket bind9 apt-get install bind9



3.      Masuk kedalam direktori etc/bind
 
4.      Konfigurasi default zone



5.      Tambahkan Domain name yang diinginkan pada line paling bawah



Zone “afrizal.com” = nama domain
Type master = tipe dari DNS yang dibuat
File “/etc/bind/db.afrizal = alamat direktori konfigurasi DNS

6.      Tambahkan reverse master zone


Zone “10.1.168.192.in-addr.arpa” = ip server yang ditulis secara terbalik
Type master = tipe dari DNS yang dibuat
File “/etc/bind/db.afrizal.rev = alamat direktori konfigurasi DNS reverse

7.      Copy file db.local dengan nama db.afrizal dan file db.172 dengan nama db.afrizal.rev dan



8.      Konfigurasi file db.afrizal, ubah isi file tersebut seperti gambar ribawah ini. nano db.afrizal


9.      Konfigurasi file db.afrizal.rev, ubah isi file tersebut seperti gambar ribawah ini. nano db.afrizal.rev




10.  Restart bind9



11.  Test DNS menggunakan nslookup




12.  Test DNS menggunakan DIG

B.     WEB SERVER
1.      Install paket Apache


2.      Masuk kedalam direktori etc/apache2/sites-avaliable



3.      Copy file default menajdi www


4.      Buka file www dan edit seperti gambar dibawah



5.      Masuk kedalam direktori var/www/



6.      Buat direktori afrizal.com



7.      Buat file index.html didalam direktori afrizal.com, isikan tampilan html sesuai keinginan


8.      Aktifkan konfigurasi dengan perintah
#a2ensite www
#a2dissite default

9.      Restart apache2



10.  Test hasil konfigurasi melalui client pc



A.    MAIL SERVER
1.      Install paket postfix


2.      Konfigurasi postfix dengan perintah dpkg-reconfigure postfix


3.      Pilih internet site


4.      Masukan dns name yang telah dibuat



5.      Kosongkan pada bagian ini, langsun saja pilih ok



6.      Ubah destinasi menjadi sperti dibawah ini



7.      Pada syncronous updates pilih no



8.      Pada Local Network masukan network yang digunakan



9.      Pada procmail for local delivry pilih yes



10.  Pada Mailbox size limit masukan 0 kemudian ok


11.  Pada extention character masukan + kemudian ok



12.  Pada pemilihan jenis IP pilih all kemudian ok


13.  Restart postfix


 
14.  Instal paket dovecot-common dovecot-imapd dovecot-pop3d


15.  Buka file didalam direktori /etc/dovecot/conf.d/20-pop3.conf


16.  Hilangkan pagar pada kalimat “pop3_uidi_format”


17.  Buka file 10-auth.conf


18.  Hilangkan tanda pagar pada disable_plaintext_auth dan ubah dari yes menjadi no


19.  Buka file 10-mail.conf


20.  Hilangkan pagar pada kalimat “mail_location = maildir:~Maildir/


21.  Restart postfix


22.  Install paket squirrelmail


23.  Konfigurasi squirrelmail


24.  Pilih menu 2


25.  Pilih menu 1


26.  Masukan nama domain


27.  Pilih A


28.  Pilih 4 dan masukan nama domain


29.  Pilih B


30.  Pilih 4 masukan nama domain


31.  Pilih A


32.  Pilih 8 masukan dovecot


33.  Pilih s


34.  Pilih q


35.  Konfigurasi file apache pada direktori etc/squirrelmail/apache.conf


36.  Ubah alias dari squirrelmail menjadi webmail


37.  Buka file apache2.conf


38.  Tambahkan perintah berikut pada akhir file
Include /etc/squirrelmail/apache.conf


39.  Copy file /etc/apache2/sites-avaliable/www.conf menjadi /etc/apache2/sites-avaliable/mail.conf kemudian buka file tersebut


40.  Ubah ServerName menjadi mail.afrizal.com dan DocumentRoot menjadi usr/share/squirrelmail


41.  Aktifkan mail.conf


42.  Restart postfix, dovecot, apache2


43.  Tambahkan user untuk mail


44.  Hasil ujicoba pada ubuntu client