Adding new client on AP

Hi there, can somebody describe me in short way, i mean the commands to execute in mikrotik to add a new member (client) as an internet user…

There are not any actions required, if you have ‘default-authentication=yes’ on AP.’
Set correct configuration to client (that will match AP configuration, band ssid).

well thnx for the answer but what about giving my client a mac adress, I know every network card has a mac adress burned in the card, but how do i configure it in my AP.

alkaida,
MAC-address is unique physical address of the card.

If you want to enable MAC-address filtering on Access Point.

  • Add clients to ‘access-list’, e.g. ‘interface wireless access-list add mac-address=XX:XX:XX:XX:XX:XX interface=wlan1’,
    access-list must contain all clients MAC-addresses.
  • Disable default-authentication ‘interface wireless set wlan1 default-authentication=no’, clients who are not listed in access-list, will not connect to AP.

will give it a try, thnx :wink: