Is it possible to block all traffic between two LANs with the exception a few devices on each LAN
For Example if I have the following LANs
192.168.10.0/24
192.168.20.0/24
On the 192.168.10.0 I want to only allow say 192.168.10.90 and .91 can exchange traffic with device having IPs in the 192.168.20.1 to .10 range. All other traffic from all other devices on both networks should be blocked or rejected.
Thank You