Hello all,
I purchased a Routerboard 2011UiAS to use inside our intranet for a special NAT:ing purpose.
Our intranet has the address range 192.168.1.180 - 192.168.1.190 set aside for this special purpose
We need to connect to 4 different machines and they should be visible to our intranet with the addresses:
Machine 1 - adress 192.168.1.184
Machine 2 - adress 192.168.1.185
Machine 3 - adress 192.168.1.186
Machine 4 - adress 192.168.1.187
The problem is, each machine has a non-changeable adress of 192.168.0.1
So I plan to connect the Routerboard to the intranet and to the machines in the following way:
Eth1 will be connected to our intranet with an address of 192.168.1.180
Eth 3 will be connected to Machine 1
Eth 4 will be connected to Machine 2
Eth 5 will be connected to Machine 3
Eth 6 will be connected to Machine 4
I need to route / NAT / Map / (whatever term is usable) in the following way:
192.168.1.184 ↔ Eth3, 192.168.0.1
192.168.1.185 ↔ Eth4, 192.168.0.1
192.168.1.186 ↔ Eth5, 192.168.0.1
192.168.1.187 ↔ Eth6, 192.168.0.1
I’ve been trying with routes, NATs, VLANs and whatnot, but I can´t seem to get it to work.
Anyone here that could point me in the right direction of how I should go about this?
Many thanx in advance.