problem with 2 gateway

hello,
i have problem to config 2 gateway in my mikrotik.
i have 2 subnet ip routed to my network.
192.168.0.0/24
192.168.1.0/24

/interface bridge port
ETH1
ETH2

/ip adress:

  1. 10.0.0.2/30 (192.168.0.0/24 routed to this ip) (ETH1)
  2. 10.0.1.2/30 (192.168.1.0/24 routed to this ip) (ETH2)
  3. 192.168.0.1/24 (bridge)
  4. 192.168.1.1/24 (bridge)


    /ip route:
  5. DST : 0.0.0.0/0 gateway:10.0.0.1
  6. DST : 0.0.0.0/0 gateway:10.0.1.1 routing-mark=my-routing

/ip firewall mangle
add action=mark-routing chain=prerouting new-routing-mark=my-routing passthrough=no src-address=192.168.1.0/24


all things ok, but one problem:
i cant ping 192.168.1.1 in outside the network.

(ALL IP IS VALID, I USE INVALID IP FOR EXAMPLE)

i solved it with add output chain for src:192.168.1.1/32