Multiple Dnis Authentication

2003-12-23 Thread Nathan Littlepage
Is it possible to proxy based on more than one DNIS? I've added the following as an example from my users file. DEFAULT Called-Station-Id == 1115550001, Proxy-To-Realm := realm1 DEFAULT Called-Station-Id == 1115550002, Proxy-To-Realm := realm2 The first entry will authenticate correctly, the

Re: b0rked EAP implementation?

2003-12-23 Thread Alan DeKok
Brian Clarkson [EMAIL PROTECTED] wrote: -- this is the part that worries me: rlm_eap: EAP packet type response id 1 length 16 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation ... shouldn't the Access Point add the 'EAP-Start' to the message encoding? No. The EAP

Re: Does Dlink DWL-900+ work directly with FreeRadius?

2003-12-23 Thread Guy Fraser
Go look a the specs at : http://www.dlink.com/products/?model=DWL-900AP%2b There is no indication that that AP supports authentication. Check out the DWL-7000AP : http://www.dlink.com/products/?pid=14 It does support 802.1x {EAP} authentication, but is about USD $200 more expensive. You

Re: Multiple Dnis Authentication

2003-12-23 Thread Alan DeKok
Nathan Littlepage [EMAIL PROTECTED] wrote: Is it possible to proxy based on more than one DNIS? Yes. There's nothing special about DNIS. I've added the following as an example from my users file. ... DEFAULT Called-Station-Id == 1115550001, Proxy-To-Realm := realm1 DEFAULT

Re: b0rked EAP implementation?

2003-12-23 Thread Alan DeKok
Brian Clarkson [EMAIL PROTECTED] wrote: i didn't think it would be in the middle of the conversation. i just was unclear as to which part of the conversation sent it. and why is FreeRAD expecting to see it if it's not added by the AP/ NAS but initiated by the client? Because the NAS

Re: b0rked EAP implementation?

2003-12-23 Thread Brian Clarkson
Alan DeKok wrote: Brian Clarkson [EMAIL PROTECTED] wrote: i didn't think it would be in the middle of the conversation. i just was unclear as to which part of the conversation sent it. and why is FreeRAD expecting to see it if it's not added by the AP/ NAS but initiated by the client?

freeradius compile problems

2003-12-23 Thread Huebel, Tony
I sincerely hope someone can help me out here because this is driving me nuts. I am trying to get EAP_TLS to run on my freeradius server and seem to be running into problems at every turn. I have RH 8.0. I installed openssl 0.9.7c into /usr/local/openssl and then downloaded and installed

RE: Multiple Dnis Authentication

2003-12-23 Thread Nathan Littlepage
Thanks for the reply. I'll give that a try. Is it possible to utilize Simultaneous-Use on this to limit the amount of connections based on DNIS. Or is Simultaneous-Use dependent on username alone? Is it possible to proxy based on more than one DNIS? Yes. There's nothing special about

Re: freeradius compile problems

2003-12-23 Thread Alan DeKok
Huebel, Tony [EMAIL PROTECTED] wrote: I am trying to get EAP_TLS to run on my freeradius server and seem to be running into problems at every turn. I have RH 8.0. I installed openssl 0.9.7c into /usr/local/openssl And you've got an older version of OpenSSL installed somewhere. and then

Re: b0rked EAP implementation?

2003-12-23 Thread Alan DeKok
Brian Clarkson [EMAIL PROTECTED] wrote: i'm still doing something wrong, as the client won't authenticate. The debug logs SHOULD tell you what's going wrong. even the initial output from the RADIUS server says that 'no EAP Start' found. i just fired up the server fresh and powered up the

Re: Quick question about accounting.

2003-12-23 Thread Alan DeKok
Drew Weaver [EMAIL PROTECTED] wrote: Hi, I'm authenticating from System and accounting to text files. Is there a way (a php script?) for me to find out what user was using an IP address at a specific time? radwho, to see who's logged on, and then grep for the IP. Alan DeKok.

Re: Quick question about accounting.

2003-12-23 Thread Keith Yoder
If you were using mysql for accounting you could use the following query to find the accounting record: SELECT * FROM radius.radacct WHERE FramedIPAddress = xxx.xxx.xxx.xxx AND 2003-12-12 06:00:00 BETWEEN AcctStartTime AND AcctStartTime Keith Yoder Drew Weaver wrote: Right but I need to be

Dictionary file for Star-OS

2003-12-23 Thread Keith Yoder
I am attaching the dictionary file for Valemount Network's Star-OS - a wireless acess point. If someone is interested it could be included with the server distribution. Thanks, Keith Yoder # # Valemount Networks Corporation specific radius attributes # [EMAIL PROTECTED] # #

Quick question about accounting.

2003-12-23 Thread Drew Weaver
Hi, I'm authenticating from System and accounting to text files. Is there a way (a php script?) for me to find out what user was using an IP address at a specific time? Thanks, -Drew

Re: Freeradius Mysql

2003-12-23 Thread Alan DeKok
Cris Boisvert [EMAIL PROTECTED] wrote: Is their a line I need to uncomment to make it use the mysql database other than the text file Read 'radiusd.conf' Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Does Dlink DWL-900+ work directly with FreeRadius?

2003-12-23 Thread mikal
Quoting Guy Fraser [EMAIL PROTECTED]: Go look a the specs at : http://www.dlink.com/products/?model=DWL-900AP%2b There is no indication that that AP supports authentication. Since Late 2002, the firmware for the DWL-900AP+ does support 802.1x auth, good luck getting it to work correcty,

Re: Dialupadmin?

2003-12-23 Thread Kostas Kalevras
On Mon, 22 Dec 2003, Cris Boisvert wrote: I've got dialup admin setup and it looks like I can add users without any errors.. Although when I look at the actual sql databases its only adding them to the userinfo table... And not adding any users to the radacct table. It will never add anything