hi, i need input. It's actually quite simple but I don't quite understand it.
I have a distribution router, it has 5 ethernet ports.
ether1 - (port) wan
ether2, ether3, ether4 and ether5 - (port) bridge1-distribution
ip address bridge1-distribution 172.16.0.1/16
Now I want to remove the bridge and replace it with each network on each Ethernet port.
ip address ether2 = 10.20.0.1/16
ip address ether3 = 10.30.0.1/16
ip address ether4 = 10.40.0.1/16
ip address ether5 = 10.50.0.1/16
the problem is simple, under each ether2, ether3, ether4 and ether5 there are devices that use the old IP, namely 172.16.0.1/16
for example customer A under ether2 : using TP-Link WR840N modem in router mode with static IP 172.16.1.1, subnetmask 255.255.0.0, gateway 172.16.0.1 (my old bridge1-distribution ip)
My question is, how can IPs that have different subnets from the Ethernet port communicate with each other and get internet access even with old IPs that have different subnets from the existing Ethernet port? because there are too many clients under each Ethernet port, it is imposible for me to manually setting each and every client router to change their ip, subnetmask and gateaway. thank you