Re: MAC Address Auth

2013-04-09 Thread Mulindwa
Pool_Name = pool_128,     Framed-Address = 255.255.255.254,     Framed-Netmask = 255.255.255.255,     Fall-Through = 0   Eric M From: Alan DeKok To: Mulindwa ; FreeRadius users mailing list Sent: Monday, April 8, 2013 5:21 PM Subject: Re: MAC Address A

Re: MAC Address Auth

2013-04-08 Thread Mulindwa
Great, thanx Alan   Eric M From: Alan DeKok To: Mulindwa ; FreeRadius users mailing list Sent: Monday, April 8, 2013 5:21 PM Subject: Re: MAC Address Auth Mulindwa wrote: > I have read and read, and i have not seen where thr reply list or check > l

Re: MAC Address Auth

2013-04-08 Thread Alan DeKok
Mulindwa wrote: > I have read and read, and i have not seen where thr reply list or check > list is $ man unlang Read doc/rlm_sql I have no idea which files you're reading. But it's clear you're *not* reading the documentation that comes with the server. Don't google for random pages on

Re: MAC Address Auth

2013-04-08 Thread Mulindwa
I have read and read, and i have not seen where thr reply list or check list is   Eric M From: Marinko Tarlać To: freeradius-users@lists.freeradius.org Sent: Monday, April 8, 2013 5:02 PM Subject: Re: MAC Address Auth Do you plan to read anything or you

Re: MAC Address Auth

2013-04-08 Thread Marinko Tarlać
ric M *From:* Matthew Newton *To:* Mulindwa ; FreeRadius users mailing list *Sent:* Monday, April 8, 2013 4:16 PM *Subject:* Re: MAC Address Auth On Mon, Apr 08, 2013 at 04:18:54AM -0700, Mulindwa wrote: > I want user eric@ut3 with this Mac Addres

Re: MAC Address Auth

2013-04-08 Thread Mulindwa
Thanks Matthew, Sorry to askm but where is the reply list and where is the check list?   Eric M From: Matthew Newton To: Mulindwa ; FreeRadius users mailing list Sent: Monday, April 8, 2013 4:16 PM Subject: Re: MAC Address Auth On Mon, Apr 08, 2013 at

Re: MAC Address Auth

2013-04-08 Thread Matthew Newton
On Mon, Apr 08, 2013 at 04:18:54AM -0700, Mulindwa wrote: > I want user eric@ut3 with this Mac Address to log in, and if > the MAC address is different he will not be granted access. Move the Mac-Addr attribute from the reply list to the check list, and make it a check operator (==) not assignment

Re: MAC Address Auth

2013-04-08 Thread George Chelidze
freeradius.org *Sent:* Thursday, April 4, 2013 5:41 PM *Subject:* Re: MAC Address Auth Hello, add the correct check item to your user database. In the case below (User-Name = user2000@ut3) you should have the check item Attr-2352-145 == "5c-7d-5e-3f-d0-f7" for this speicifc user i

Re: MAC Address Auth

2013-04-08 Thread Marinko Tarlać
FreeRadius users mailing list *Sent:* Friday, April 5, 2013 9:07 AM *Subject:* Re: MAC Address Auth Thanks Mattias, I get an error saying; Unknown attribute "Attr-2352-145" This is how i have it setup user20001@ut3 Password = "006060", Simultaneous-Use = 1 Attr-2352-145 =

Re: MAC Address Auth

2013-04-08 Thread Mulindwa
255,     Fall-Through = 0   Eric M From: Matthias Nagel To: freeradius-users@lists.freeradius.org Sent: Thursday, April 4, 2013 5:41 PM Subject: Re: MAC Address Auth Hello, add the correct check item to your user database. In the case below (User-Name = user2000@ut3) you should have t

Re: MAC Address Auth

2013-04-05 Thread Matthias Nagel
; Qos_Policy_Metering = broadband_128_metering, > Framed-Protocol = PPP, > Ip_Address_Pool_Name = pool_128, > Framed-Address = 255.255.255.254, > Framed-Netmask = 255.255.255.255, > Fall-Through = 0 > > > > Eric M >

Re: MAC Address Auth

2013-04-04 Thread Mulindwa
__ From: Matthias Nagel To: freeradius-users@lists.freeradius.org Sent: Thursday, April 4, 2013 5:41 PM Subject: Re: MAC Address Auth Hello, add the correct check item to your user database. In the case below (User-Name = user2000@ut3) you should have the check item Attr-2352-145 =

Re: MAC Address Auth

2013-04-04 Thread Matthias Nagel
MAC Address > Attr-2352-98 = "3" > Attr-2352-112 = "6.2.1.9" > Acct-Session-Id = "020268008FC9-515D8419" > > > Eric M > > > > From: Mulindwa > To: Alan DeKok ; FreeRadius users mailing list >

Re: MAC Address Auth

2013-04-04 Thread Mulindwa
lindwa To: Alan DeKok ; FreeRadius users mailing list Sent: Thursday, April 4, 2013 4:58 PM Subject: Re: MAC Address Auth Thanks Alan, Let me do so.   Eric M From: Alan DeKok To: Mulindwa ; FreeRadius users mailing list Sent: Thursday, April 4,

Re: MAC Address Auth

2013-04-04 Thread Mulindwa
Thanks Alan, Let me do so.   Eric M From: Alan DeKok To: Mulindwa ; FreeRadius users mailing list Sent: Thursday, April 4, 2013 4:47 PM Subject: Re: MAC Address Auth Mulindwa wrote: > Hi All, > > Have been trying to authenticate my ADSL users

Re: MAC Address Auth

2013-04-04 Thread Alan DeKok
Mulindwa wrote: > Hi All, > > Have been trying to authenticate my ADSL users using Mac Address Auth, > however i have failed even after going through the documentation. > > I want to authenticate with the highlighted, anyone done this and can help? It's been done. > This is how the accounting

Re: MAC Address Auth

2013-04-04 Thread Mulindwa
Hi All, Have been trying to authenticate my ADSL users using Mac Address Auth, however i have failed even after going through the documentation. I want to authenticate with the highlighted, anyone done this and can help? Thanx This is how the accounting file looks; User-Name = "user2000@ut3"

Re: mac address auth question

2005-10-21 Thread kdr akm
Hi Mr N White   Thanks for replying and i do what u said but it not success this is my /etc/raddb/users file if u can take a look to see if i do it right plz and notice me if there's something wrong :     cut-

Re: mac address auth question

2005-10-19 Thread N White
kdr akm wrote: Hi, i'm using freeradius 1.0.5. i make a pppoe server with rp-pppoe and freeradius without mysql and i make auth by username and password all i need to add to my configuration a check if mac address and if valid accept ( a mac address authentication but without mysql ) so how c