pcc working but got some kinks!

ok my pcc module is working fine but when i try to log into my internet banking using https://ib.absa.co.za/ib/ib.jsp i log in and as-soon as i am loged in it logs me off telling me i logged off but i didnt log off it logged me off by itself before i can make any choices and if i disable my second wan interface everything starts to work fine. but i want the pcc to work so how would i go about having to forse it to onley use the one wan interface for my internet banking?

Mangel:

Flags: X - disabled, I - invalid, D - dynamic
0 chain=input action=mark-connection new-connection-mark=wan1_conn
passthrough=no in-interface=ether1-mweb

1 I chain=input action=mark-connection new-connection-mark=wan2_conn
passthrough=no in-interface=ether2-is

2 chain=output action=mark-routing new-routing-mark=to_wan1 passthrough=no
connection-mark=wan1_conn

3 chain=output action=mark-routing new-routing-mark=to_wan2 passthrough=no
connection-mark=wan2_conn

4 chain=prerouting action=accept dst-address=197.212.100.0/28
in-interface=ether10-lan

5 chain=prerouting action=accept dst-address=47.134.110.0/28
in-interface=ether10-lan

6 chain=prerouting action=mark-connection new-connection-mark=wan1_conn
passthrough=yes connection-state=new protocol=tcp
in-interface=ether1-mweb
dst-port=20-25,80-89,443,3000,3203-3206,5900-5935,6000-6020,7000,8080-
8082

7 chain=prerouting action=mark-connection new-connection-mark=wan1_conn
passthrough=yes connection-state=new protocol=tcp
in-interface=ether1-mweb
dst-port=2040-2050,6000-6020,6080,6500-6501,9091,8061,88-89,881

8 chain=prerouting action=mark-connection new-connection-mark=wan1_conn
passthrough=yes connection-state=new protocol=tcp
in-interface=ether1-mweb dst-port=143,110,5999

9 I chain=prerouting action=mark-connection new-connection-mark=wan2_conn
passthrough=yes connection-state=new protocol=tcp in-interface=ether2-is
dst-port=2040-2050,6000-6020,6080,6500-6501,9091,8061,88-89,881

10 I chain=prerouting action=mark-connection new-connection-mark=wan2_conn
passthrough=yes connection-state=new protocol=tcp in-interface=ether2-is
dst-port=20-25,80-89,443,3000,3203-3206,5900-5935,6000-6020,7000,8080-
8082

11 I chain=prerouting action=mark-connection new-connection-mark=wan2_conn
passthrough=yes connection-state=new protocol=tcp in-interface=ether2-is
dst-port=143,110,5999

12 chain=prerouting action=mark-connection new-connection-mark=wan1_conn
passthrough=yes dst-address=192.168.88.2 in-interface=ether10-lan

13 chain=prerouting action=mark-connection new-connection-mark=wan2_conn
passthrough=yes dst-address=192.168.88.2 in-interface=ether10-lan

14 chain=prerouting action=mark-connection new-connection-mark=wan1_conn
passthrough=yes dst-address-type=!local in-interface=ether10-lan
connection-mark=no-mark per-connection-classifier=both-addresses:2/0

15 chain=prerouting action=mark-connection new-connection-mark=wan2_conn
passthrough=yes dst-address-type=!local in-interface=ether10-lan
connection-mark=no-mark per-connection-classifier=both-addresses:2/1

16 chain=prerouting action=mark-routing new-routing-mark=to_wan1
passthrough=no in-interface=ether10-lan connection-mark=wan1_conn

17 chain=prerouting action=mark-routing new-routing-mark=to_wan2
passthrough=no in-interface=ether10-lan connection-mark=wan2_conn
– [Q quit|D dump|up|down]

oh the 192.168.88.2 is my proxy server and after my proxy is my 80 client pc’s.