IPSec Tunnel - Routing through remote network over IPsec?

I’ve set successfully an IPSec Tunnel between two mikrotik over 2 ADSL.

Both sides can ping each subnet. 192.168.1.0/24 & 10.0.0.0/24

How can I route one client from the first subnet 192.168.1.0 to go out to the internet using the adsl line from 10.0.0.0/24?

http://wiki.mikrotik.com/wiki/Routing_through_remote_network_over_IPsec … from this how to …is missing the ending part of routing the traffic…

any ideas?

This is simply not possible with IPSec in tunnel mode. Refer to the L3 packet flow diagram as to why.

Use IPSec in transport mode with a different tunneling method (l2tp, gre, etc…) so you can route over the virtual interface.