Hi plisken
thanks for suggestion. I tried it that way and it did work but it also locked me out of the Mikrotik router as 192.168.88.1 is the default ip address on the bridge-local. Even if it worked ok, I need it to work on the WLAN1 interface for wireless users, and so far if I try the same setup on any other interface it fails and comes up as invalid and greyed out. WLAN1 or Ether interfaces all seem to end up greyed out. Bridge-local is the only one it works on. why?
I also notice the relevant hotspot DHCP server scope is also greyed out and invalid when this problem happens.
I found a more appropriate WLAN1 Hotspot setup here http://netwanlan.com/2012/04/04/configure-hotspot-server-in-mikrotik/
but when I follow this, firstly I get an error when I use the WLAN1 interface ip address for the hotspot it says that is already in use. I have tried this after deleting the WLAN1 config and settings, and doing a /system reset-configuration, each time still the same.
I am going to post some command line prints below maybe someone can see the cause of the problem. As you can see from the below print outs the DHCP1 server is coming up flagged as Invalid and the hotspot itself is flagged as Invalid.
Any suggestions would be appreciated it is driving me nuts now.
[admin@MikroTik] /ip hotspot> print
Flags: X - disabled, I - invalid, S - HTTPS
NAME INTERFACE ADDRESS-POOL PROFILE IDLE-TIMEOUT
0 I hotspot1 wlan1 hs-pool-12 hsprof1 5m
[admin@MikroTik] /ip hotspot>
[admin@MikroTik] /ip hotspot profile> print
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.1.1.1 dns-name=“hotspot.one” 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 hotspot profile>
[admin@MikroTik] /ip dhcp-server> print
Flags: X - disabled, I - invalid
NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 default bridge-local default-dhcp 3d
1 I dhcp1 wlan1 hs-pool-12 1h
[admin@MikroTik] /ip dhcp-server>
[admin@MikroTik] /ip dhcp-server network> print
ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN
0 ;;; hotspot network
10.1.1.0/24 10.1.1.1
1 ;;; default configuration
192.168.88.0/24 192.168.88.1 192.168.88.1
[admin@MikroTik] /ip dhcp-server network>
[admin@MikroTik] /ip pool> print
NAME RANGES
0 default-dhcp 192.168.88.10-192.168.88.254
1 hs-pool-12 10.1.1.2-10.1.1.254
[admin@MikroTik] /ip pool>