Wednesday, June 17, 2015

konfigurasi WEB SERVER dan DNS di UBUNTU 12.04

By Unknown   Posted at  Wednesday, June 17, 2015   TKJ No comments

Assalamualaikum wr.wb
Banyak cara dan banyak pareasi menurut pengetahuan banyak orang untuk mengkonfigurasikan WEB SERVER dan DNS di ubuntu 12.04 server. Dan saya akan meberikan cara konfigurasi tersebut menurut yang saya ketahui.





1. KONFIGURASI WEB SERVER

APACHE2

a. Install Apache2 Server
#apt-get install apache2
b. Masuk Directory /var/www
#cd /var/www
#nano index.html
c. lalu ketik seperti dibawah ini tanpa tanda petik:
"<h1><marquee> WEB SERVER SMK AL-BAHRI KANTOR1.COM-</marquee></h1>"

d.Setelah itu RESTART SERVICE
#/etc/init.d/apache2 restart 
e. Buka Browser dan uji: ketik ip address di URL
apabila berhasil maka akan muncul teks yang anda rubah tadi di web browser anda


2. DNS SERVER

apt-get install bind9

a. nano /etc/bind/named.conf.default-zones
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};

// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912

zone "kantor1.com" {
type master;
file "/etc/bind/db.kantor1";
};

zone "200.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.254";
};



b. cp /etc/bind/db.local /etc/bind/db.kantor1 ( copy data db.local )
#nano /etc/bind/db.kantor1

Kemudian tambahkan/EDIT
;
; BIND data file for local loopback interface
;
$TTL    604800
@       IN      SOA     kantor1.com. root.kantor1.com. (
             2         ; Serial
        604800         ; Refresh
         86400         ; Retry
       2419200         ; Expire
        604800 )       ; Negative Cache TTL
;
@       IN      NS      kantor1.com.
@       IN      A       192.168.200.1 (ini alamat eth1-sesuaikan dgn IP anda)
@       IN      AAAA    ::1 (teks ini jangan ikut diketik)
www     IN      A       192.168.200.1
ftp     IN      A       192.168.200.1
mail    IN      A       192.168.200.1
c. cp /etc/bind/ db.127 db.254
nano /etc/bind/db.254
Kemudian edit lagi

;
; BIND data file for local loopback interface
;
$TTL    604800
@       IN      SOA     kantor1.com. root.kantor1.com. (
             2         ; Serial
        604800         ; Refresh
         86400         ; Retry
       2419200         ; Expire
        604800 )       ; Negative Cache TTL 
;
@       IN      NS      kantor1.com.
@       IN      PTR     www.kantor1.com
1       IN      PnsTR     ftp.kantor1.com
1       IN      PTR     mail.kantor1.com

d. nano /etc/resolv.conf
tambahkan/edit
nameserver 192.168.200.1
nameserver 8.8.8.8
nameserver 8.8.4.4

e. /etc/init.d/bind9 restart

e. nslookup ip addreess [enter]
  #nslookup www.kantor1.com
akan muncul seperti ini jika tidak berarti belum berhasil, silakan anda periksa lagi.

Server: 192.168.200.1
Address: 192.168.200.1#53

1.200.168.192.in-addr.arpa name = ftp.kantor1.com.200.168.192.in-addr.arpa.
1.200.168.192.in-addr.arpa name = mail.kantor1.com.200.168.192.in-addr.arpa.


apabila berhasil ketika di ketik di browser 



thank's for watch

About the Author

Nulla sagittis convallis arcu. Sed sed nunc. Curabitur consequat. Quisque metus enim, venenatis fermentum, mollis in, porta et, nibh. Duis vulputate elit in elit. Mauris dictum libero id justo.
View all posts by: BT9

0 comments:

Back to top ↑
Connect with Us

What they says

© 2013 Informasi Sederhana . WP Mythemeshop Converted by Bloggertheme9
Blogger templates. Proudly Powered by Blogger.