Bridge on two networks

Hello ,

I have a little problem here and i isn’t see any solutions reading the documentation.

Well, i have this scenario : two networks with the same address

192.168.0.0/24

and

one network 192.168.0.0/16

I need to connect this two networks using one address 192.168.1.200

But when i connect this networks my 192.168.0.0/16 stops working, i believe this occurs because the arp of the other network.

Anyone knows a way to solve this ?

I test firewall rules on the bridge section but this isn’t works.

On Linux i only have this rule :

ebtables -I FORWARD 1 -p ARP -i eth0 --arp-ip-dst ! 192.168.1.200 -j DROP