I have a scenario where i have 4 modems connected to a switch. all four modems have IP address 192.168.0.1(default). i want to connect all of these four modems with a single switch in a way that i should be able to access each of modem from my machine like modem1(10.0.0.1), modem2(10.0.0.2), modem3(10.0.0.3) and modem4(10.0.0.4). To me it is more like NATing with VLAN on switch. Please advise how can i create such a network with switch required to do this?
This is what i want:
Modem1(192.168.0.1) => SwitchPort1 => 10.0.0.1
Modem2(192.168.0.1) => SwitchPort2 => 10.0.0.2
Modem3(192.168.0.1) => SwitchPort3 => 10.0.0.3
Modem4(192.168.0.1) => SwitchPort4 => 10.0.0.4
Let me tell you context i have 100 modems that needs firmware upgrade, i already have software that can upgrade a modem's firmware in 5 minutes in an automated way(plug-upload), but upgrading 100 modems = 5 min*100 = 1 whole working day. i was looking for a way to make it do able in 1-2 hours. so changing IPs of 100 modems will not work for me :)