speed up web resolver and manipulating speed test


Unbound adalah alternatif DNS resolver dan juga DNS server, Unbound lebih aman dan lebih cepat dalam melakukan resolving ke domain atau juga dalam melakukan query. Unbound bisa di pakai di warnet, dan jaringan internal kantor atau juga sekolah (sebagai jaringan intranet). Unbound bisa juga bisa di bundle dengan squid proxy server, sebagai dns filtering, dan juga bisa di gunakan untuk manipulasi speedtest.

install dns unbound debian linux :
apt-get install unbound
 Konfigurasi untuk unbound , /etc/unbound/unbound.conf :
    interface: 0.0.0.0
    access-control: 0.0.0.0/0 allow
    access-control: 10.0.0.0/16 allow
    verbosity: 1
    local-zone: "labts.com" static
    local-data: "labts.com IN A 192.168.1.198"
    local-data: "www.labts.com IN A 192.168.1.198"
    local-data-ptr: "192.168.1.198 www.labts.com"
    #manipulasi speedtest
    local-data: "speedtest.indosatm2.com IN A 192.168.1.198"
    local-data: "speedtest.sby.dnet.net.id IN A 192.168.1.198"
    local-data: "speedtest.biznetnetworks.com IN A 192.168.1.198"
    local-data: "jogja.speedtest.telkomspeedy.com IN A 192.168.1.198"
    local-data: "www.speedtest.mygreenlinks.net IN A 192.168.1.198"
Test di pc client masing-masing, jangan lupa untuk setiap client memakai dns lokal 192.168.1.198 dan mapping semua ip speedtest dan uji kecepatan speedtest di client :p :

C:\Users\Aspire>nslookup
Default Server:  www.labts.com
Address:  192.168.1.198

> yahoo.com
Server:  www.labts.com
Address:  192.168.1.198

Non-authoritative answer:
Name:    yahoo.com
Addresses:  72.30.38.140
          98.139.183.24
          98.138.253.109


 C:\Users\Aspire>ping labts.com

Pinging labts.com [192.168.1.198] with 32 bytes of data:
Reply from 192.168.1.198: bytes=32 time=3ms TTL=64
Reply from 192.168.1.198: bytes=32 time=3ms TTL=64

Ping statistics for 192.168.1.198:
    Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 3ms, Maximum = 3ms, Average = 3ms
C:\Users\Aspire>ping speedtest.indosatm2.com -n 2

Pinging speedtest.indosatm2.com [192.168.1.198] with 32 bytes of data:
Reply from 192.168.1.198: bytes=32 time=1ms TTL=64
Reply from 192.168.1.198: bytes=32 time=4ms TTL=64

Ping statistics for 192.168.1.198:
    Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 1ms, Maximum = 4ms, Average = 2ms

{ 0 komentar... read them below or add one }

Posting Komentar