Hi, I have setup "tcp_outgoing_address" as follows: ----------- acl ip1 myip 10.0.0.120 acl ip2 myip 10.0.0.121 acl ip3 myip 10.0.0.122 tcp_outgoing_address 10.0.0.120 ip1 tcp_outgoing_address 10.0.0.121 ip2 tcp_outgoing_address 10.0.0.122 ip3 ---------- I have route2 rules which will change the g/w IP for the packets based on the above rules. Example: if SRC=10.0.0.120 then G/w=10.0.0.1 etc tcp_outgoing_address does not seem to be working; How can I verify is the SOURCE_IP is manitained ? ELSE: Where else should I check to learn why the SRC IP is not maintained. Please help. Thx Vai