Postingan

Setting 3 Acces Point

Gambar
1. Prolink a. Reset access point Prolink b. Buka wi-fi di handphone disambungkan "prolink_PRN3001_2fdd88 c. Buka Chrome ketik " 192.168.123.254" d. Pada SSID : "Wiwid Anggita/30 Pada Security key : " 1234567890" e. Kemudian login : Username : admin password : password f. Sambungkan ke wi-fi Wiwid Anggita/30 masukkan password 1234567890 g. Coba searching - selesai 2. TP Link a. Reset Access Point tp-link b. Buka wi-fi di HP dan sambungkan "TP-Link_AP_22 FE Password : 55541046 c. Buka Chrome ketik "tplinkap.net" d. Login : admin   Password : admin e. Change login password di √ - old username = admin - old password = admin - new username = wiwid30 - new password = 12345678 - confirm password = 12345678 Next f. Quick setup - operation mode - Access point pada choose Operation mode dipencet g. Wireless network name = wiwid30 - wireless password = 12345678 Next h. Quick setup - Network setting - Next i. Quick setup - review setting - finish j. Sa

Konfigurasi DHCP Server

A. Konfigurasi Router Terlebih dahulu - Masukan DVD 2, kemudian ketik: #apt-cdrom add Enter sebanyak 2x - Install packet dhcpnya, dengan perintah: #apt-get install isc-dhcp-server Enter, kemudian jika muncul pilihan y/n Kita pilih y - Masuk ke directori DHCP dengan ketik perintah: #cd /etc/dhcp Enter - Kemudian masuk ke file: #nano /etc/dhcp/dhcpd.conf Cari tulisan "#A slightly..." Lalu edit hapus tanda pagar pada baris di bawahnya seperti berikut: #A slightly different configuration for an internal subnet Subnet 192.168.1.128 netmask 255.255.255.128 [ Range 192.168.1.129 192.168.1.249; Option domain-name-server 8.8.8.0; Option domain-name www.google.com; Option routers 192.168.1.254; Option broadcast address 192.168.1.255; Default-lease-time 600; Max-lease-time 7200; ] Lalu simpan  - Kemudian masuk ke file /etc/default/isc-dhcp server: #nano /etc/default/isc-dhcp-server Edit pada bagian paling bawah INTERFACES=”eth1” Lalu simpan - Restart DHCPnya: #/etc/init.d/isc-dhcp-serve

Konfigurasi DNS Server

Konfigurasi Router Terlebih dahulu  aktifkan cd 1  #apt-cdrom add #apt-get install build-essential #apt-get install bind9 seting DNS server #cd /etc/bind #ls #cp db.127 db.192 #cp db.local db.stuwika #nano named.conf.local tuliskan : zone "stuwika.sch.id" {   type master;   file "/etc/bind/db.stuwika";   };     zone "12.168.192.in-addr.arpa" {   type master;   file "/etc/bind/db.192";   };  SIMPAN #nano named.conf.options (forwaders) hapus tanda / ganti 192.168.12.129;            8.8.8.8;            8.8.4.4;     };       SIMPAN #nano db.192 (localhost)= stuwika.sch.id @ IN NS stuwika.sch.id. 129 IN PTR stuwika.sch.id. SIMPAN #nano db.stuwika (localhost)= stuwika.sch.id @ IN NS stuwika.sch.id. @ IN A 192.168.12.129 ns1 IN A 192.168.12.129 www IN CNAME ns1 SIMPAN #ls #nano /etc/resolv.conf 192.168.12.129 8.8.8.8 SIMPAN #/etc/init.d/networking restart /etc/init.d/bind9 restart nslookup 192.168.12.12

Konfigurasi NTP Server

Konfigurasi Terlebih Dahulu Aktifkan DVD 1 #apt-cdrom add #apt-get install ntp ntpdate #nano /etc/ntp.conf  Tambahkan tanda [#] didepan tulisan server  Tambahkan tulisan dibawah server tadi server 127.127.1.0 fudge 127.127.1.0 stratum 1 Cari tulisan #restrict 192.168.30.0 mask 255.255.255.0 notrust hapus tanda [#] dan ubah menjadi restrict 192.168.12.0 mask 255.255.255.0 nomodify notrap  #/etc/init.d/ntp restart  #ntpdate -pn Buka Windows --> cmd --> ping gateway eth 1 Control Panel --> clock, language, and region --> date and time Centang synchronize lalu masukan ip 192.168.12.189 Selesai

Konfigurasi Samba Server

Konfigurasi Router Terlebih Dahulu Aktifkan DVD 1 #apt-cdrom add #apt-get install samba #mkdir /home/samba #chmod 777 /home/samba #adduser wiwid #passwd wiwid -> 1234 #smb password -a wiwid -> isi 1234 #nano /etc/samba/smb.conf 10. Isikan paling bawah path = /home/samba valid users = wiwid admin = 1234 browseable = yes writeable = yes #/etc/init.d/samba restart #mkdir /home/samba/tes #touch /home/samba/tes/coba.txt 14. Buka Windows --> Klik Win+R --> ketik \\192.168.12.130 15. Lakukan pemindahan File

Konfigurasi Mail Server

Konfigurasi Router Terlebih Dahulu Aktifkan DVD 2 #apt-cdrom add   #apt-get install postfix     internet site. -> Ok     mail.stuwika.sch.id     No #apt-get install courier-imap courier -pop #dpkg -l postfix courier-imap courier -pop  #dpkg-reconfigure postfix courier-imap courier-pop       *mail.stuwika.sch.id       *Dikosongi       *No       *Spasi satu kali tuliskan 0.0.0.0/0       *No       *0       *+ #nano /etc/postfix/main.cf Tambahkan (#) didepan mailbox_comand Lali tambahkan paling bawah home_mailbox= Maildir/ #nano /etc/init.d/postfix restart #maildirmake /etc/skel/Maildir #buat user1 dan user2 dengan perintah adduser #apt-get install squirrelmail #nano /etc/apache2.conf/apache2.conf Scroll paling bawah tuliskan : Include "/etc/squirrelmail/apache.conf" #/etc/init.d/apache2 restart #nano /etc/squirrelmail/apache.conf Hapus (#) dibawah url <Virtualhost 192.168.12.117 : 80> Document root Servername mail.stuwika.sch.id </Virtualhost> #/etc/init.d/apache2

Konfigurasi Router

Install Debian #Root #1234 #Ifconfig #Ifconfig eth1 up #Ifconfig #nano /etc/network/interfaces allow diganti menjadi auto DHCP diubah menjadi static address 192.168.12.113 network 192.168.12.0 netmask 255.255.255.0 broadcast 192.168.12.255 gateway 192.168.12.1 auto eth1 inface eth1 inet static address 192.168.1.1 network 192.168.1.0 netmask 255.255.255.252 broadcast 192.168.1.3 gateway 192.168.12.113 Ctrl x---y #nano /etc/sysctl.conf Hapus tanda (#) di depan # net.IPV4.ip-forward=1 Ctrl x---y nano /etc/resolv.conf Hapus nameserver dan sisakan DNS 8.8.8.8 dan 8.8.4.4 Ctrl x---y #nano /etc/rc.local Tulis iptables -t nat -A POSTROUTING -o etho -j MASQUERADE Ctrl x---y #/etc/init.d/networking restart (enter) #networking restart (enter) #ifconfig #Ping 192.168.12.1 dan 8.8.8.8 atau www.google.com Ctrl c untuk menghentikan ping #reboot (enter) #root #1234 #ifconfig  Open Windows ask me later Pastikan windows 7 adaptor 1 adalah internet network Open network setting di kanan bawah Masuk ke set