Forward to MAC adress

Hi,
Can mikrotik forward to mac adress?

  1. 1 routerboar is connected to 2 routerboard with mac adress over wireless (no ip adress)

  2. 2 router board is connected to PC and can access with winbox (ever wireless to)

  3. Can I connect to 1 routerboard from PC with winbox? I know how to forward port with ip adress but can I do port forward with mac adress in this situation?

  4. I know mac telnet and it working but want to do it with winbox.

Can it be done and how if someone know?

MAC addresses are forwarded by a “bridge” or “EoIP tunnel”.

I dont see that routerboard mac adress in dhcp lease
but in wireless registration routerboard is conected and I see mac adress is conected

You can do MAC forwarding with bridge NAT. Works similar as IP NAT, however it can change only destination MAC address, destination IP and Port will stay as it is.

In bridge nat rule > action there is no port to setup?

  1. setup action to dsd-nat
  2. to mac adress AA:AA:AA:AA:AA
    but no port?

As I mentioned you cannot change IP port.
If you want to match specific IP traffic with specific port, then specify:
mac-protocol=ip ip-protocol=tcp dst-port=xxx action=dst-nat to-dst-mac-address=xxxxxxxxxx

Can’t make, never mind, thanks for helping.