HotSpot question....

Hi,
how to setting up hotspot interface for accept dhcp user’s only?
Any other with fixed IP or private can’t access.

Regard’s

You can check the example, with hotspot and dhcp, may be it helps you:
http://www.mikrotik.com/docs/ros/2.8/appex/hs1

In version 2.8 for enabled-address method:

  1. disable universal client;
  2. use arp=reply-only on hotspot interface;
  3. set add-arp=yes for dhcp server on hotspot interface;

In version 2.9 universal client is disabled by setting address-pool=none to
hotspot server. Steps (2) and (3) are the same.

oki, work…
but, if my PC don’t have DHCP setting and have a private IP set in the range of RB DHCP Server, already connection establisced.
I would to disable this…

Regard’s
OrCAD