Hi
I have MT with three interfaces two of them are gateways (one is DSL, and second is ATM), third intreface is my LAN network
i want use a web-proxy for traffic on port 80tcp and this traffic shuld go to DSL interface,
other traffic from local netrwork shuld go to the ATM interface
my config is
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.0.254/24 192.168.0.0 192.168.0.255 LAN
1 10.1.0.2/28 10.1.0.0 10.1.0.15 ATM
2 10.1.1.2/28 10.1.1.0 10.1.1.15 DSL
then I was put routing-mark in mangle for port 80
chain=prerouting protocol=tcp dst-port=80 action=mark-routing
new-routing-mark=DSL passthrough=no
and two gateways config
/ ip route
add dst-address=0.0.0.0/0 gateway=10.1.0.1 scope=255 target-scope=10 disabled=no
add dst-address=0.0.0.0/0 gateway=10.1.1.1 scope=255 target-scope=10 routing-mark=DSL disabled=no
and everthing is ok all traffic from my LAN on port 80 went to the DSL other traffic go to ATM
but !! if I turn on web-proxy and make a redirect in NAT, my routing policy not work because all traffic go to ATM interface
what I do wrong ? why if I turn on web-proxy traffic from port 80 go to ATM ?
PS sorry for my english but i thing that everthing in my post is clear
pleas help