i have hotspot configuration like this :
Flags: X - disabled, D - dynamic, R - running
# NAME TYPE RX-RATE TX-RATE MTU
0 R vlan1 vlan 0 0 1500
1 R Public ether 0 0 1500
2 R Local ether 0 0 1500
# NAME RANGES
0 dhcp_pool1 192.168.183.100-192.168.183.254
1 dhcp_pool2 192.168.184.100-192.168.184.254
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp1 Local dhcp_pool1 52w1d yes
1 dhcp2 vlan1 dhcp_pool2 52w1d yes
Flags: * - default
0 * name="default" hotspot-address=0.0.0.0 dns-name="" html-directory=""
rate-limit="" http-proxy=0.0.0.0:0 smtp-server=0.0.0.0
login-by=cookie,http-chap http-cookie-lifetime=3d split-user-domain=no
use-radius=no
1 name="hsprof1" hotspot-address=192.168.184.1 dns-name="Menara.Era.Hotspot"
html-directory=hotspot rate-limit="" http-proxy=0.0.0.0:0
smtp-server=0.0.0.0 login-by=http-chap split-user-domain=no
use-radius=yes radius-accounting=yes radius-interim-update=received
nas-port-type=ethernet
2 name="hsprof2" hotspot-address=192.168.183.1 dns-name=""
html-directory=hotspot rate-limit="" http-proxy=0.0.0.0:0
smtp-server=0.0.0.0 login-by=http-chap split-user-domain=no
use-radius=yes radius-accounting=yes radius-interim-update=received
nas-port-type=ethernet
0 name="hotspot1" interface=vlan1 address-pool=dhcp_pool2 profile=hsprof1
idle-timeout=none keepalive-timeout=none addresses-per-mac=2
ip-of-dns-name=192.168.184.1
1 X name="server1" interface=Local address-pool=dhcp_pool1 profile=hsprof2
idle-timeout=none keepalive-timeout=none
when user login from local hotspot, user can get dhcp network 192.168.183.0/24 but can't bworsing. when i look at ip hotspot active> pr detail
0 R server=server1 user="11@corexindo.com" address=192.168.184.131
mac-address=00:80:48:22:32:BC uptime=8s idle-timeout=1m
is i missed some configuration ? because hotspot from vlan can working well.