I ned to hide the real mac addresses of clients devices, connected to ethernet ports of router (sometimes client mac-adresses are repeated).
I configured src-nat on the bridge:
Code: Select all
/interface bridge port
add bridge=EoIP-Br-0 interface=ether1-Lan
add bridge=EoIP-Br-0 interface=eoip-tunnel
Code: Select all
/interface bridge nat
add action=src-nat chain=srcnat out-interface=eoip-tunnel to-src-mac-address=02:5E:C3:10:AF:0F
But it doesn't work. On the other side of tunnel i see the real mac-address of device, connected to ether1.
What i am doing wrong?