Hotspot problems

Hi there,

I’ve got few RB951G and got some problems with hotspot feature.
I try many configuration but it did’nt work.

In first i’ve updated the RB to 6.10, set ntp to sync clock. Configuration by default.

I tried using the setup menu for hotspot feature (webconfig, winbox, CLI) and manual configuration.
All my tries ended with “invalid” in hotspot print..

Do you have the same problem with 951G & 6.10 (also with original firmware) ?
What i’ve to do ?

My last try :

[admin@MikroTik] > ip hotspot print detail 
Flags: X - disabled, I - invalid, S - HTTPS 
 0 I name="hotspot1" interface=wlan1 address-pool=hs-pool-6 profile=hsprof1 idle-timeout=5m 
     keepalive-timeout=none addresses-per-mac=2 proxy-status=""

See the “I” flag.

[admin@MikroTik] > ip firewall nat print detail 
Flags: X - disabled, I - invalid, D - dynamic 
 0   ;;; default configuration
     chain=srcnat action=masquerade out-interface=ether1-gateway 

 1   ;;; masquerade hotspot network
     chain=srcnat action=masquerade src-address=10.5.50.0/24



[admin@MikroTik] > ip dhcp-server print detail 
Flags: X - disabled, I - invalid 
 0   name="default" interface=bridge-local lease-time=10m address-pool=default-dhcp bootp-support=static 
     authoritative=after-2sec-delay lease-script="" 

 1 I name="dhcp1" interface=wlan1 lease-time=1h address-pool=hs-pool-6 bootp-support=static 
     authoritative=after-2sec-delay lease-script=""

(I flag in dhcp1)

[admin@MikroTik] > interface wireless print detail 
Flags: X - disabled, R - running 
 0    name="wlan1" mtu=1500 mac-address=D4:CA:6D:CC:50:85 arp=enabled interface-type=Atheros AR9300 
      mode=ap-bridge ssid="MikroTik-XXXXXX" frequency=2412 band=2ghz-b/g/n 
      channel-width=20/40mhz-ht-above scan-list=default wireless-protocol=any wds-mode=disabled 
      wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled default-authentication=yes 
      default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no 
      security-profile=default compression=no



[admin@MikroTik] > ip address print detail 
Flags: X - disabled, I - invalid, D - dynamic 
 0   ;;; default configuration
     address=192.168.88.1/24 network=192.168.88.0 interface=bridge-local actual-interface=bridge-local 

 1 D address=10.31.254.105/24 network=10.31.254.0 interface=ether1-gateway actual-interface=ether1-gateway 

 2   ;;; hotspot network
     address=10.5.50.1/24 network=10.5.50.0 interface=wlan1 actual-interface=bridge-local



[admin@MikroTik] > ip pool print detail 
 0 name="default-dhcp" ranges=192.168.88.10-192.168.88.254 

 1 name="hs-pool-6" ranges=10.5.50.2-10.5.50.254



[admin@MikroTik] > ip hotspot profile print detail 
Flags: * - default 
 0 * name="default" hotspot-address=0.0.0.0 dns-name="" html-directory=hotspot 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=10.5.50.1 dns-name="hotspot.local" html-directory=hotspot 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



[admin@MikroTik] > ip dhcp-server network print detail 
 0 ;;; hotspot network
   address=10.5.50.0/24 gateway=10.5.50.1 dns-server="" wins-server="" ntp-server="" dhcp-option="" 

 1 ;;; default configuration
   address=192.168.88.0/24 gateway=192.168.88.1 dns-server=192.168.88.1 wins-server="" ntp-server="" 
   dhcp-option=""

Also : how can i get explicit error message ?!

XaT

Problem solved with disabling the port in bridge between bridge-local and wlan1.
That port setting was making dhcp-server for wlan1 invalid.

XaT