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:
- 10.0.0.2/30 (192.168.0.0/24 routed to this ip) (ETH1)
- 10.0.1.2/30 (192.168.1.0/24 routed to this ip) (ETH2)
- 192.168.0.1/24 (bridge)
- 192.168.1.1/24 (bridge)
/ip route: - DST : 0.0.0.0/0 gateway:10.0.0.1
- 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)