i want to make ip pinding to my network , any one can help me?
What is “ip-pinding”?
What scenario do you want to achieve?
thanks for reply , i have Broadband network with PPPOE server, each user have special username, i want a method that prevent any user from login with username of another user i mean we join a specific MAC address to a specific username ?
it’s “IP Bindings” IP Bindings allows to bypass specific HotSpot clients without any authentication, and also allows to block specific hosts and subnets from HotSpot network, If you want to prevent users to use another one’s user/pass you can select Login by MAC in hotspot server profiles.
He’s not using Hotspots, he’s using PPPoE.
If you’re using RouterOS as a PPPoE server with local accounts (“/ppp secret”) set the “caller-id” property on the account.
http://wiki.mikrotik.com/wiki/Manual:PPP_AAA#User_Database
caller-id (string; Default: ) For PPTP and L2TP it is the IP address a client must connect from. For PPPoE it is the MAC address (written in CAPITAL letters) a client must connect from. For ISDN it is the caller’s number (that may or may not be provided by the operator) the client may dial-in from
If you’re using RADIUS for authentication evaluate the “Calling-Station-Id” property that gets sent with the ACCESS-REQUEST.
http://wiki.mikrotik.com/wiki/Manual:RADIUS_Client#Access-Request
Calling-Station-Id - PPPoE and HotSpot- client MAC address in capital letters; PPTP and L2TP - client public IP address; ISDN - client MSN
If you’re using Radius, such as user-manager you can check “Bind on first use” for all user, but this must be done in the very first time before he Login.
HI,
I would like to know about the login bypass…here i am using hotspot with user manager, some of our customer using voip phones they doesn’t required login so how can i do this in user manager right now i am using ROS 5.6.
Thanks in Advance
Regards
Rajesh R
Look at the manual:
http://wiki.mikrotik.com/wiki/Manual:IP/Hotspot#IP_Bindings
/ip hotspot ip-binding add server=all type=bypassed mac-address=aa:bb:cc:dd:ee:ff
Thankss, It Workss..Great
![]()
but speed cant restrict …??
No.