Saturday, June 23, 2012

MENERUSKAN KONEKSI MELALUI ROUTE TERTENTU

# jun/23/2012 16:28:35 by RouterOS 5.6

/ip firewall mangle
add action=mark-connection chain=prerouting comment="Port ICMP ( PING )" \
    disabled=no in-interface=ether5-LOCAL new-connection-mark=VPN \
    passthrough=yes protocol=icmp
add action=mark-connection chain=prerouting comment="Speedy3 --. Video" \
    disabled=no in-interface=ether5-LOCAL layer7-protocol=Video \
    new-connection-mark=Speedy3 passthrough=yes
add action=mark-connection chain=prerouting comment="Speedy3 --. Youtube" \
    disabled=no in-interface=ether5-LOCAL layer7-protocol=Youtube \
    new-connection-mark=Speedy3 passthrough=yes
add action=mark-connection chain=prerouting comment=\
    "Speedy3 --> Mivo.TV Port" disabled=no dst-port=1935 in-interface=\
    ether5-LOCAL new-connection-mark=Speedy3 passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment=\
    "VPN --> Download Ekstensi" disabled=no in-interface=ether5-LOCAL \
    layer7-protocol=Ekstensi new-connection-mark=VPN passthrough=yes
add action=mark-connection chain=prerouting comment="VPN --> Download FTP" \
    disabled=no in-interface=ether5-LOCAL layer7-protocol=FTP \
    new-connection-mark=VPN passthrough=yes
add action=mark-connection chain=prerouting comment="Speedy2 --> Port Game" \
    disabled=no dst-port=2900 in-interface=ether5-LOCAL new-connection-mark=\
    Speedy2 passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="Speedy2 --> Port Game" \
    disabled=no dst-port=8890 in-interface=ether5-LOCAL new-connection-mark=\
    Speedy2 passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="Speedy2 --> Port Game" \
    disabled=no dst-port=9339 in-interface=ether5-LOCAL new-connection-mark=\
    Speedy2 passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="Speedy2 --> Port Game" \
    disabled=no dst-port=843 in-interface=ether5-LOCAL new-connection-mark=\
    Speedy2 passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="Speedy2 --> Port Game" \
    disabled=no dst-port=39190 in-interface=ether5-LOCAL new-connection-mark=\
    Speedy2 passthrough=yes protocol=tcp
add action=mark-connection chain=prerouting comment="Speedy2 --> Port Game" \
    disabled=no dst-port=40000-40010 in-interface=ether5-LOCAL \
    new-connection-mark=Speedy2 passthrough=yes protocol=udp
add action=mark-connection chain=prerouting comment="Speedy2 --> Port Game" \
    disabled=no dst-port=40000-40010 in-interface=ether5-LOCAL \
    new-connection-mark=Speedy2 passthrough=yes protocol=tcp

No comments:

Post a Comment