I’m very embarrassed by you
I wear you so much
I am very sorry
( You never added the static routes we’ve been telling you to add.) Dear I did not understand what you mean here ?
this new configuration from this video :
https://www.youtube.com/watch?v=PtKsssg63-A
any pc from router right can you ping to 10.0.0.2 and ip router left 192.168.2.1 … but not ping to any pc 192.168.2.x
also
any pc from router left can you ping to 10.0.0.1 and ip router right 192.168.1.1 … but not ping to any pc 192.168.1.x
!!!

please can you help me
thank you idlemind and AlainCasault
////////////////////////////////////////////////////////////////////// router right //////////////////////////////////////////////////////////////////////
/interface ethernet
set [ find default-name=ether1 ] comment=ether1 l2mtu=1588 name=ISP1
set [ find default-name=ether2 ] comment=ether2 l2mtu=1588 name=ISP2
set [ find default-name=ether3 ] comment=ether3 l2mtu=1588 name=ISP3
set [ find default-name=ether4 ] comment=ether4 l2mtu=1588 name=ISP4
set [ find default-name=ether5 ] comment=ether5 l2mtu=1590 name=ISP5
set [ find default-name=ether6 ] comment=ether6 l2mtu=1590 name=ISP6
set [ find default-name=ether7 ] comment=ether7 l2mtu=1590 name=OUT1
/ip pool
add name=Pool ranges=192.168.1.2-192.168.1.250
/ip dhcp-server
add address-pool=Pool always-broadcast=yes disabled=no interface=OUT1 lease-time=1d name=dhcp1
/ip address
add address=10.0.0.1/8 interface=ISP6 network=10.0.0.0
add address=192.168.1.1/24 interface=OUT1 network=192.168.1.0
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=192.168.1.1 gateway=192.168.1.1 netmask=24
/ip dns
set allow-remote-requests=yes cache-max-ttl=0s servers=192.168.1.1,8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.1.0/24
/ip route
add check-gateway=ping distance=1 dst-address=192.168.2.0/24 gateway=10.0.0.2
/system identity
set name=MikroTik1
////////////////////////////////////////////////////////////////////// router left //////////////////////////////////////////////////////////////////////
/interface ethernet
set [ find default-name=ether1 ] comment=ether1 l2mtu=1588 name=ISP1
set [ find default-name=ether2 ] comment=ether2 l2mtu=1588 name=ISP2
set [ find default-name=ether3 ] comment=ether3 l2mtu=1588 name=ISP3
set [ find default-name=ether4 ] comment=ether4 l2mtu=1588 name=ISP4
set [ find default-name=ether5 ] comment=ether5 l2mtu=1590 name=ISP5
set [ find default-name=ether6 ] comment=ether6 l2mtu=1590 name=ISP6
set [ find default-name=ether7 ] comment=ether7 l2mtu=1590 name=OUT1
/ip pool
add name=Pool ranges=192.168.2.2-192.168.2.250
/ip dhcp-server
add address-pool=Pool always-broadcast=yes disabled=no interface=OUT1 lease-time=1m name=dhcp1
/ip address
add address=10.0.0.2/8 interface=ISP6 network=10.0.0.0
add address=192.168.2.1/24 interface=OUT1 network=192.168.2.0
/ip dhcp-server network
add address=192.168.2.0/24 dns-server=192.168.2.1 gateway=192.168.2.1 netmask=24
/ip dns
set allow-remote-requests=yes cache-max-ttl=0s servers=192.168.2.1,8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes src-address=192.168.2.0/24
/ip route
add check-gateway=ping distance=1 dst-address=192.168.1.0/24 gateway=10.0.0.1
/system identity
set name=MikroTik2