Hi,
i want to send messenger’s request to different route i have RB450G with 2 wan’s from wan1 and wan2 i want all request to go through wan1 and wan2 to accept only messenger using L7 filter i have tried marking packet in mangle as listed below
L7-Filter for messenger “^(ymsg|ypns|yhoo).?.?.?.?.?.?.?[lwt].*À€”
add action=mark-connection chain=prerouting comment=Yahoo disabled=no
layer7-protocol=yahoo new-connection-mark=live passthrough=yes
add action=mark-packet chain=prerouting comment=Yahoo connection-mark=live
disabled=no layer7-protocol=yahoo new-packet-mark=yahoo passthrough=yes
add action=mark-routing chain=prerouting comment=Yahoo connection-mark=live
disabled=no layer7-protocol=yahoo new-routing-mark=final packet-mark=
yahoo passthrough=yes
and added wan2 to use packet named live to be router from this route.
is there anything i m missing please guide as i m a begginer. thanks