Thursday 12 June 2014

MIKROTIK USERMANAGER DHCP

User Manager configuration 
First, you need to download and install User Manager package;
Create User Manager subscriber (root customer). Note that when using a version 3.0 or newer,
a subscriber called ‘admin’ is created automatically – you can skip the following stage and change ‘MikroTik’ to ‘admin’ in subsequent steps;
Customer
1
/tool user-manager customer add login="virtual" password="12345" permissions=owner
Now add Router Information
Router
1
/tool user-manager router add customer=admin disabled=no ip-address=127.0.0.1 name=virtual shared-secret=123456789
Now Setup Limitation under Profiles
limitation
1
2
3
4
5
/tool user-manager profile limitation
add name=256k rate-limit-min-rx=65536B rate-limit-min-tx=262144B rate-limit-rx=65536B rate-limit-tx=262144B
add name=512k rate-limit-min-rx=131072B rate-limit-min-tx=131072B rate-limit-rx=131072B rate-limit-tx=524288B
add name=768k rate-limit-min-rx=196608B rate-limit-min-tx=196608B rate-limit-rx=196608B rate-limit-tx=786432B
add name=1Mb rate-limit-min-rx=262144B rate-limit-min-tx=1048576B rate-limit-rx=262144B rate-limit-tx=1048576B
After limitation now we add Profiles
● Step 1
Create a profile name 256 and click Create
profile_step_1
● Step 2
Select Add new limitation and select profile limitation (previously created) select limit and then add
profile_step_2
● Step 3
Now add name for user validity and set selling price and then save profile
Validity
▪ 4w2d = 30day
▪ 2w = 14day
▪ 1w = 7day
▪ 1d = 1day
▪ 1h = 1Hour
profile_step_3
Final profile screen
profile_256_final
Now we add user into User Section
Users_Step_1
Add Users detail and select desire package and save
dhcp_user
After all set in Mikrotik Users Manager now we need to set dhcp server radius section.
dhcp_server
Final we need to set radius server to connect User Manager
Radius_dhcp

No comments:

Post a Comment