Test VPN pada Windows7
2. Langkah terakhir cek status koneksi server ke client dengan perrintah sebagai berikut:
root@netvlops:~# ping 10.0.0.100
Tutorial Linux, Windows, Cisco, MikroTik
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
root@netvlops:~# ping 10.0.0.100
root@netvlops:~# apt-cdrom addJika sudah di add cdrom maka paket dhcp server dapat di install dengan perintah berikut ini:
root@netvlops:~# apt-get install dhcp3-server2 .Konfigurasi DHCP SERVER
root@netvlops:~# nano /etc/dhcp/dhcpd.confSesusaikan atau rubah isi script dari dhcp.conf sesuai dengan gambar berikut ini:
root@netvlops:~# /etc/init.d/isc-dhcp-server restart
root@netvlops:~# nano /etc/network/interfaces
root@netvlops:~# /etc/init.d/networking restartLangkah Kedua:- Konfigurasi IP Forwarding ubah konfigurasi sesuai gambar berikut:
root@netvlops:~# nano /etc/sysctl.conf
root@netvlops:~# cat /proc/sys/net/ipv4/ip_forward
root@netvlops:~# apt-get install cacti2. Pilih ok pada configuring libphp-adodb
root@netvlops:~# apt-get install bind92. Setelah menginstall bind9, sekarang saatnya setting dns slave di bind9. Pertama masuk dahulu ke direktori.
root@netvlops:~# cd /etc/bind/3. Kemudian buka file named.conf.local
root@netvlops: /etc/bind# nano named.conf.local4. Kemudian hapus isi script named.conf.loacl dan sisakan isi scriptnya seperti konfigurasi yang ada didalam kolom gambar di bawah ini .
root@netvlops: /etc/bind# nano named.conf.default.zones6. Kemudian tambahkan konfigurasi seperti yang ada didalam kolom gambar di bawah ini .
root@netvlops:/etc/bind/cp db.127 /var/cache/bind/db.0.0.108. Setelah file database di copy ke direktori /var/cache/bind/ langkah selanjutnya konfigurasi database yang di copy dengan cara sbb:
root@netvlops:/etc/bind/cp db.local /var/cache/bind/db.netvlops.org
root@netvlops:~# cd /var/cache/bind/Kemudian cek direktori dari /var/cache/bind dengan cara
root@netvlops:/var/cache/bind/ ls
root@netvlops:/var/cache/bind/ nano db.0.0.10
root@netvlops:/var/cache/bind/ nano db.netvlops.org
root@netvlops:~# nano /etc/hosts
root@netvlops:~# nano /etc/resolv.conf
root@netvlops:~# /etc/init.d/bind9 restartJika sudah di restart dns sukses maka akan tampil seperti gambar berikut.
root@netvlops:~# apt-get install ntp ntpdate –y2. Setelah menginstall ntp server, selanjutnya kita akan konfigurasi ntp kita. Pertama buka file ntp.conf dengan cara sebagai berikut:
root@netvlops:~# nano /etc/ntp.conf3. Setelah itu konfigurasi isi file ntp.conf sesuaikan dengan gambar berikut:
root@netvlops:~# /etc/init.d/ntp restart
root@netvlops:~# ntpq –p