Loading....
Loading....

    Archive for the ‘mikrotik’ Category

    Posted by becouz in Networking | mikrotik

    Posted on January 3rd, 2009



    Konfigurasi Server Radius
    § Masuk ke Winbox pada computer client
    § Pada winbox klik menu Radius, lalu muncul kotak dialog Konfigurasi Radius. Klik tombol + yang berwarna merah untuk masuk ke tahapan pembuatan server radius.
    §  Setelah itu muncul kotak dialog New radius Server. Karena kita akan membuat server hotspot, beritanda ü  pada hotspot. Lalu pada Address isikan 127.0.0.1, setelah itu pada secret isikan password server radius yang di ingin kan. Missal secretnya: apaajah. Klik OK untuk membuat server tersebut.

    Read the rest of this entry»

    Sphere: Related Content

    Posted by baddoel in Networking | mikrotik

    Posted on September 10th, 2008

    Hal ini merupakan salah satu hal yang sering terjadi dan dilakukan, beberapa waktu yang lalu ada temen yang maen ke salah satu warnet yang jadi tempat mangkal temannya keheranan. karena dari warnet tersebut ketika iseng-iseng dilakukan ping ke beberapa situs local (situs game online krn wnet game), ping reply rata2 1-2ms. paling gede juga 5ms.

    akhirnya sedikit jadi bahan debat warung kopi, karena tau hal itu bisa dilakukan tapi belum tau caranya. tadi iseng2 lagi surfing2 tentang mikrotik, ketemu jawaban yang autentik tentang hal tersebut, berikut kutipannya :
    Read the rest of this entry»

    Sphere: Related Content

    Posted by baddoel in Networking | mikrotik

    Posted on August 12th, 2008

    Aktifkan simple Queue

    • aktifkan max-limit
    • upload = 512k
    • download = 512k

    Simple Queue with Burst
    1.aktifkan max-limit
    - target address = host address

    • max-limit
    • upload = 256k
    • download = 512k
    • burst-limit
    • upload = 384k
    • download = 512k
    • bust-treshold
    • upload = 128k
    • download = 256k
    • time burst
    • 25 sec

    Sphere: Related Content

    Posted by baddoel in Networking | mikrotik

    Posted on August 11th, 2008

    Begitu mudahnya untuk menggunakan mikrotik. Konsep networking yang sudah anda pahami akan sangat mudah di implementasikan di operating sistem router yang berbasis kepada linux kernel ini. Kali ini kita akan praktekan sebuah judul yang banyak di nanti orang banyak. Judul yang di ambil adalah, membuat hotspot dan user manager dengan router yang sama.

    Langkah pertama adalah sbb :

    1. Buat sebuah server Radius
    / radius add service=hotspot address=127.0.0.1 secret=123456

    2. Buat profile dan set profile tersebut untuk menggunakan Radius Server
    / ip hotspot profile set hsprof1 use-radius=yes

    3. Membuat scriber
    / tool user-manager customer add login="MikroTik" password="qwerty" permissions=owner

    4. Tambahkan Router kita dalam hal ini localhost.
    / tool user-manager router add subscriber=MikroTik ip-address=127.0.0.1 shared-secret=123456

    5. Lalu silahkan browser ke http://routeranda/userman

    Source http://yoyok.wordpress.com/2007/06/27/hotspot-mikrotik/

    Sphere: Related Content

    Posted by baddoel in Networking | Software | mikrotik

    Posted on July 27th, 2007

    tulisan berikut merupakan tulisan dari boss Rj-45 di salah satu forum.
    gw copy paste kesini kesini supaya muda nyarinya kalo gw butuh, soalnya thread-nya sering ilang timbul.
    ==================================================
    MikroTik RouterOS™ adalah sistem operasi linux yang dapat digunakan untuk menjadikan komputer menjadi router network yang handal, mencakup berbagai fitur yang dibuat untuk ip network dan jaringan wireless, cocok digunakan oleh ISP dan provider hostspot.

    Ada pun fitur2 nya sbb:

    * Firewall and NAT - stateful packet filtering; Peer-to-Peer protocol filtering; source and destination NAT; classification by source MAC, IP addresses (networks or a list of networks) and address types, port range, IP protocols, protocol options (ICMP type, TCP flags and MSS), interfaces, internal packet and connection marks, ToS (DSCP) byte, content, matching sequence/frequency, packet size, time and more…

    * Routing - Static routing; Equal cost multi-path routing; Policy based routing (classification done in firewall); RIP v1 / v2, OSPF v2, BGP v4

    * Data Rate Management - Hierarchical HTB QoS system with bursts; per IP / protocol / subnet / port / firewall mark; PCQ, RED, SFQ, FIFO queue; CIR, MIR, contention ratios, dynamic client rate equalizing (PCQ), bursts, Peer-to-Peer protocol limitation

    * HotSpot - HotSpot Gateway with RADIUS authentication and accounting; true Plug-and-Play access for network users; data rate limitation; differentiated firewall; traffic quota; real-time status information; walled-garden; customized HTML login pages; iPass support; SSL secure authentication; advertisement support


    Read the rest of this entry»

    Sphere: Related Content