How to Make This

Hello every body…

how to make tow interfaces ethernet with diferent networks talk

Exemple:

Eth0: 192.168.1.0
Eth1: 10.10.10.0

but over ppoe conections..

This make my life hard here, because i have tree interfaces on mikrotik router with version 2.9.42.

1 Public
2 Local Customer
3 Games Server like Counter Strick

can someone helpme on this please..

Masquerading networks

/ip firewall
add chain=srcnat src-address=192.168.1.0/24 action=masquerade
add chain=srcnat src-address=10.10.10.0/24 action=masquerade