Contoh Mikrotik : Load Balancing Multi Over Gateway Untuk Lan Dan Hotspot Plus Bandwith Management

  • Uploaded by: Triple-eF Net
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Contoh Mikrotik : Load Balancing Multi Over Gateway Untuk Lan Dan Hotspot Plus Bandwith Management as PDF for free.

More details

  • Words: 658
  • Pages: 4
[admin@3FNet] > interface print Flags: X - disabled, D - dynamic, R - running # NAME TYPE RX-RATE 0 R lan ether 0 1 R isp-01 ether 0 2 R isp-02 ether 0 3 R wlan ether 0

TX-RATE 0 0 0 0

[admin@3FNet] > ip address print Flags: X - disabled, I - invalid, D - dynamic # ADDRESS NETWORK BROADCAST 0 ;;; added by setup 192.168.0.30/27 192.168.0.0 192.168.0.31 1 ;;; added by setup 192.168.1.2/29 192.168.1.0 192.168.1.7 2 ;;; added by setup 192.168.2.2/24 192.168.2.0 192.168.2.255 3 ;;; added by setup 192.168.3.30/27 192.168.3.0 192.168.3.31

MTU 1500 1500 1500 1500

INTERFACE lan isp-01 isp-02 wlan

[admin@3FNet] > ip firewall mangle print Flags: X - disabled, I - invalid, D - dynamic 0 ;;; LAN 1 ke ISP 1 chain=prerouting src-address=192.168.0.0/28 action=mark-routing newrouting-mark=to-isp-01 passthrough=no 1

;;; LAN 2 ke ISP 2 chain=prerouting src-address=192.168.0.16/28 action=mark-routing newrouting-mark=to-isp-02 passthrough=no 2

;;; WLAN/Hotspot ke ISP 2 chain=prerouting src-address=192.168.3.0/27 action=mark-routing newrouting-mark=wap-to-isp-02 passthrough=no 3 chain=forward src-address=192.168.0.0/28 routing-mark=to-isp-01 action=mark-connection new-connection-mark=users-con-lan-01 passthrough=yes 4 chain=forward connection-mark=users-con-lan-01 action=mark-packet newpacket-mark=users-lan-01 passthrough=yes 5 chain=forward src-address=192.168.0.16/28 routing-mark=to-isp-02 action=mark-connection new-connection-mark=users-con-lan-02 passthrough=yes 6 chain=forward connection-mark=users-con-lan-02 action=mark-packet newpacket-mark=users-lan-02 passthrough=yes 7 chain=forward src-address=192.168.3.0/27 routing-mark=wap-to-isp-02 action=mark-connection new-connection-mark=users-con-wap passthrough=yes 8 chain=forward connection-mark=users-con-wap action=mark-packet new-packetmark=users-wap passthrough=yes [admin@3FNet] > ip route print Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf # DST-ADDRESS PREFSRC G GATEWAY DISTANCE INTERFACE 0 ADC 192.168.0.0/27 192.168.0.30 lan 1 ADC 192.168.1.0/29 192.168.1.2 isp-01 2 ADC 192.168.2.0/24 192.168.2.2 isp-02 3 ADC 192.168.3.0/27 192.168.3.30 wlan 4 A S 0.0.0.0/0 r 192.168.1.1 isp-01

5 A S 0.0.0.0/0 6 A S 0.0.0.0/0

r 192.168.2.1 r 192.168.2.1

isp-02 isp-02

[admin@3FNet] > ip firewall nat print Flags: X - disabled, I - invalid, D - dynamic 0 ;;; masquerade lan chain=srcnat src-address=192.168.0.0/27 action=masquerade 1

;;; masquerade hotspot/wlan chain=srcnat src-address=192.168.3.0/27 action=masquerade

[admin@3FNet] > ip dns print primary-dns: 192.168.1.1 secondary-dns: 192.168.2.1 allow-remote-requests: yes cache-size: 2048KiB cache-max-ttl: 1w cache-used: 499KiB [admin@3FNet] > ip hotspot print Flags: X - disabled, I - invalid, S - HTTPS # NAME INTERFACE ADDRESS-POOL 0 hs-wap wlan hs-pool-wlan [admin@3FNet] > ip dhcp-server print Flags: X - disabled, I - invalid # NAME INTERFACE RELAY ARP 0 dhcp1 lan 1 dhcp2 wlan

PROFILE IDLE-TIMEOUT 3FNet 5m

ADDRESS-POOL

LEASE-TIME ADD-

dhcp-pool-lan 3d hs-pool-wlan 1h

[admin@3FNet] > ip pool print # NAME RANGES 0 dhcp-pool-lan 192.168.0.17-192.168.0.29 1 hs-pool-wlan 192.168.3.1-192.168.3.29 [admin@3FNet] > queue simple print Flags: X - disabled, I - invalid, D - dynamic 0 name="all" dst-address=0.0.0.0/0 interface=lan parent=none priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/0 total-queue=default 1 name="queue01" target-addresses=192.168.0.1/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 2 name="queue02" target-addresses=192.168.0.2/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 3 name="queue03" target-addresses=192.168.0.3/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 4 name="queue04" target-addresses=192.168.0.4/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 5 name="queue05" target-addresses=192.168.0.5/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8

queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 6 name="queue06" target-addresses=192.168.0.6/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 7 name="queue07" target-addresses=192.168.0.7/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 8 name="queue08" target-addresses=192.168.0.8/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 9 name="queue09" target-addresses=192.168.0.9/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 10 name="queue10" target-addresses=192.168.0.10/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 11 name="queue11" target-addresses=192.168.0.11/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 12 name="queue20" target-addresses=192.168.0.20/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 13 name="queue25" target-addresses=192.168.0.25/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/384000 totalqueue=default 14 name="queue26" target-addresses=192.168.0.26/32 dst-address=0.0.0.0/0 interface=lan parent=all priority=8 queue=pcq-download/pcq-upload limit-at=0/0 max-limit=0/256000 totalqueue=default 15 D name="" dst-address=0.0.0.0/0 interface=wlan parent=none priority=8 queue=hotspot-default/hotspot-default limit-at=64000/128000 max-limit=64000/128000 total-queue=default [admin@3FNet] > queue tree print Flags: X - disabled, I - invalid 0 name="down-lan-01" parent=down-lan packet-mark=users-lan-01 limit-at=0 queue=pcq-download priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s 1 name="down-lan-02" parent=down-lan packet-mark=users-lan-02 limit-at=0 queue=pcq-download priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s 2 name="up-lan-isp-01" parent=isp-01 packet-mark=users-lan-01 limit-at=0 queue=pcq-upload priority=8 max-limit=0

burst-limit=0 burst-threshold=0 burst-time=0s 3 name="up-lan-isp-02" parent=isp-02 packet-mark=users-lan-02 limit-at=0 queue=pcq-upload priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s 4 name="down-lan" parent=lan packet-mark="" limit-at=0 queue=pcq-download priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s 5 name="down-wap" parent=wlan packet-mark=users-wap limit-at=0 queue=pcqdownload priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s

Related Documents


More Documents from ""

May 2020 4
Acti4-1y2.pdf
November 2019 17
Mohammad_yamin.pdf
November 2019 20
Mohammad_hatta.pdf
November 2019 19