syntax to add mac addresses of users file
hello! i have ubuntu 10.4 and freeradius-server-2.1.10 Recently i made some changes to the users file, to be able to register users via their MAC addresses in which use the following syntax : jesssi cleartext-password :="chispas" service-type= framed-user, framed-protocol =ppp, # framed-ip-address = 172.163.1.12 # framed-ip.netmask = 255.255.255.0 # framed-routing = broadcast-listen, # framed-filter-id="std.ppp", # framed-mtu =1500, Called-Station-Id = "00-0F-CF-BC-2A-9A:3Com", (this is the line that adds) Calling-Station-Id = "00-17-37-FA-B2-EB", (this is the line that adds) framed-compression = van-jacobsen-tcp-ip someone could help me or give me a different syntax to add the mac addresses in the users file? thank you -Viridiana Ambriz Robles
if it is for a chillispot or coova nas, then you should add 00-17-37-FA-B2-EB User-Password := password Le samedi 04 décembre 2010 à 13:35 -0600, Viirydiianah Robles a écrit :
hello!
i have ubuntu 10.4 and freeradius-server-2.1.10
Recently i made some changes to the users file, to be able to register users via their MAC addresses in which use the following syntax :
jesssi cleartext-password :="chispas" service-type= framed-user, framed-protocol =ppp, # framed-ip-address = 172.163.1.12 # framed-ip.netmask = 255.255.255.0 # framed-routing = broadcast-listen, # framed-filter-id="std.ppp", # framed-mtu =1500, Called-Station-Id = "00-0F-CF-BC-2A-9A:3Com", (this is the line that adds) Calling-Station-Id = "00-17-37-FA-B2-EB", (this is the line that adds) framed-compression = van-jacobsen-tcp-ip
someone could help me or give me a different syntax to add the mac addresses in the users file?
thank you
-Viridiana Ambriz Robles
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
already try that syntax but the same is not the syntax that I need, know any others? or there is no other place? thank you
Subject: Re: syntax to add mac addresses of users file From: yzy-oui-fi@hotmail.fr To: freeradius-users@lists.freeradius.org Date: Sat, 4 Dec 2010 23:10:10 +0100
if it is for a chillispot or coova nas, then you should add
00-17-37-FA-B2-EB User-Password := password
Le samedi 04 décembre 2010 à 13:35 -0600, Viirydiianah Robles a écrit :
hello!
i have ubuntu 10.4 and freeradius-server-2.1.10
Recently i made some changes to the users file, to be able to register users via their MAC addresses in which use the following syntax :
jesssi cleartext-password :="chispas" service-type= framed-user, framed-protocol =ppp, # framed-ip-address = 172.163.1.12 # framed-ip.netmask = 255.255.255.0 # framed-routing = broadcast-listen, # framed-filter-id="std.ppp", # framed-mtu =1500, Called-Station-Id = "00-0F-CF-BC-2A-9A:3Com", (this is the line that adds) Calling-Station-Id = "00-17-37-FA-B2-EB", (this is the line that adds) framed-compression = van-jacobsen-tcp-ip
someone could help me or give me a different syntax to add the mac addresses in the users file?
thank you
-Viridiana Ambriz Robles
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
already try that syntax but the same is not the syntax that I need, know any others? or there is no other place?
all you random new people who are mysteriosuly asking for this MAC authentication....whatever course you are on, please reprimand the organiser for not having local help/hints/cribs to help you out. a public mailing list is not a commercial course support structure! fix: run FreeRADIUS in debug mode radiusd -X look for the request, and note the form of the User-Name then, in users file, add the User-Name, followed by Cleartext-Password, operator := and the User-Name again eg 00-11-22-33-44-55 Cleartext-Password := "00-11-22-33-44-55" or 001122334455 Cleartext-Password := "001122334455" - this sort of thing will depend on your NAS kit installed and what method you are using... eg for 802.1X wireless you cannot do this. alan
participants (3)
-
Alan Buxey -
Viirydiianah Robles -
yzy-oui-fi