Public IP in hotspot hosts list

Hi all,

I have another problem with my hotspot. I have lot of public IP’s in my host list. How to block them? I want only my clients to be there. I run hotspot on bridge with lots of EoIP tunnels.
Thx

Disable Universal client on HotSpot interface,
/ip hotspot set address-pool=none

or use /ip hotspot ip-binding to allow only IP addresses you want,

/ip hotspot ip-binding add address=x.x.x.x to-address=x.x.x.x type=regular

and block all other IP address

/ip hotspot ip-binding type=blocked

This I can’t use with Universal client,

So, there is no solution for me :frowning:

How to block them? I want only my clients to be there.

It was your first question, so to allow only your clients on HotSpot, give configuration lines will work fine.

Hi friend as per you post i want to bind series of IP 10.164.120.0/22, how can i bind it?

I tried ip hotspot ip-binding add address=10.164.120.0/22 to-address=10.164.120.0/22 type=regular, but i was getting an error message “invalid value for argument to-address”.

please suggest me.

Thank You