Re: Configuring Free Radius to do MAC Address Authentication (PLEASE HELP)

2002-04-13 Thread Stephan Viljoen

I'm running freeradius with SQL so I might be wrong here if I tell you that
the account should
be looking something like this in your users file.

aabbcc-ccbbaa  Auth-Type := Local, User-Password == testing

The password should be the same as the secret of the Incoming Client
(Router)

This is what the clients file looks like.

Client Name Secret
192.168.0.2 testing

- Original Message -
From: David Petruzzella [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 13, 2002 6:59 AM
Subject: Re: Configuring Free Radius to do MAC Address Authentication
(PLEASE HELP)


 Can someone help me configure Free Radius to authenticate Mac Addresses
for
 my wireless network. Below is a list of what I have done so far.

 1. Free Radius is compiled and running.

 2. I have the ip addresses of my access points in the clients.conf file
 which I'm suppose to have I believe.

 3. I tried adding a couple of MAC Addresses to the users file, but I can't
 seem to get it to work it see's me trying to authenticate but it don't
 authenticate.  If someone could help me out with this I would appreciate.
A
 clip of someone users file and clients.conf file will help, just so I can
 make sure I have the format correct..


 I tried looking for information on the net in regards to this topic, but I
 had no luck.  The information you people have been giving me so far has
been
 helpful, but I still can't seem to get it to work right.  Thanks in
advance.




 _
 Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.


 -
 List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication (PLEASE HELP)

2002-04-13 Thread David Petruzzella

I have it like that, but the wireless card won't authenticate.  I also have 
no way of adding the mac address to the passwd file, because usernames have 
to start with an alpha character.



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication (PLEASE HELP)

2002-04-13 Thread David Petruzzella

I'll try that next thanks, btw is there like a chat group or something where 
we can get realtime help like a chat channel on an irc server some place?



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication (PLEASE HELP)

2002-04-13 Thread Alan DeKok

David Petruzzella [EMAIL PROTECTED] wrote:
 I'll try that next thanks, btw is there like a chat group or something where 
 we can get realtime help like a chat channel on an irc server some place?

  Not that I'm aware of.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication (PLEASE HELP)

2002-04-13 Thread David Petruzzella

No I don't want the mac addresses to have shells, I just thought it would be 
a little easier that's all. Thanks for your help.



_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication (PLEASE HELP)

2002-04-13 Thread David Petruzzella

I got it figured out thanks, btw you wouldn't happen to know how to set it 
up so it automatically starts and shuts down or can point me to a document. 
I know it has an init script.



_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication

2002-04-12 Thread David Petruzzella

Can someone give me an example of what an entry will look like in the users 
file for MAC Address authentication.  I think I got the clients.conf file 
setup correctly, but I'm not sure.  I don't see any examples in the users 
file for someone who wants to do MAC Address Authentication.

_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication (PLEASE HELP)

2002-04-12 Thread David Petruzzella

Can someone help me configure Free Radius to authenticate Mac Addresses for 
my wireless network. Below is a list of what I have done so far.

1. Free Radius is compiled and running.

2. I have the ip addresses of my access points in the clients.conf file 
which I'm suppose to have I believe.

3. I tried adding a couple of MAC Addresses to the users file, but I can't 
seem to get it to work it see's me trying to authenticate but it don't 
authenticate.  If someone could help me out with this I would appreciate.  A 
clip of someone users file and clients.conf file will help, just so I can 
make sure I have the format correct..


I tried looking for information on the net in regards to this topic, but I 
had no luck.  The information you people have been giving me so far has been 
helpful, but I still can't seem to get it to work right.  Thanks in advance.




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication

2002-04-11 Thread David Petruzzella

This information is quite helpful, but I still have a few more questions.  
Again I appreciate the help people have been giving me.

1. Edit your raddb/clients file and add the IP of your NAS in there with the
secret.  ( By this you mean the ip of my access points? correct?)

2. In regards adding the mac addresses as users so they can be 
authenticated, I try adding them to my passwd file using adduser and 
userconf I'm running redhat 7.2, and I get invalid user.  I asked around in 
a couple of linux channels and they told me that a username can not start 
with a number.  In regards to the format I am using xxyyzz-xxyyzz.

If possible to paste a clip of a users file to make sure I have it set 
correctly and in regards to the clients (access points) I just follow the 
format of the clients file.  Thanks again for your help you people here have 
been very helpful.  Although I did notice my thread got removed and I don't 
know why.



_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication

2002-04-11 Thread David Petruzzella

This information is quite helpful, but I still have a few more questions.  
Again I appreciate the help people have been giving me.

1. Edit your raddb/clients file and add the IP of your NAS in there with the
secret.  ( By this you mean the ip of my access points? correct?)

2. In regards adding the mac addresses as users so they can be 
authenticated, I try adding them to my passwd file using adduser and 
userconf I'm running redhat 7.2, and I get invalid user.  I asked around in 
a couple of linux channels and they told me that a username can not start 
with a number.  In regards to the format I am using xxyyzz-xxyyzz.

If possible to paste a clip of a users file to make sure I have it set 
correctly and in regards to the clients (access points) I just follow the 
format of the clients file.  Thanks again for your help you people here have 
been very helpful.  Although I did notice my thread got removed and I don't 
know why.





_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication

2002-04-10 Thread Alan DeKok

David Petruzzella [EMAIL PROTECTED] wrote:
 Is there any place where you guys chat online, that I can meet you people 
 in, to get interactive help, besides this list. Just out of curiosity.

  I don't use IRC, sorry.  I find it's just more text for me to read,
and the signal to noise ratio isn't high enough to keep my interest.

  I'd rather use email, where I can read  respond at my leisure.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



RE: Configuring Free Radius to do MAC Address Authentication

2002-04-09 Thread David Petruzzella

I tried using xxyyzz-xxyyzz and it won't take it, it keeps giving me and 
invalid user.  I tried looking for settings to fix and I couldn't find 
anything.



_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication

2002-04-09 Thread David Petruzzella

Is there any place where you guys chat online, that I can meet you people 
in, to get interactive help, besides this list. Just out of curiosity.  I 
really all appreciate the help I'm recieving BTW. Thanks in advance for any 
future help on this subject.



_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication

2002-04-08 Thread David Petruzzella

Do you use your passwd file in unix or the users file in raddb?  I try using 
my passwd file in linux, I keep getting invalid user when I use that format 
using any type of adduser utility.  I could add it manually to the passwd 
file, but I just wanna be sure the system will recognize it and actually 
yest that does help out.  One more question though if you could get back to 
me as soon as you can.  The access point I'm using has 2 MAC addresses 1 is 
the ethernet mac address that gets attatched to the network and the other is 
the wireless card mac address that the access point uses to communicate with 
the other wireless cards.  Thanks for taking the time to answer my question.





_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication

2002-04-08 Thread David Petruzzella

Please disregard a portion of my e-mail in regards to which mac address 
would I put for the access point.  I believe the ip of the nas you are 
referring to the ip of the access point. Corretc?



_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



RE: Configuring Free Radius to do MAC Address Authentication

2002-04-08 Thread Michael S. McCollough

What format are you entering the MAC username in? You cannot use
xx:yy:zz:11:22:33 you will have to change it to: xxyyzz-112233

-Original Message-
From: David Petruzzella [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 08, 2002 7:32 PM
To: [EMAIL PROTECTED]
Subject: Re: Configuring Free Radius to do MAC Address Authentication


Do you use your passwd file in unix or the users file in raddb?  I try using

my passwd file in linux, I keep getting invalid user when I use that format 
using any type of adduser utility.  I could add it manually to the passwd 
file, but I just wanna be sure the system will recognize it and actually 
yest that does help out.  One more question though if you could get back to 
me as soon as you can.  The access point I'm using has 2 MAC addresses 1 is 
the ethernet mac address that gets attatched to the network and the other is

the wireless card mac address that the access point uses to communicate with

the other wireless cards.  Thanks for taking the time to answer my question.





_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: Configuring Free Radius to do MAC Address Authentication

2002-04-07 Thread Stephan Viljoen

Hi David , had the same problem a few days ago , but luckely with the help
of this fine group of people here I got it sorted out.

1. Edit your raddb/clients file and add the IP of your NAS in there with the
secret.
2. All you need to do then is to add the Mac address of the end user as the
UserName and the secret of the Nas that your
client is connecting from as the Password. Make sure you put the mac
address in the following format. xx-xx.

Hope this helps you.






- Original Message -
From: David Petruzzella [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 07, 2002 5:17 AM
Subject: RE: Configuring Free Radius to do MAC Address Authentication


 I'm kind of new at this and I was wondering if anyone can help me out
 configuring free radius for mac address authentication.  I have it
compiled.
   But I don't how to set it up so I can use it to Authenticate the mac
 addresses of my wireless network.  I couldn't find any documentation on
the
 subject.



 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com


 -
 List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



RE: Configuring Free Radius to do MAC Address Authentication

2002-04-06 Thread David Petruzzella

I'm kind of new at this and I was wondering if anyone can help me out 
configuring free radius for mac address authentication.  I have it compiled. 
  But I don't how to set it up so I can use it to Authenticate the mac 
addresses of my wireless network.  I couldn't find any documentation on the 
subject.



_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html