“AP2” is connected to “AP1” is connected to “My PC” is connected to modem (wlan router - Siemens SE555)
Now I am new to mikrotik but i think that my routes are good, but i cannot ping modem from “My PC”.
If my routes are wrong please correct them or i have hardvare problem.
AP2 (ap - 192,168,5,1, station - 192.168.1.2, lan - 192.168.6.1)
AP1 (ap - 192.168.0.1, apbridge - 192.168.1.1, lan - 192.168.2.1)
My PC (station - 192.168.0.2, lan - 192.168.3.1, public - 192.168.4.1)
AP2—AP1—My PC—Modem(10.0.0.1)
Routes
AP2
DCA 192.168.1.0/24
DCA 192.168.5.0/24
DCA 192.168.6.0/24
S A 192.168.1.0/24 - 192.168.1.1
S A 192.168.2.0/24 - 192.168.1.1
S A 0.0.0.0/24 - 192.168.1.1
AP1
DCA 192.168.0.0/24
DCA 192.168.1.0/24
DCA 192.168.2.0/24
S A 192.168.5.0/24 - 192.168.1.2
S A 192.168.6.0/24 - 192.168.1.2
S A 192.168.3.0/24 - 192.168.0.2
S A 192.168.4.0/24 - 192.168.0.2
S A 0.0.0.0/24 - 192.168.0.2
My PC
DCA 192.168.0.0/24
DCA 192.168.3.0/24
DCA 192.168.4.0/24
S A 192.168.1.0/24 - 192.168.0.1
S A 192.168.2.0/24 - 192.168.0.1
S A 10.0.0.0/24 - 192.168.4.1
S A 0.0.0.0/24 - 192.168.4.1
thanks