LAIN-LAIN
-) Tips Perawatan Windows XP.
-) Materi Ms-DOS
-) Tips Regisrty
-) Materi Linux
sumber: situstkj.co.cc
Untuk mengkonfigurasi DNS Server menggunakan linux debian versi 5.0, ikuti langkah langkah dari gambar berikut:
1 Sebelum konfigurasi, kita Install Paket Bind-nya
2. Kemudian masukkan DVD-1 dan tekan “Enter”. Maka akan tampak gambar sbg berikut.
3) /etc/init.d/proftpd restart Stopping ftp server: proftpd. Starting ftp server: proftpd. 4) Buka browser komputer client dan buka url ftp://www.situstkj.co.cc anda akan melihat tampilan ini: Anda bisa login menggunakan username antok, ataupun username anisa, yang sudah anda buat pada saat konfigurasi mail server tadi. sempetin klik "suka" yach guys............. thx sumber:situstkj.co.cc |
Setelah MengKonfigurasi FTP Server, Sekarang kita akan belajar mengkonfigurasi Proxy Server. Menurut saya ini adalah konfigurasi yang sangat membutuhkan ketelitian. So, Becarefull with your step..!
*Kata2 bercetak tebal adalah perintah yang harus dijalankan.
*Kata2 berwarna merah adalah perubahan/sesuatu yang harus anda buat.
1) apt-get install squid
2) rm /etc/squid/squid.conf
3) pico /etc/squid/squid.conf
acl all src all acl localnet src 172.16.1.0/26 acl situs url_regex -i "/etc/squid/blokir.txt" http_access deny situs http_access allow localnet http_access allow all http_port 3128 transparent cache_mem 8 mb memory_replacement_policy heap GDSF cache_replacement_policy heap LFUDA store_dir_select_algorithm round-robin cache_dir aufs /cache 10000 24 256 cache_store_log none cache_access_log /var/log/squid/access.log cache_effective_user proxy cache_effective_group proxy visible_hostname proxy.situstkj.co.cc
3) pico /etc/squid/blokir.txt
sub.situstkj.co.cc
4) mkdir /cache
5) chown –R proxy:proxy /etc/squid/blokir.txt
6) chown –R proxy:proxy /cache
7) /etc/init.d/squid stop
8) squid –z
2010/10/16 19:43:30| Creating Swap Directories
9) /etc/init.d/squid start
10) pico /etc/rc.local
iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --to-port 3128
#exit 0
11) /etc/init.d/squid restart
Restarting Squid HTTP proxy: squid Waiting.....................done.
12) Buka browser komp client dan buka http://sub.situstkj.co.cc anda akan melihat tampilan ini:
1287233395.322 6 172.16.1.2 TCP_DENIED/403 1454 GET http://sub.situstkj.co.cc/ - NONE/- text/html * (ini adalah log dari website yang diakses oleh client.
sempetin klik "suka" yach guys............
sumber:situstkj.co.cc
Sebelumnya, selamat bagi anda yang telah berhasil Mengkonfigurasi Proxy Server. Langkah terakhir yang akan kita lakukan adalah mengkonfigurasi DHCP Server.. Silahkan ikuti langkah berikut:
* Kata2 yang bercetak tebal adalah perintah yang dijalankan pada komputer server.
* Kata2 yang berwarna merah adalah yang harus anda ubah atau buat.
1) apt-get install dhcp3-server
Non-authoritative version of DHCP server OK
2) pico /etc/dhcp3/dhcpd.conf
# option definitions common to all supported networks...
option domain-name "situstkj.co.cc";
option domain-name-servers antoro.situstkj.co.cc;
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;
# A slightly different configuration for an internal subnet.
subnet 172.16.1.0 netmask 255.255.255.192 {
range 172.16.1.2 172.16.10.61;
option domain-name-servers 172.16.1.62;
option domain-name "situstkj.co.cc";
option routers 172.16.1.0;
option broadcast-address 172.16.1.63;
default-lease-time 600;
max-lease-time 7200;
}
* Untuk kata yang tidak saya cantumkan, jangan diubah/dihapus.
3) Reboot
4) Sambil menunggu komputer server hidup kembali. Ubah settingan TCP/IP di client windows menjadi:
5) Kemudian ping dari komp windows ke komp server.
C:\Users\antoro>ping 172.16.1.62
Pinging 172.16.1.62 with 32 bytes of data:
Reply from 172.16.1.62: bytes=32 time<1ms ttl="64" bytes="32" ttl="64" bytes="32" ttl="64" bytes="32" time="1ms" ttl="64" sent =" 4," received =" 4," lost =" 0" minimum =" 0ms," maximum =" 1ms," average =" 0ms">ping 192.168.1.1
Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64 Reply from 192.168.1.1: bytes=32 time<1ms TTL=64 Reply from 192.168.1.1: bytes=32 time<1ms TTL=64 Ping statistics for 192.168.1.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 1ms, Average = 0ms 6) Check mulai dari DNS, Web, Mail, Ftp, Proxy. Jika bisa, berarti konfigurasi anda berhasil.
sumber:situstkj.co.cc
Untuk mengkonfigurasi router menggunakan linux debian versi 5.0, ikuti langkah langkah dari gambar berikut:
1. Ketikkan perintah berikut
2. Kemudian tambahkan tulisan dibawah ini :