bird

generate

sistem operasi apa yang anda sefang gunakan ??

Total Tayangan Laman uchuld

Terima Install ulang Laptop or Pc, and service Komputer,
Hub :085752229453
Pin BB : 2777633A

Balikpapan Only,

Selasa, 24 Januari 2012

Langkah mengkonfigurasi LINUX DEBIAN LENNY 5 dengan 2 dns

Http://sultan-uchuld.blogspot.com
Langkah mengkonfigurasi LINUX DEBIAN LENNY 5 dengan 2 dns

INGAT !!! Ini bukan buat patokan, tapi hanya untuk membantu mengingat saja
jadi, klo ada yg salah,, iaa maaav


 Login : root ←
 Password : 6 digit ←

Pastikan cd 1 linux debian sudah pada dvd room
Install software yg akan kita gunakan
- Aptitude install apache2
- Aptitude install postfix
- Aptitude install dovecot-imapd
- Aptitude install dovecot-pop3d
- Aptitude install squirrelmail
- Aptitude install proftpd
- Aptitude install samba


*Note : - saat memasuki konfigurasi atau direktori maksimal menggunakan jarak 1 ( spasi )
- dan setiap selesai mengkonfigurasi , save dengan menggunakan perintah Ctrl+O Enter Ctrl+X

Ga usah pake basa-basi.. langsung aja pada inti nya,, Sorry bikin nya amburadul . . amatiran baru blajar juga ni

1. Nano /etc/bind/named.conf ←

};
Zone “sekolah.sch.id” {
Type master;
File “/var/cache/bind/db.sekolah
};

zone “205.in-addr.arpa“ {
type master;
file ”/var/cache/bind/db.205”;
};

Zone ”jurusanku.sch.id” {
Type master;
File ”/var/cache/bind/db.jurusanku”;
};

Zone ”66.in-addr.arpa” {
Type master;
File ”/var/cache/bind/db.66”;
};

2. Cd /etc/bind ←

Cp db.local /var/cache/bind/db.sekolah ←
Cp db.255 /var/cache/bind/db.205 ←
Cp db.local /var/cache/bind/db.jurusanku ←
Cp db.255 /var/cache/bind/db.66 ←

3. Nano db.sekolah ←

IN SOA sekolah.sch.id. root.sekolah.sch.id (

@ IN NS sekolah.sch.id
Server IN NS 205.153.10.65
www IN NS 205.153.10.65
jurusan.sekolah.sch.id IN NS 205.153.10.65

4. Nano db.205 ←

IN SOA sekolah.sch.id. root.sekolah.sch.id (

@ IN NS sekolah.sch.id
65.10.153 IN PTR jurusan.sekolah.sch.id

5. Nano db.jurusanku ←

IN SOA jurusanku.sch.id. root.jurusanku.sch.id (

@ IN NS jurusanku.sch.id
www IN A 205.153.10.66
server IN A 205.153.10.66
jurusan.jurusanku.sch.id IN A 205.153.10.66

6. Nano db.66 ←

IN SOA jurusanku.sch.id. root.jurusanku.sch.id (

@ IN NS jurusanku.sch.id
66.10.153 IN PTR jurusan.jurusanku.sch.id

7. Nano /etc/resolv.conf ←

Search seklah.sch.id, jurusanku.sch.id
Nameserver 205.153.10.65
Nameserver 205.153.10.66


8. Nano /etc/hosts

127.0.0.1 localhost
205.153.10.65 uchuld ( nama root )
205.153.10.66 uchuld ( nama root )




MEMBUAT IP KEDUA PADA FILE INTERFACES

9. Nano /etc/network/interfaces ←

- Tambahkan
Auto eth0 dibawah allow hotplug yang sudah ada

- Tambahkan di bagian paling bawah

Auto eth0:
Iface eth0: inet static
Address 205.153.10.66
Netmask 255.2555.255.192
Broadcast 205.153.10.127
Gateway 205.153.10.66

10. RESTART INTERFACES

 ./etc/init.d/networking restart
 ./etc/init.d/bind9 restart

11. MASUK KONFIGURASI MAIL..SERVER

 Nano../etc/posfix/main.cf ←

Myhostname : uchuld
Mydomain : sekolah.sch.id
Mydestination : uchuld.sekolah.sch.id, localhost.localdomain, localhost
Home_malibox : maildir/
Relayhost :

12. MASUK KONFOGURASI SQUIRRELMAIL

 Nano /etc/apache2/apache2.conf ←

Tambahkan :

Include /etc/squirrelmail/apache.conf

 Nano /etc/squirrelmail/apache.conf ←

Ganti squirrelmail dengan webmail


13. MASUK KONFIGURASI FTP

 Nano /etc/proftpd/proftpd.conf ←

Server name : “ uchuld “

 Adduser uchuld
Password : 1234
Retry password : 1234

14. MASUK KONFIGURASI SAMBA

 Nano /etc/samba/smb.conf ←

;{netlogon}
Coment = Network logon service
Path = /home/uchuld
Gues ok = yes
Read only = no
Writable = yes
Valid user = uchuld
Create mask = 0777
Share modes = yes

 Membuat user samba

Smbpasswd –a uchuld
Password : 1234
Retrypassword : 1234

 Cek smbclient -L //205.153.10.65 -U uchuld
Password : 1234

15. RESTART semua konfigurasi

 Cd /
 ./etc/init.d/networking restart
 ./etc/init.d/bind9 restart
 ./etc/init.d/proftpd restart
 ./etc/init.d/apche2 restart
 ./etc/init.d/samba restart
 init 6



16. Cek user anda pada

 Cd /home

17. MEMBUAT DIRECTORY

 Mkdir www
 Cd www
 Mkdir sekolah
 Mkdir jurusanku
 Cd /home
 Ls

18. – cd /uchuld
- ls
- cd ..
- cd ninna
- ls

19. Jika anda sudah membuat desain web dengan word maka copy file tersebut menggunakan aplikasi fileZila
20. - cp index.html /home/www/sekolah
- cd user 1
- ls

- cp index.html /home/www/jurusanku
- cd user2
- ls
1. - cd /home/www/sekolah
- mkdir index_files
- cd ..
- cd /home/user1
- ls
- cd..index_files
- ls
( copy semua file yang tetera didalam index_files user1 )
- contoh :
- cp image 002.gif /home/www/sekolah/index_files.
- cp image 004.gif /home/www/sekolah/index_files.

2. Cek Kesuksesan Copy file
- cd /home/www/sekolah/index_files
- ls
3. Lakukan hal yang sama pada user2

4. Restart apache2

 ./etc/init.d/apache2 restart

1. Cd /etc/apache2/sites_enabled

 Cp 000-default sekolah
 Cp 000-default jurusanku

2. Nano sekolah

 (*) ganti dengan 205.153.10.65
 (webmaster) ganti uchuld@sekolah.sch.id
 Document root : home/www/sekolah
 Directory : home/www/sekolah

3. Nano jurusanku

 (*) ganti dengan 205.153.10.66
 (webmaster) ganti ninna@jurusanku.sch.id
 Document..root : home/www/jurusanku
 Directory : home/www/jurusanku


*Note : - saat memasuki konfigurasi atau direktori maksimal menggunakan jarak 1 ( spasi )
- dan setiap selesai mengkonfigurasi , save dengan menggunakan perintah Ctrl+O Enter Ctrl+X

Biar ga repot bikin index html nya,, nie guw kasih yg simple and sederhana,,

Download www.sekolah.sch.id index.html
http://www.4shared.com/get/Wo98wDyf/uchuld_indexhtml_sekolah.html

Download www.jurusanku.sch.id index.html
http://www.4shared.com/get/YzrsM2Dz/uchuld_indexhtml_jurusanku.html

Download Konfigurasi Linux Debian Lenny 5 uchuld.docx
http://www.4shared.com/file/-uKiVARB/Langkah_mengkonfigurasi_Linux_.html

Http://sultan-uchuld.blogspot.com">

Sorotan

y
t
i
n
u
m
m
o
C
z
r
e
g
o
l
B
m
a
l
u
h
G