Hey guys, new here, and new to mikrotik.
So i am programming Cambium radios for our WISP network, and programming one at a time is a bit slow..Though i have starting using 2 computers to do so, speeding it up, however i had the idea, i should be able to do 3 at a time through a router.
I am sitting here with a few mikros, and i am curious if there is a way to port forward per interface. So DHCP is off as programming starts at 0.2 then progresses to 10.1.
Is there a way to forward say eth2 to port 222 example. eth3 to 223 etc
So programming i can go 192.168.0.2:223 192.168.0.2:223 etc and do multiple at a time
Are routers available for this. Will not need internet access, so wan is not important, Ideally would like to be able to program 3-4 at same time if possible
The radios are accessed via web at 192.168.0.2 for programming, simply, one at a time takes forever, would like to be able to do multiple at once. They all can only be accessed by 0.2. After first programming, they are all finished via 192.168.10.1.
Aside from using multiple computers to do multiple, or setting up a computer with multiple nics running several VM’s, was looking to assign a direct access directly per interface
Each router would have “WAN” with 192.168.1.x and internal LAN 192.168.0.0/24 (same on all routers, but it would be ok, because all would be separated). From PC, you’d connect to 192.168.1.x and on each router, you’d forward 192.168.1.x:80 to internal 192.168.0.2:80. If you need to access also the new address 192.168.10.1, just add another 192.168.10.x/24 to internal interfaces and forward e.g. 192.168.1.x:81 to 192.168.10.1:80.
If some of your routers can run MetaROUTER (I’m not sure), you could probably connect radios to all ethernet ports and do the same configuration using virtual routers. If not, it’s just one radio per router.
Leaving the router on a 88.1, we can access only one at a time. seems ARP does not like 2 devices with the same IP, and the 2nd device does not pull MAC, only first connected.
As a note, the 0.2 and 10.1 is static in the radios, does not pull from DHCP
What’s the bridge for? You don’t have any ports bridged together, do you? They must be completely independent, no bridge, no switch, nothing.
Here ARP does not complain about duplicate addresses, as long as they are on different interfaces:
ip arp print
Flags: X - disabled, I - invalid, H - DHCP, D - dynamic, P - published, C - complete
# ADDRESS MAC-ADDRESS INTERFACE
0 DC 192.168.80.10 00:27:0E:xx:xx:xx ether1 // my computer
1 DC 192.168.0.2 D4:CA:6D:xx:xx:xx ether3 // test device #1
2 DC 192.168.0.2 00:0C:42:xx:xx:xx ether2 // test device #2