i active hotspot server with User manger in RB951 G-2HND, but now when users connect to the wifi network can access other ip on hotspot ip range without authentication or login to the hotpsot.
they can use RDP or SMB to connect other Unauthorized users or access ADSL Router & iphone on port 80.
how can i prevent unauthorized users to connect other unauthorized users or other Device with IP?
I want users to have access to each other after login in hotspot.
Config:
/ip address
add address=192.168.9.2/24 disabled=no interface=ether5 network=192.168.9.0
add address=192.168.7.2/24 disabled=no interface=ether2 network=192.168.7.0
/ip pool
add name=DLink ranges=192.168.7.50-192.168.7.150
/ip dhcp-server network
add address=192.168.7.0/24 dhcp-option="" dns-server="" gateway=192.168.7.2 \
ntp-server="" wins-server=""
/ip hotspot profile
set [ find default=yes ] dns-name="" hotspot-address=0.0.0.0 html-directory=\
hotspot http-cookie-lifetime=3d http-proxy=0.0.0.0:0 login-by=\
cookie,http-chap name=default rate-limit="" smtp-server=0.0.0.0 \
split-user-domain=no use-radius=no
add dns-name=amir.reza hotspot-address=192.168.7.2 html-directory=hotspot \
http-proxy=0.0.0.0:0 login-by=http-chap name=hsprof1 nas-port-type=\
wireless-802.11 radius-accounting=yes radius-default-domain="" \
radius-interim-update=10s radius-location-id="" radius-location-name="" \
radius-mac-format=XX:XX:XX:XX:XX:XX rate-limit="" smtp-server=0.0.0.0 \
split-user-domain=no use-radius=yes
/ip hotspot
add address-pool=DLink addresses-per-mac=1 disabled=no idle-timeout=5m \
interface=ether2 keepalive-timeout=none name=hotspot1 profile=hsprof1
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m name=default \
shared-users=1 status-autorefresh=1m transparent-proxy=no
/ip hotspot ip-binding
/ip hotspot service-port
set ftp disabled=no ports=21
/ip hotspot user
add disabled=no name=admin password=123453 profile=default
add disabled=no name=s password=s profile=default
add disabled=no name=1 password=1 profile=default
add disabled=no name=2 password=2 profile=default