Pages

Tuesday, January 10, 2017

KONFIGURASI DEBIAN SERVER







             


KONFIGURASI DEBIAN SERVER  
TEKNIK KOMPUTER DAN JARINGAN




Rifqie Rezsa Ramadhani 
From SMK Negeri 1 Karawang





A.                LOGIN
  • Masukkan username dan password yang telah dibuat pada saat instalasi debian


B.                 DNS SERVER
  • nano /etc/network/interfaces

  • Ifconfig | less 
          Pastikan penambahan virtual IP telah benar dan terkonfigurasi dengan baik


  • apt-get install bind9
          Untuk menginstall dan mengupgrade bind9

  • cd /etc/bind
          Untuk masuk dalam direktori bind
  • nano named.conf.local
  •  nano named.conf.options


  • cp db.local db.rifqie
  • cp db.127 db.192
  • nano db.rifqie
  • nano db.192



  •  nano /etc/resolv.conf

v /etc/init.d/bind9 restart

v Pengujian
-Tes nslookup
=> nslookup server.rifqie.com
=> nslookup mail.rifqie.com
=> nslookup www.rifqie.com
v Tes Ping
ð  ping server.rifqie.com
ð  ping mail.rifqie.com
ð  ping www.rifqie.com













C.                WEB SERVER
Ø Apt-get install apache2 php5

Ø Nano /etc/apache2/sites-available/default
Tambahkan pada baris akhir



Ø /etc/init.d/apache2restart



Ø nano/var/www/riqie.html

Ø Pengujian
Buka browser pada pc client dan masukkan www.rifqie.com




D.                MAIL SERVER
*   Apt-get install postfix squirrelmail courier-pop courier-imap
Create directories for web-based administrator          : No

General type of mail configuratios                  : Internet Site
System mail name       :rifqie.com

*   nano /etc/apache2/apache2.conf


*   nano /etc/squirrelmail/apache.conf

*   /etc/init.d/apache2 restart
Untuk restart apache2


*   maildirmake /etc/skel/Maildir
*   adduser acbar

*   adduser ibnu


*   dpkg-reconfigure postfix
General type of mail configurations                : Internet Site

System mail name            :rifqie.com

Root and postmaster mail recipient         : (kosongkan)

Other destinations to accept mail for (blank for none) : 192.168.4.1/24 (tambahkan di baris akhir)

Force synchronous update on mail queque          : No

Local Networks : 192.168.4.0/24 (tambahkan pada baris akhir)


Use procmail for local delivery    : No

Mailbox size limit (bytes) : 0


Local address extension character : +

Internet protocols to use : ipv4

*        nano /etc/postfix/main.cf

*        /etc/init.d/postfix restart

*        /etc/init.d/courier-imap restart

*        /etc/init.d/courier-pop restart

*      Buka browser client lalu masuk ke alamat mail.rifqie.com