configuring hotspot using 2 mikrotik routers

Hi,

So i am newbie with this mikrotik stuff.

I am going to setup hotspot for my brother’s cafe, just simple cafe in my village. Most client that will connect to my network are android user and some laptops.
Now i have 2 routers and my internet come from ADSL line.
Rb750 and hAP ac lite.

i have read hotpsot, mikrotik, pcq, qos stuff in pdf, html and watch some video on youtube, mikrotik wiki, including mum article and video.
the thing is i am stuck choosing where do i put hotspot server setup, bw management (qos,etc)
RB750 or hAP?
of course hAP will act as AP.

these are some my scenario (not tested yet)

  1. bandwidth management and hotspot server will be in rb750
    and hAP only as simple AP and DHCP server

  2. or bw management will be in rb750
    and hotspot server, AP and DHCP server will be in hAP

or i can get new setup or correction at my setup from experts.


my topology will be like

adsl-----wired---------rb750------wired-------hAP—))))))))))wireless)))))))))laptops,androids



Thanks

Hi,

I guest i make a progress now :slight_smile: and have some scenario about QOS

Now i can connect both router, and set up hAP as AP for my hotspot that running on RB750.
But i still dont know how to make my AP has internet access

hAP

# jan/02/1970 09:39:21 by RouterOS 6.40.3
# software id = 6AIT-SULJ
#
# model = RouterBOARD 952Ui-5ac2nD
# serial number = 71B1060EE89D
/interface bridge
add name="6. Bridge-local"

/interface ethernet
set [ find default-name=ether1 ] name="1. WAN"
set [ find default-name=ether2 ] name="2. Local"
set [ find default-name=ether3 ] name="3. Local"

/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country=indonesia disabled=no mode=ap-bridge ssid=kb-hs-2ghz wireless-protocol=802.11
set [ find default-name=wlan2 ] disabled=no mode=ap-bridge wireless-protocol=802.11

/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot

/interface bridge port
add bridge="6. Bridge-local" interface="2. Local"
add bridge="6. Bridge-local" interface="3. Local"
add bridge="6. Bridge-local" interface=ether4
add bridge="6. Bridge-local" interface=ether5
add bridge="6. Bridge-local" interface=wlan2
add bridge="6. Bridge-local" interface=wlan1

/ip address
add address=10.16.11.11/8 interface="2. Local" network=10.0.0.0

/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface="2. Local"
add dhcp-options=hostname,clientid disabled=no interface="1. WAN"


[admin@MikroTik] /ip route> print 
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit 
 #      DST-ADDRESS        PREF-SRC        GATEWAY            DISTANCE
 0 ADS  0.0.0.0/0                          192.168.1.1               1
 1 ADC  10.0.0.0/8         10.16.11.11     6. Bridge-local           0
 2 ADC  192.168.1.0/24     192.168.1.235   6. Bridge-local           0

rb750

# sep/29/2017 21:28:14 by RouterOS 6.40.3
# software id = VTBF-7XD6
#
# model = 750
# serial number = 260A015E44F0
/interface bridge
add name=bridge-lan

/interface ethernet
set [ find default-name=ether2 ] name=ether2-lan
set [ find default-name=ether3 ] name=ether3-hotspot
set [ find default-name=ether4 ] disabled=yes
set [ find default-name=ether5 ] disabled=yes
set [ find default-name=ether1 ] name=wan

/interface bridge port
add bridge=bridge-lan interface=ether2-lan
add interface=ether3-hotspot
add interface=wan

/ip address
add address=192.168.200.1/24 interface=bridge-lan network=192.168.200.0
add address=10.10.0.1/24 interface=ether3-hotspot network=10.10.0.0

/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=wan

/ip firewall nat
add action=masquerade chain=srcnat out-interface=wan