Forwarding ICMP to WAN1 in PCC load Balance

Hi all

i have two WAN with1 LAN using PCC load Balance with per connection calssication .

The ping to DNS and to any other web site sometimes coming from WAN1 and sometimes comming from WAN2 .. same for normal internet traffic .

i want to keep the claissification of internet traffic as it is .. but i need only the ICMP go through WAN1 so we i do ping to any web site .. only the ICMP going through WAN1 coz WAN1 have lowest latency than WAN2

Any post is highly appreciated


Regards

Add a firewall mangle line above the PCC lines that matches protocol=icmp and has an action of ‘accept’.

Many thanks .. its ok now

with this, is there anyway to mark whatever i like (say smtp to a specific IP) and send it through a specific gateway only? i dont want load balancing as such. The one ISP is blocking other ISPs smtp and certain sites. I want to use WAN2 to handle the blocked traffic (which i will mark in mangle) only.

REF : http://forum.mikrotik.com/t/forwarding-all-type-of-traffic-through-specified-interface/54339/1

Hi,

Do you have some sample on this?

Thanks