Laporan Praktikum Installasi dan Konfigurasi Debbian Lenny

I.                    Alat dan Bahan
1.      1 Unit PC
2.      CD/DVD/ 1 Installasi debbian lenny
II.                  Langkah Kerja
1.      Boot melalaui CD
2.      Instaalation
3.      Choose Language : English
4.      Country
5.      Keyboard Layout
6.      Primary network interface
Pilih kartu jaringan utama
7.      Network configuration
Not this time
8.      Domain : ovinsyah.com
9.      Hostname : ovinsyah
10.  Domain name : ovinsyah
11.  Time zone : Jakarta
12.  Partitioning : Guided Use Entire disk
13.  Choose IDE
14.  Partitioning schema : All files in One partitioning
15.  Partition information : Finish, partitioning and write change to disk
16.  Write change : yes
17.  Root password : 1234567
18.  Vertification root password : 1234567
19.  User fullname : ovinsyah
20.  User name : ovinsyah
21.  User Password  : 123456
22.  Vertification user password : 123456
23.  Scan another CD/DVD : No
24.  Installation package : Standard System
25.  Install Grub boot Loader on master boot loader : Yes
26.  Participate in forum : No
27.  Finish installation eject CD/DVD
28.  Reeboot
III.               Konfigurasi IP address
1.      Ketikkan “root”
2.      Masukkan password root
3.      Ketikkan perintah : nano /etc/network/interfaces
4.      Kemudian edit seperti

# The primary network interfaces
auto eth0
I face eth0 inet static
            address          192.168.3.1
            netmask 255.255.255.0
            network 192.168.3.0
            broadcast 192.168.3.255
            gateway 192.168.3.2

auto eth1
I face eth0 inet static
            address          192.168.1.1
            netmask 255.255.255.0
            network 192.168.1.0
            broadcast 192.168.1.255
            gateway 192.168.1.1
5.      Save (ctrl + x, y )
6.      Ketikkan perintah : /etc/init.d/networking restart
7.      Ketikkan perintah untuk melihat konfigurasi : ifconfig

IV.               DNS
               1.     Menginstall bind9
                      Ketikkan perintah : apt-get install bind9
2.    Ketikkan perintah : nanao /etc/bind/named.conf
3.    Kemudian edit seperti

Zone “ovinsyah.com” {
            Type master;
            File “/etc/bind/ovinsyah”;
};

Zone “1.168.192.in-addr.arpa” {
            Type master;
            File “/etc/bind/192”;
};

3.    Save
4.    Masuk ke folder bind
Ketikkan perintah : cd /etc/bind
5.    Untuk mengopy folder
6.    ketikkan perintah : cp db.local ovinsyah
dan : cp db.255.192
V.                  Mengedit folder ovinsyah
1.      Ketikkan perintah : nano ovinsyah

STTI    604800
@         IN        SOA     ovinsyah.com.root.ovinsyah.com. {
                                                2          :  Serial
                                                604800           :  Refresh
                                                86400 :  Retry
                                                2419200: Expire
                                                6048001: Negative Cache TTL
;
@         IN        NS       ns.ovinsyah.com.
IN        MX       10        mail.ovinsyah.com.
Ns        A          192     192.168.1.1

ovinsyah.com IN        A          192.168.1.1
www   IN        CNAME           ns
www   IN        CNAME           ns
;
@         IN        NS       localhost
            IN        NS       ns.ovinsyah.com
            IN        PTR     ns.ovinsyah.com

1          IN        PTR     www.ovinsyah.com
1          IN        PTR     mail.ovinsyah.com

Lalu ketikkan perintah : nano\etc\resolv.conf
kemudian ketikkan

Serach ovinsyah.com
Nameserver 192.168.1.1

2.      Kemudian Restart  
Ketikkan perintah :/etc/init.d/bind9 restart
VI.               Konfigurasi dhcp3
1.      Ketikkan perintah : nano /etc/dhcp3/dhcp
2.      Cari kata slightly
dengan cara menekan tombol ctrl + w
3.      Kemudian edit seperti
# A slightly differebt configuration
   range 192.168.1.0 netmask 255.255.255.0 {
   range 192.168.1.10 192.168.1.20;
   option domain-name server 192.168.1.1;
   option domain-name “ovinsyah.com”;
   option routers 192.168.1.1;
   option broadcast address 192.168.1.255; 
default-lease-time 600;
max-lease-time 7200;
VII.             Setelah itu buka windows 7
1.      Buka Run
2.      Ketikkan cmd



Previous
Next Post »

2 komentar

Write komentar
Theme designed by Damzaky - Published by Proyek-Template
Powered by Blogger
Copyright ©2013 Kosong by
Diberdayakan oleh Blogger.
Subscribe Via Email

Subscribe to our newsletter to get the latest updates to your inbox. ;-)

Your email address is safe with us!

-->