0% found this document useful (0 votes)
41 views46 pages

Server

The document provides instructions for installing and configuring several server applications including a DNS server using Bind9, a web server using Apache2, a mail server using Postfix and Courier, a mail list using Mailman, and a proxy server using Squid. It describes editing configuration files, adding users, creating mail lists, restarting services, and testing functionality through commands like dig, nslookup, lynx, and a web browser.

Uploaded by

Deden Widhiyana
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views46 pages

Server

The document provides instructions for installing and configuring several server applications including a DNS server using Bind9, a web server using Apache2, a mail server using Postfix and Courier, a mail list using Mailman, and a proxy server using Squid. It describes editing configuration files, adding users, creating mail lists, restarting services, and testing functionality through commands like dig, nslookup, lynx, and a web browser.

Uploaded by

Deden Widhiyana
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 46

DNS SERVER

Install bind9 (apt-get install bind9) Edit file (/etc/resolv.conf)

Edit file (/etc/resolv.conf)

Edit file (/etc/bind/named.conf)

Edit file (/etc/bind/named.conf.local)

Edit file (/etc/bind/named.conf.options)

Edit file (/etc/bind/zones/db.local)

Edit file (/etc/bind/zones/db.127)

restart process (/etc/init.d/bind9 restart)

dig putu.com

nslookup 10.252.108.138

WEB SERVER

Install web server


apt-get install apache2 php5 mysql-server-5.0 apt-get install libapache2-mod-php5 apt-get install phpmyadmin apt-get install lynx

Edit file (/etc/apache2/sites-available)

restart process (/etc/init.d/apache2 restart)

Tampilan putu.com (lynx)

Tampilan putu.com (web browser)

Install mail server


apt-get install postfix apt-get install courier-imap courier-pop apt-get install squirrelmail

Edit file (/etc/postfix/main.cf)

restart process mail server


(/etc/init.d/postfix restart) (/etc/init.d/courier-imap restart) (/etc/init.d/courier-pop restart)

Tampilan squirrelmail

Install maillist (apt-get install mailman)

Buat user baru


adduser user1 adduser user2 adduser user3

Buat list mailman (newlist mailman dan newlist mylist) Edit file (/etc/aliases)

File (/etc/mailname)

File (/etc/mailman/mm_cfg.py)

restart process maillist


(/etc/init.d/postfix restart) (/etc/init.d/courier-imap restart) (/etc/init.d/courier-pop restart) (/etc/init.d/mailman restart)

Tampilan user1

Tampilan user2

Tampilan user3

Masuk melalui user1

Mendaftarkan user1, user2, user3 dalam maillist

Mendaftarkan user1, user2, user3 dalam maillist

Mendaftarkan user1, user2, user3 dalam maillist

Mendaftarkan user1, user2, user3 dalam maillist

Mencoba mengirim dari user3 ke maillist

Inbox awal user1

Inbox akhir user1

Isi user1

Inbox awal user2

Inbox akhir user2

Isi user2

Inbox awal user3

Inbox akhir user3

Isi user3

Install proxy server


apt-get install squid squid-common

You might also like