Hello,
im trying to configure bridge with the same external IP address for mikrotik and for the server behind mikrotik. Is such configuration possible? Added briddged interfaces:
/ interface
add name=“bridge1” mtu=1500 arp=enabled stp=no priority=32768 ageing-time=5m forward-delay=15s garbage-collection-interval=5s hello-time=2s max-message-age=20s comment=“” disabled=no
add interface=ether1 bridge=bridge1 priority=128 path-cost=10 comment=“” disabled=no
add interface=ether3 bridge=bridge1 priority=128 path-cost=10 comment=“” disabled=no
configured ip address on bridge1 interface:
/ ip address
add address=84.32.134.55/25 network=84.32.134.0 broadcast=84.32.134.127 interface=bridge1 comment=“” disabled=no
redirected winbox traffic destined for mikrotik port to localhost:
/ ip firewall nat
add chain=dstnat action=redirect to-ports=8291 dst-port=8291 protocol=tcp comment=“” disabled=no
it seems bridge works, but then can’t connect to mikrotik through winbox with 8291 port.
I feel that some mac rewriting is still needed to be able to connect to microtik through the same ip address. Is that a case? Or such config cant be done at all?
Antanas