unlimited bw for admin to access winbox in hotspot network

Hi,
Finally my hotspot is running.
my set up is like


adsl----rb750----RB952Ui-5ac2nD

rb750 as router, hotspot server, dhcp server
hap as AP only.

I setup AP from quick set using dual home AP bridg, latter i disable 5g.

i know my system & configuration are not perfect, but i am happy at least client can connect and get internet access.
but i have problem to login to router via winbox.
got lags, delay and often i was kicked out from winbox connection.

is there any way to put admin connection different then client connection so i can login winbox without problem even on rapid traffic ?
or can i use 5ghz wlan only for winbox login?

note: i dont have any firewall rules, only default rules generated by hotspot system.

rb750

/interface ethernet
set [ find default-name=ether1 ] comment=Wan
set [ find default-name=ether2 ] comment=Iptv
set [ find default-name=ether3 ] comment=Hotspot
set [ find default-name=ether4 ] comment=Backup

/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 name=Public password=mypassword user=myuser
/ip address
add address=192.168.100.1/24 comment=Wan interface=ether1 network=192.168.100.0
add address=10.10.0.1/24 comment=Iptv interface=ether2 network=10.10.0.0
add address=192.168.20.1/24 comment=Backup interface=ether4 network=192.168.20.0
add address=192.168.2.1/24 comment="hotspot network" interface=ether3 network=192.168.2.0
/ip dhcp-server network
add address=10.10.0.0/24 gateway=10.10.0.1
add address=192.168.2.0/24 gateway=192.168.2.1
add address=192.168.20.0/24 gateway=192.168.20.1

/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat out-interface=Public
add action=masquerade chain=srcnat comment="masquerade hotspot network" src-address=192.168.2.0/24

hAP

/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether2 ] comment="Hotspot network"
set [ find default-name=ether4 ] comment=Backup
set [ find default-name=ether5 ] disabled=yes
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
    country=indonesia disabled=no frequency=2452 mode=ap-bridge ssid=myssid \
    wireless-protocol=802.11
set [ find default-name=wlan2 ] mode=ap-bridge ssid=MikroTik wireless-protocol=\
    802.11
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" management-protection=\
    allowed name=profile1 supplicant-identity=""
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=pool1 ranges=192.168.30.200-192.168.30.254
/ip dhcp-server
add address-pool=pool1 interface=ether4 name=server1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=wlan2
add bridge=bridge1 interface=wlan1
/ip address
add address=192.168.30.1/24 interface=ether4 network=192.168.30.0
add address=192.168.2.11/24 interface=ether2 network=192.168.2.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridge1
/ip dns
set allow-remote-requests=yes servers=192.168.2.1
/ip route
add distance=1 gateway=192.168.2.1
add distance=1 dst-address=10.0.0.0/24 gateway=192.168.100.1

http://forum.mikrotik.com/t/rb750-dhcp-server-vlan/41951/1

solved my problem

i will be back with another questions :slight_smile: