Re: 802.1x host/machine authentication

2010-10-21 Thread Phil Mayers
On 10/21/2010 08:55 AM, Chidanand Gangur wrote: I have collected logs for full session of host authentication, log is pasted below. As mentioned in my previous mail I just want to proxy the host authentication request to the home server, is it possible? You didn't mention that in your

Re: 802.1x host/machine authentication

2010-10-21 Thread Chidanand Gangur
Thanks Phil, thanks a lot It worked. I have multiple home servers configured so I am using your logic like this if (%{User-Name}=~ /^host\/.*testad1.com$/) { update control { Proxy-To-Realm := testad1.com } }

Re: 802.1x host/machine authentication

2010-10-21 Thread Phil Mayers
On 21/10/10 10:54, Chidanand Gangur wrote: Thanks Phil, thanks a lot It worked. I have multiple home servers configured so I am using your logic like this Excellent, glad to hear you solved it. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

802.1x host/machine authentication

2010-10-20 Thread Chidanand Gangur
Hi, I have following setup where windows host is connected to Cisco 2960 which is connected to Microsoft AD via RADIUS proxy Windows host (XP SP3) - Cisco 2960 - freeRADIUS proxy (2.1.10) - Microsoft AD (2003) In the above setup user authentication goes fine. I am using PEAP v1

Re: 802.1x host/machine authentication

2010-10-20 Thread James S. Smith
...@lists.freeradius.org To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Wed Oct 20 07:22:56 2010 Subject: 802.1x host/machine authentication Hi, I have following setup where windows host is connected to Cisco 2960 which is connected to Microsoft AD via RADIUS proxy Windows host (XP

Re: 802.1x host/machine authentication

2010-10-20 Thread Chidanand Gangur
Hi, Is it fine to do some jugglery with the user-name and convert it to a format which can be proxied to home server ? Thanks, Chidanand On Wed, Oct 20, 2010 at 4:52 PM, Chidanand Gangur chidanand.gan...@gmail.com wrote: Hi, I have following setup where windows host is connected to

Re: 802.1x host/machine authentication

2010-10-20 Thread Phil Mayers
On 20/10/10 12:22, Chidanand Gangur wrote: Hi, I have following setup where windows host is connected to Cisco 2960 which is connected to Microsoft AD via RADIUS proxy Windows host (XP SP3) - Cisco 2960 - freeRADIUS proxy (2.1.10) - Microsoft AD (2003) In the above setup user

Re: 802.1x host/machine authentication

2010-10-20 Thread Chidanand Gangur
Thanks Phil. I am still not clear.. I just want to proxy the host authentication request to the actual RADIUS server which is Microsoft AD. In such cases what configuration is required on proxy server? Can it be done? Well I mentioned realm type as IPASS as IPASS type is of format realm/username