Hi, i have a rb3011 where there are only three port connected
ip address add address=192.168.64.4/24 interface=ether2 network=192.168.64.0
/ ip route add gateway=192.168.64.2/ ip dns set servers=8.8.8.8,8.8.4.4
/ system clock set time-zone-autodetect=yes time-zone-name=Europe/Rome
/ system ntp client set enabled=yes servers=193.204.114.232,``pool.ntp.org
The wiring:
eth1<->addresses 192.168.0.0/16 gw 192.168.1.2 with own switch L2 (identical to eth3)
eth2<->my lan 192.168.64.0/24 (see configuration above)
eth3<->addresses 192.168.0.0/16 gw 192.168.1.2 with own switch L2 (identical to eth1)
As for eth1 and eth3 I can't touch/modify anything (neither ip nor gateway), I would like to make sure that the users of the lan 192.168.64.0/24 can reach all the hosts of eth1 and eth3, obviously on remapped addresses because they use the same ip (they are mirrored).
Can a netmap 1:1 work with this scenario?
Thanks
Davide