Manipulasi ToS ICMP dan DNS MikroTik Router
Rabu, 31 Maret 2010
#Maksud dan Tujuan :
- Memperkecil delay ping dari sisi Client ke arah Internet.
- Mempercepat resolving hostname ke ip address.
# Manipulasi ICMP Packet :
> ip firewall mangle add chain=prerouting src-address=192.168.202.0/28 protocol=icmp action=mark-connection new-connection-mark=ICMP-CM passthrough=yes
> ip firewall mangle add chain=prerouting connection-mark=ICMP-CM action=mark-packet new-packet-mark=ICMP-PM passthrough=yes > ip firewall mangle add chain=prerouting packet-mark=ICMP-PM action=change-tos new-tos=min-delay
# Manipulasi untuk DNS Resolving :
> ip firewall mangle add chain=prerouting src-address=192.168.202.0/28 protocol=tcp dst-port=53 action=mark-connection new-connection-mark=DNS-CM passthrough=yes
> ip firewall mangle add chain=prerouting src-address=192.168.202.0/28 protocol=udp dst-port=53 action=mark-connection new-connection-mark=DNS-CM passthrough=yes >
ip firewall mangle add chain=prerouting connection-mark=DNS-CM action=mark-packet new-packet-mark=DNS-PM passthrough=yes
> ip firewall mangle add chain=prerouting packet-mark=DNS-PM action=change-tos new-tos=min-delay
By http://maone032.wordpress.com/
Diposting olehjok3r di 20.28

