Penjelasan :
Queue Tree berfungsi untuk mengimplementasikan fungsi yang lebih komplex dalam limit
bandwidth pada mikrotik dimana penggunaan packet mark nya memiliki fungsi yang lebih baik. Digunakan untuk membatasi satu arah koneksi saja baik itu download maupun upload. Secara umum Queue Tree ini tidak terlihat berbeda dari Simple Queue.
Mangle pada mikrotik merupakan suatu cara untuk menandai paket data dan koneksi tertentu yang dapat diterapkan pada fitur mikrotik lainnya, sepeti pada routes, pemisahan bandwidth pada queues, NAT dan filter rules. Tanda mangle yang ada pada router mikrotik hanya bisa digunakan pada router itu sendiri. Dan yang perlu diingat bahwa proses pembacaan rule mangle ini dilakukan dari urutan pertama ke bawah.
Konfigurasi :
Buat ip address ether4 karena saya disini menggunakan ether4, dan jangan lupa juga membuat ip address wlan nya seperti di bawah,
ip ether4 192.168.100.2/24 ether4
ip wlan1 192.168.10.2/24 wlan1
Lalu isi dns nya, disini saya menggunakan dns google ip > dns
Buat dhcp server nya, ip > dhcp server > dhcp setup > interface wlan next sampai selesai
Tambahkan ip routes > ( + ) gateway nya 192.168.100.1
Ip firewall > nat > chain > scrnat > out interface ether4, action > masquarade> ok
Buat Hotspot untuk client > Wireless >Interfaces > Mode : ap bridge >SSID Nama Kalian
Ip Firewall > Mangle (+) > Chain : Forward > Src.address 192.168.10.0/24 ( ip wlan1 )
Ip Firewall > Action > Mark connection. New connection Mark > conn-ctp
Ip Firewall > Mangle (+) > Chain : Forward
Ip Firewall > Action > Mark packet.ceklis pada passthrough
Ip Firewall > Mangle (+) > Chain : Forward > Src.address : 192.168.10.0/24 > Protocol : udp
Ip Firewall > Mangle > Action > mark connection New connection mark > conn-udp
IP Firewall mangle (+) chain > Forward , Connection mark > conn udp
Ip firewall mangle action > mark packet, New packet mark > packet udp
Action > Mark connection, New connection Mark > conn-icmp
Action > mark packet, New packet mark > packet-icmp
Ip
Firewall > Mangle (+) > Chain : Forward >
Src.address : 192.168.10.0/24
Action > mark connection, New connection Mark > conn-sisa
Ip Firewall> Mangle (+) > Chain : Forward> Connection mark : conn-sisa
Action > mark packet, New packet mark > packet-sisa
Sekarang tinggal queue tree parent nya
Queue > Queue tree > Name : Total- Upload, Parent > wlan 1, Limit at 32k, Max limit 32k
Queue > Queue tree > Name : Total- Download, Parent > ether4, Limit at 16k, Max limit 16k
Queue Tree UDP
Queue
> Queue tree > Name : Download-udp, Parent > Total Download,
Packet marks > Packet-udp Limit at 16k, Max limit 16k
Queue
> Queue tree > Name : Upload-udp, Parent > Total Upload,
Packet marks > Packet-udp Limit at 32k, Max limit 32k
Queue Tree TCP
Queue
> Queue tree > Name : Download-tcp, Parent > Total Download,
Packet marks > Packet-tcp Limit at 16k, Max limit 16k
Queue
> Queue tree > Name : Upload-tcp, Parent > Total Upload,
Packet marks > Packet-tcp Limit at 32k, Max limit 32k
Queue Tree SISA
Queue > Queue tree > Name : Upload-sisa, Parent > Total Upload, Packet marks > Packet-sisa Limit at 32k, Max limit 32k
Queue
> Queue tree > Name : Download-sisa, Parent > Total Download,
Packet marks > Packet-sisa Limit at 16k, Max limit 16k
Queue Tree ICMP
Queue Tree ICMP
Queue
> Queue tree > Name : Download-icmp, Parent > Total Download,
Packet marks > Packet-icmp Limit at 16k, Max limit 16k
Queue
> Queue tree > Name : Upload-icmp, Parent > Total Upload,
Packet marks > Packet-icmp Limit at 32k, Max limit 32k
Lalu client login ke wifi yang tadi dibuat
Tinggal tes ping 8.8.8.8 jika reply berarti berhasil
Jika sudah terkoneksi maka traffic akan berjalan seperti di bawah ini
0 Response to "Queue Tree Dan Mangle"
Posting Komentar