Hi Guy's,
I have an MT load balancer and I am trying to route traffic to a destination address via wan1. The reason for this is that when connecting to the website and logging in the connection drops after about 60 secs. I have checked the log on the website and it shows that when logging back in it uses wan2.
I have tried using mangle to mark the connection and then postroute to wan1 but this doesn't work either. Rules below.
chain=prerouting dst-address=212.79.238.154 action=mark-connection new-connection-mark=typo3 passthrough=yes
chain=prerouting src-address=192.168.1.1 action=mark-connection new-connection-mark=typo3 passthrough=yes
chain=postrouting out-interface=WAN1 packet-mark=typo3 action=passthrough
Please can anyone advise.
PS I am also getting the same problem with a VPN connection.
Thanks