problem I need help with mikrotik

dear brothers…
i have my mikrotik with 3 netowrk cards

1 for real Ip

and 2 for fake Ip in same subnet ( 10.10.10.0/24) but with 2 cross ccable and immediatly on 2 Access points ( Zcomax )…

whats the way that shall I configure it on my mikrotik to let the 2 access points accept the clients as fake clients like ( 10.10.10.2 … , 10.10.10.30 ) as there’s one network card??

i dont realy understand what your asking…
you wont from MikroTik box to act like switch or? If so: bridge the interfaces.
:smiley: (simply use Winbox)



PS. Sorry for bad English

Dear thx for yur reply

yes

I have 3 network cards

1 for real Ip

and the other network cards I want to connect them to 2 access points immediatly with 2 cross cables to act as 1 network card ( Fake ) and with same subnet ( 10.10.10.0/24 )

wtf?
i dont understand you…

Connecting 2 AP’s into one network?:

/interface bridge add name="MyBridge" disabled=no
/interface bridge port add interface=ether1 bridge=MyBridge
/interface bridge port add interface=ether2 bridge=MyBridge
/interface bridge port add interface=ether3 bridge=MyBridge

What languages do you speak?