Thank you very much for the advice... So I checked it all over again on Router A, and found out what was causing it...If you have a route to 10.20.7.0/24 (or what the actual mask is) on router A, NAT at router B should normally not be necessary. So there must be some additional issue which I cannot guess. Hence post the configuration exports of router A and router B (/export hide-sensitive file=router-X) between [code] and [/code] tags, after removing additional sensitive information (public IP addresses, usernames for VPNs etc.) first.
I had this firewall rule there that was blocking clients from getting to each other...
Code:
add action=drop chain=forward dst-address-list=ip_clients
Code:
add action=accept chain=forward dst-address-list=ip_clients in-interface-list=WAN
Apart from this, you proposed some more efficient solution over to route other routers in network by OSPF. Can you please advise how to set this up?If you want it fancier, you can use OSPF so that router B would advertise itself as a gateway to 10.20.7.0/xy, but I guess it would be an overkill unless there are more than 5 routers in your network.
Thank you very much in advance.
Statistics: Posted by tomasmato — Mon Dec 04, 2023 12:00 am