Maybe you should remove the "-p tcp" protocol specification. I think if you specify TCP you may need to give it a port number. But according to this source, the rule
Code:
iptables -t nat -I PREROUTING -d 40.123.32.44 -j DNAT --to-destination 192.168.0.10
should redirect all outbound traffic.