Hotspot implementation.

hi there,
i’m a beginner in networking and i want to setup a network in a building to share an internet connection. i want to see if it is possible to implement hotspot login system using a RB750G which is connected to a WiMAX modem and also connected to a 24 port switch and the switch is connected to the access points?
and if the topology is practical i have another question:
-i want to rate limit the users. is there a way to divide the bandwidth available to the current online users? for example i have 2Mbps total bandwidth and currently 2 users are online then RB750G gives each one 1Mbps?
i’ve also attached the topology.

and can you give me some links to basic tutorials for setting up hotspot and rate limiting etc.?

thanx in advance.
RB topology.jpg

Hi,

it’s very easy to make the hotspot:

Configure IP on ether1 for internet access (wimax) (ex. 192.168.1.2) under /ip address
Configure a diferent IP range to ether2 (ex. 192.168.23.x/24) /ip address
configure gateway under /ip route"

/ip route
add dst-address=0.0.0.0/0 gateway=192.168.1.1    (wimax IP or router gateway)

configure DNS under /ip dns

/ip dns
set allow-remote-requests=no cache-max-ttl=1w cache-size=2048KiB max-udp-packet-size=512 servers=62.81.0.35,80.58.0.33

configure NTP:

/system ntp client
set enabled=yes mode=unicast primary-ntp=69.25.96.14 secondary-ntp=204.152.184.72

In winbox go to IP>hotspot and click on “wizard”, configure the hotspot

Then you only need to configure your APs like apbridge with IPs in the hotspot range (192.168.23.1 23.2 23.3… etc).

You need to create IPbindings for the APs (configure each IP/MAC of each AP)

/ip hotspot ip-binding
add address=1.1.1.1 comment="" disabled=no mac-address=AA:AA:AA:AA:AA:AA type=bypassed

If this don’t work, enter to ip/hotspot, select the hotspot created (hotspot1) and click on “reset html” : D!

Have fun!