Community discussions

MikroTik App
 
AsDsL
newbie
Topic Author
Posts: 45
Joined: Mon Jun 07, 2004 1:25 am

UserMan, PPPoE and fixed IP address...

Mon Oct 09, 2006 3:51 am

I’m using UserMan, PPPoE and fixed IP address with my customers.
I want only one Username can login at a time.
What do I need to do?
 
jahwara
just joined
Posts: 18
Joined: Wed Sep 06, 2006 11:47 am
Location: Bandung, Indonesia

Mon Oct 09, 2006 6:07 am

i guess it would be simple but not that easy..
the solution is to give each one of the user a password.

For MT Crew:
But for me it got to have 2 layers security login..
password as the first layer, then MAC authentication as the second layer..
is it possible to do this in UserManager?

Thanks :)
 
User avatar
balimore
Forum Veteran
Forum Veteran
Posts: 884
Joined: Mon Apr 10, 2006 3:38 am

Mon Oct 09, 2006 6:21 am

i guess it would be simple but not that easy..
the solution is to give each one of the user a password.

For MT Crew:
But for me it got to have 2 layers security login..
password as the first layer, then MAC authentication as the second layer..
is it possible to do this in UserManager?

Thanks :)
ya,... :wink:
 
AsDsL
newbie
Topic Author
Posts: 45
Joined: Mon Jun 07, 2004 1:25 am

Mon Oct 09, 2006 4:03 pm

Hi jahwara,
I do have User/Pass, how do I implement Mac auth?

Thanks,
AsDsL
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6697
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Tue Oct 10, 2006 9:31 am

There are different methods to authenticate in the HotSpot, one user/password, second MAC authentication. I think you can use them separately now.

In the other hand using regular HotSpot without Manager, it is possible to accomplish:
- use standart login/password authentication;
- specify MAC-address for the users, 'ip hotspot user set user_name mac-address=XX:XX:XX:XX:XX:XX', only user with the specified MAC-address will be able to use the particular username/password.
 
jahwara
just joined
Posts: 18
Joined: Wed Sep 06, 2006 11:47 am
Location: Bandung, Indonesia

Thu Oct 12, 2006 9:53 pm

There are different methods to authenticate in the HotSpot, one user/password, second MAC authentication. I think you can use them separately now.

In the other hand using regular HotSpot without Manager, it is possible to accomplish:
- use standart login/password authentication;
- specify MAC-address for the users, 'ip hotspot user set user_name mac-address=XX:XX:XX:XX:XX:XX', only user with the specified MAC-address will be able to use the particular username/password.
For Future Feature Request..
The UM got to have 2 layers security login..same as what MT crew have implemented in the hotspot feature...
password as the first layer, then MAC authentication as the second layer.
It would be just...Awesome

Thanks :)