Senin, 14 November 2016

Queue Tree & Mangle


Nama :Anggita Tri Widiastuti
Konfigurasi Queue dan Mangle
Tanggal :Selasa, 15 Nov 2016
Kelas : XII TKJ 2

SK/SD:
No. Job : 13

Guru: Maman Hariana S.kom
Queue Tree & Mangle


QueueTree adalah tool mikrotik yang memiliki kemampuan melimitasi bandwith yang lebih lengkap dibandingkan dengan simple queue.
Mangle adalah cara untuk menandai paket-paket data tertentu, dan kita akan memggunakan tanda tersebut pada fitur lainnya ,misalnya pada filter,routing,NAT,ataupun queue.
Langkah - Langkah Konfigurasi :
 a. pemberian ip address 
     - ip address router = 192.168.10.1/24
     - ip address internet = 192.168.137.2/24
 b. pemberian ip DNS
     - 8.8.8.8 8.8.4.4 kemudian ceklist allow 

 c. pemberian firewall NAT
     - srcnat , out interface= ether2 , action= masquerade 


d.      buka IP àfirewall à lalu konfigurasi seperti ini
Mark Connection
1.       ip firewall mangle add chain = forward src-address =192.168.10.0/24 protocol= 6 (tcp)  \  action = mark connection New Connection mark = conn-tcp passthrough yes
2.       ip firewall mangle add chain =forward src-address= 192.168.10.0/24 protocol= udp \ action =mark connection New Connection Mark = conn-udp passthrough yes
3.       ip firewall mangle add chain = forward src-address= 192.168.5.0/24 protocol= icmp \ action = mark connection New Connection Mark = conn-icmp passthrough yes
4.       ip firewall add chain=  forward src-address= 192.168.5.0/24 \ action= mark connection New Connection Mark = Conn-sisa
        Mark Packet
1.    ip firewall add chain= forward connection mark= conn-tcp \ action=mark packet  New Packet Mark= packet-tcp passthrough no
2.    ip firewall add chain= forward connection mark= conn-udp \ action= mark packet New Packet Mark= packet-udp passthrough no
3.    ip firewall add chain= forward connection mark= conn-icmp \ action= mark packet New Packet Mark= packet-icmp passthrough no
4.    ip firewall add chain= forward connection mark= conn-sisa \ action= mark packet New Packet Mark= packet-sisa passthrough no


e. Pembuatan Queue Tree
    Pembuatan Total Download
    Nama = total download parent = ether1 Max limit = 8k
    Pembuatan Total Upload
    Nama = total upload parent = wlan1 Max limit = 8k
a.       Queue tree tcp
Nama = download-tcp parent = total download packet marks = packet-tcp limit = 8k max = 25k
Nama = upload-tcp parent = total upload packet marks = packet-tcp limit = 8k max = 25k
b.        Queue Tree UDP
Nama = download-udp parent = total download packet marks = packet-udp limit = 8k max = 25k
Nama = upload-udp parent = total upload packet marks = packet-udp limit = 8k max = 25k
c.         Queue Tree ICMP
Nama = download-icmp parent = total download packet marks = packet-icmp limit = 8k max = 25k
Nama = upload-icmp parent = total upload packet marks = packet icmp limit = 8k max = 25k
d.        Queue Tree Sisa
Nama = download-sisa parent = total download packet marks= packet-sisa limit = 8k max = 25k
Nama = upload-sisa parent = total upload packet marks = packet-sisa limit = 8k max = 25k   

f.          Konfigurasi DHCP-Setup
Dhcp setup interface wlan kalian next hingga selesai

g.         Test konfigurasi
-  Pada client dengan koneksi terhubung ke wireless yang kalian buat

-  Jika berhasil symbol queue akan berubah menjadi merah atau kuning
 






.

Tidak ada komentar:

Posting Komentar