I need some help regarding hotspot Mikrotik.
I have router which provide hotspot server in different vlan with same SSID. Is it possible to roaming to another AP with different vlan without re-login or showing any popup or need to open browser first?
Note : I use radius and already using Mac Authentication & PAP authentication
The configuration is like this
Code: Select all
/ip address
add address=192.168.101.1/24 interface=vlan101
add address=192.168.102.1/24 interface=vlan102
/ip pool
add name=pool-101 ranges=192.168.101.11-192.168.101.250
add name=pool-102 ranges=192.168.102.11-192.168.102.250
/ip hotspot
add address-pool=pool-101 disabled=no interface=101 name=HS-101
/ip hotspot profile
set [ find default=yes ] dns-name=portal.hotspot-service.net hotspot-address=\
192.168.101.1 login-by=mac,http-pap mac-auth-mode=\
mac-as-username-and-password name=hsprof-101 use-radius=yes
add dns-name=portal.hotspot-service.net hotspot-address=192.168.102.1 \
login-by=mac,http-pap mac-auth-mode=mac-as-username-and-password \
name=hsprof-102 use-radius=yes
/ip hotspot
add address-pool=pool-102 disabled=no interface=vlan102 name=hs-102 \
profile=hsprof-102
/ip hotspot user profile
set [ find default=yes ] keepalive-timeout=30m shared-users=unlimited