Re: [RADIATOR] FW: Radiator
On 03/27/2012 11:19 AM, Sudhir Harwalkar wrote: Hello Sudhir, > I modified the file according to your changes, that works fine. > There are some queries: > > 1. In the config file if I mentioned Auth PORT and ACCTPORT then it's taking > as 1645 and 1646, and I tried with the command line means I gave authport and > acctport its taking properly. I took another look at your configuration file and noticed there is still an extra line. Remove this: since the real Client clause is just below. The extra lines was before AuthPort and AcctPort lines causing them to be parsed within Client context which is not corrrect. > 2. I gave UserName and Password for both WLAN Device and Radius Server, but > its not able to associated with the AP and Radius server, how to verify that > all three AP,WLAN Device and Radius Server are communicating with each other. When you have enabled Trace 4, you should see messages from AP in Radiator's log file. Are you seeing anything? Please reply with the log especially if there are errors or warnings in it. Thanks! Heikki > Thanks > Sudhir H > > -Original Message- > From: radiator-boun...@open.com.au [mailto:radiator-boun...@open.com.au] On > Behalf Of Heikki Vatiainen > Sent: Monday, March 26, 2012 1:35 PM > To: radiator@open.com.au list > Subject: Re: [RADIATOR] Radiator > > On 03/26/2012 02:54 PM, Sudhir Harwalkar wrote: > > Hello Sudhir, > >> Please find the modified EAP-PEAPv0 file, please check once whether whatever >> changes I made are correct or not, please see the error message attached >> with this peaperror.PNG. > > Try defining your using slash '/' instead of backslash '\'. For example: > > LogDir C:/Radiator/Radiator-Locked-4.9/goodies/ > > I also recommend defining LogDir and DbDir to point to where Radiator > installed its configuration file. Typically this is: > > C:/Program Files/Radiator/ > > The directory specified with DbDir should also have file called dictionary. > If not, you need to specify DictionaryFile to point to that file. > > Other changes: You have specified files and directories with '%C:\...'. > You do not need to use '%' sign here. Use for example: > > Filename C:/Radiator/Radiator-Locked-4.9/users > instead of > Filename %C:\Radiator\Radiator-Locked-4.9/users > > Here I also recommend setting AuthBy FILE Filename to C:/Program > Files/Radiator/users if C:/Program Files/Radiator/ already contains e.g., > dictionary file. > > Related to this and your previous message. The simplest users file would have > just this one line: > > username User-Password=mypassword > > This creates users file which knows about one user 'username' and where the > user has password 'mypassword'. > > Thanks! > Heikki > > >> Thanks >> Sudhir H >> >> -Original Message- >> From: Sudhir Harwalkar >> Sent: Monday, March 26, 2012 10:53 AM >> To: 'Heikki Vatiainen' >> Subject: RE: [RADIATOR] Radiator >> >> Hi Heikki, >> >> How to add device username and password in our config file.is there any >> command for that. >> >> Thanks >> Sudhir H >> >> -Original Message- >> From: Sudhir Harwalkar >> Sent: Thursday, March 22, 2012 3:49 PM >> To: 'Heikki Vatiainen' >> Subject: RE: [RADIATOR] Radiator >> >> Thanks a lot Heikki, will try and let you know. >> >> Thanks >> Sudhir H >> >> -Original Message- >> From: radiator-boun...@open.com.au >> [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen >> Sent: Thursday, March 22, 2012 3:23 PM >> To: radiator@open.com.au >> Subject: Re: [RADIATOR] Radiator >> >> On 03/22/2012 11:44 AM, Sudhir Harwalkar wrote: >>> I made all the changes you have mentioned, then I run the config file, in >>> the log file I got message as follows >>> Thu Mar 22 15:00:17 2012: DEBUG: Finished reading configuration >>> file 'c:\Program Files\Radiator\radiusnew.cfg' >>> Thu Mar 22 15:00:17 2012: DEBUG: Reading dictionary file >>> 'C:\Program Files\Radiator/dictionary' >>> Thu Mar 22 15:00:17 2012: DEBUG: Creating authentication >>> port 0.0.0.0:1812 >>>Thu Mar 22 15:00:17 2012: DEBUG: Creating accounting port >>> 0.0.0.0:1813 >>> Thu Mar 22 15:00:17 2012: NOTICE: Server started: >>> Radiator 4.9 on EMMYS0938 (LOCKED) Is this authenticated with AP? >> >> Looks good. It is ready to receive messages from AP. There is no >> authentication done between RADIUS server and wireless AP. The shared secret >> and client IP just make sure they can communicate with each other when the >> WLAN users need to be authenticated by the AP. >> >>> As you mentioned I haven't got message like receives from AP. >> >> The next step is to configure AP so that it will authenticate WLAN users. >> How this is done depends on your AP. >> >> Thanks! >> Heikki >> >> >>> Regards >>> Sudhir H >>> -Original Message- >>> From: radiator-boun...@open.com.au >>> [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen >>>
Re: [RADIATOR] CRL reload error
On 03/26/2012 04:14 PM, Alexander Hartmaier wrote: > I didn't find anything regarding autoloading of the crl in the openssl > changelog so the patch must still be not mainline. > We're using Debian Squeeze (6) on the server with openssl from the > testing tree to get openssl 1.0.0 which is now at version 1.0.0h. > Is OCSP an option instead of a crl? Can Radiator use OCSP? Unfortunately there is no OSCP related functionality in Radiator. Heikki -- Heikki Vatiainen Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc. ___ radiator mailing list radiator@open.com.au http://www.open.com.au/mailman/listinfo/radiator
Re: [RADIATOR] FW: Radiator
If I delete the also Its using the port 1645 and 1646. Please find the log file and config file. Thanks Sudhir -Original Message- From: radiator-boun...@open.com.au [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen Sent: Tuesday, March 27, 2012 3:40 PM To: radiator@open.com.au Subject: Re: [RADIATOR] FW: Radiator On 03/27/2012 11:19 AM, Sudhir Harwalkar wrote: Hello Sudhir, > I modified the file according to your changes, that works fine. > There are some queries: > > 1. In the config file if I mentioned Auth PORT and ACCTPORT then it's taking > as 1645 and 1646, and I tried with the command line means I gave authport and > acctport its taking properly. I took another look at your configuration file and noticed there is still an extra line. Remove this: since the real Client clause is just below. The extra lines was before AuthPort and AcctPort lines causing them to be parsed within Client context which is not corrrect. > 2. I gave UserName and Password for both WLAN Device and Radius Server, but > its not able to associated with the AP and Radius server, how to verify that > all three AP,WLAN Device and Radius Server are communicating with each other. When you have enabled Trace 4, you should see messages from AP in Radiator's log file. Are you seeing anything? Please reply with the log especially if there are errors or warnings in it. Thanks! Heikki > Thanks > Sudhir H > > -Original Message- > From: radiator-boun...@open.com.au > [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen > Sent: Monday, March 26, 2012 1:35 PM > To: radiator@open.com.au list > Subject: Re: [RADIATOR] Radiator > > On 03/26/2012 02:54 PM, Sudhir Harwalkar wrote: > > Hello Sudhir, > >> Please find the modified EAP-PEAPv0 file, please check once whether whatever >> changes I made are correct or not, please see the error message attached >> with this peaperror.PNG. > > Try defining your using slash '/' instead of backslash '\'. For example: > > LogDir C:/Radiator/Radiator-Locked-4.9/goodies/ > > I also recommend defining LogDir and DbDir to point to where Radiator > installed its configuration file. Typically this is: > > C:/Program Files/Radiator/ > > The directory specified with DbDir should also have file called dictionary. > If not, you need to specify DictionaryFile to point to that file. > > Other changes: You have specified files and directories with '%C:\...'. > You do not need to use '%' sign here. Use for example: > > Filename C:/Radiator/Radiator-Locked-4.9/users > instead of > Filename %C:\Radiator\Radiator-Locked-4.9/users > > Here I also recommend setting AuthBy FILE Filename to C:/Program > Files/Radiator/users if C:/Program Files/Radiator/ already contains e.g., > dictionary file. > > Related to this and your previous message. The simplest users file would have > just this one line: > > username User-Password=mypassword > > This creates users file which knows about one user 'username' and where the > user has password 'mypassword'. > > Thanks! > Heikki > > >> Thanks >> Sudhir H >> >> -Original Message- >> From: Sudhir Harwalkar >> Sent: Monday, March 26, 2012 10:53 AM >> To: 'Heikki Vatiainen' >> Subject: RE: [RADIATOR] Radiator >> >> Hi Heikki, >> >> How to add device username and password in our config file.is there any >> command for that. >> >> Thanks >> Sudhir H >> >> -Original Message- >> From: Sudhir Harwalkar >> Sent: Thursday, March 22, 2012 3:49 PM >> To: 'Heikki Vatiainen' >> Subject: RE: [RADIATOR] Radiator >> >> Thanks a lot Heikki, will try and let you know. >> >> Thanks >> Sudhir H >> >> -Original Message- >> From: radiator-boun...@open.com.au >> [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen >> Sent: Thursday, March 22, 2012 3:23 PM >> To: radiator@open.com.au >> Subject: Re: [RADIATOR] Radiator >> >> On 03/22/2012 11:44 AM, Sudhir Harwalkar wrote: >>> I made all the changes you have mentioned, then I run the config file, in >>> the log file I got message as follows >>> Thu Mar 22 15:00:17 2012: DEBUG: Finished reading configuration >>> file 'c:\Program Files\Radiator\radiusnew.cfg' >>> Thu Mar 22 15:00:17 2012: DEBUG: Reading dictionary file >>> 'C:\Program Files\Radiator/dictionary' >>> Thu Mar 22 15:00:17 2012: DEBUG: Creating authentication >>> port 0.0.0.0:1812 >>>Thu Mar 22 15:00:17 2012: DEBUG: Creating accounting port >>> 0.0.0.0:1813 >>> Thu Mar 22 15:00:17 2012: NOTICE: Server started: >>> Radiator 4.9 on EMMYS0938 (LOCKED) Is this authenticated with AP? >> >> Looks good. It is ready to receive messages from AP. There is no >> authentication done between RADIUS server and wireless AP. The shared secret >> and client IP just make sure they can communicate with each other when the >> WLAN users need to be authenticated by the AP. >> >>> As you mentioned I haven't got message like receives
Re: [RADIATOR] FW: Radiator
Hi Heikki, Also I made same in Radiator and WLAN board, this I have done for EAP-PEAPv0 MSCHAPv2. See the user file in this file I had given User Name and Password, see the user name as Sudhir and PW as sudhir12. Is this the right place to make changes. Thanks Sudhir H -Original Message- From: radiator-boun...@open.com.au [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen Sent: Tuesday, March 27, 2012 3:40 PM To: radiator@open.com.au Subject: Re: [RADIATOR] FW: Radiator On 03/27/2012 11:19 AM, Sudhir Harwalkar wrote: Hello Sudhir, > I modified the file according to your changes, that works fine. > There are some queries: > > 1. In the config file if I mentioned Auth PORT and ACCTPORT then it's taking > as 1645 and 1646, and I tried with the command line means I gave authport and > acctport its taking properly. I took another look at your configuration file and noticed there is still an extra line. Remove this: since the real Client clause is just below. The extra lines was before AuthPort and AcctPort lines causing them to be parsed within Client context which is not corrrect. > 2. I gave UserName and Password for both WLAN Device and Radius Server, but > its not able to associated with the AP and Radius server, how to verify that > all three AP,WLAN Device and Radius Server are communicating with each other. When you have enabled Trace 4, you should see messages from AP in Radiator's log file. Are you seeing anything? Please reply with the log especially if there are errors or warnings in it. Thanks! Heikki > Thanks > Sudhir H > > -Original Message- > From: radiator-boun...@open.com.au > [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen > Sent: Monday, March 26, 2012 1:35 PM > To: radiator@open.com.au list > Subject: Re: [RADIATOR] Radiator > > On 03/26/2012 02:54 PM, Sudhir Harwalkar wrote: > > Hello Sudhir, > >> Please find the modified EAP-PEAPv0 file, please check once whether whatever >> changes I made are correct or not, please see the error message attached >> with this peaperror.PNG. > > Try defining your using slash '/' instead of backslash '\'. For example: > > LogDir C:/Radiator/Radiator-Locked-4.9/goodies/ > > I also recommend defining LogDir and DbDir to point to where Radiator > installed its configuration file. Typically this is: > > C:/Program Files/Radiator/ > > The directory specified with DbDir should also have file called dictionary. > If not, you need to specify DictionaryFile to point to that file. > > Other changes: You have specified files and directories with '%C:\...'. > You do not need to use '%' sign here. Use for example: > > Filename C:/Radiator/Radiator-Locked-4.9/users > instead of > Filename %C:\Radiator\Radiator-Locked-4.9/users > > Here I also recommend setting AuthBy FILE Filename to C:/Program > Files/Radiator/users if C:/Program Files/Radiator/ already contains e.g., > dictionary file. > > Related to this and your previous message. The simplest users file would have > just this one line: > > username User-Password=mypassword > > This creates users file which knows about one user 'username' and where the > user has password 'mypassword'. > > Thanks! > Heikki > > >> Thanks >> Sudhir H >> >> -Original Message- >> From: Sudhir Harwalkar >> Sent: Monday, March 26, 2012 10:53 AM >> To: 'Heikki Vatiainen' >> Subject: RE: [RADIATOR] Radiator >> >> Hi Heikki, >> >> How to add device username and password in our config file.is there any >> command for that. >> >> Thanks >> Sudhir H >> >> -Original Message- >> From: Sudhir Harwalkar >> Sent: Thursday, March 22, 2012 3:49 PM >> To: 'Heikki Vatiainen' >> Subject: RE: [RADIATOR] Radiator >> >> Thanks a lot Heikki, will try and let you know. >> >> Thanks >> Sudhir H >> >> -Original Message- >> From: radiator-boun...@open.com.au >> [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen >> Sent: Thursday, March 22, 2012 3:23 PM >> To: radiator@open.com.au >> Subject: Re: [RADIATOR] Radiator >> >> On 03/22/2012 11:44 AM, Sudhir Harwalkar wrote: >>> I made all the changes you have mentioned, then I run the config file, in >>> the log file I got message as follows >>> Thu Mar 22 15:00:17 2012: DEBUG: Finished reading configuration >>> file 'c:\Program Files\Radiator\radiusnew.cfg' >>> Thu Mar 22 15:00:17 2012: DEBUG: Reading dictionary file >>> 'C:\Program Files\Radiator/dictionary' >>> Thu Mar 22 15:00:17 2012: DEBUG: Creating authentication >>> port 0.0.0.0:1812 >>>Thu Mar 22 15:00:17 2012: DEBUG: Creating accounting port >>> 0.0.0.0:1813 >>> Thu Mar 22 15:00:17 2012: NOTICE: Server started: >>> Radiator 4.9 on EMMYS0938 (LOCKED) Is this authenticated with AP? >> >> Looks good. It is ready to receive messages from AP. There is no >> authentication done between RADIUS server and wireless AP. The shared secret >> and client IP just make s
Re: [RADIATOR] FW: Radiator
On 03/27/2012 06:41 PM, Sudhir Harwalkar wrote: > If I delete the also Its using the port 1645 and 1646. Ok, the DEFAULT client is not gone, but you have also deleted the other Client line. You need to have something like this: # this clause defines single client to listen Secret GSDEMO12 -#DupInterval 0 > Please find the log file and config file. Once you have Client clause setup correctly, the log should show RADIUS messages from your AP. If you do not see anything in the log, you need to check AP settings and connectivity between the AP and Radiator and connectivity between user and AP. Thanks! Heikki > Thanks > Sudhir > > -Original Message- > From: radiator-boun...@open.com.au [mailto:radiator-boun...@open.com.au] On > Behalf Of Heikki Vatiainen > Sent: Tuesday, March 27, 2012 3:40 PM > To: radiator@open.com.au > Subject: Re: [RADIATOR] FW: Radiator > > On 03/27/2012 11:19 AM, Sudhir Harwalkar wrote: > > Hello Sudhir, > >> I modified the file according to your changes, that works fine. >> There are some queries: >> >> 1. In the config file if I mentioned Auth PORT and ACCTPORT then it's taking >> as 1645 and 1646, and I tried with the command line means I gave authport >> and acctport its taking properly. > > I took another look at your configuration file and noticed there is still an > extra line. Remove this: > > > > since the real Client clause is just below. The extra lines was before > AuthPort and AcctPort lines causing them to be parsed within Client context > which is not corrrect. > >> 2. I gave UserName and Password for both WLAN Device and Radius Server, but >> its not able to associated with the AP and Radius server, how to verify that >> all three AP,WLAN Device and Radius Server are communicating with each other. > > When you have enabled Trace 4, you should see messages from AP in Radiator's > log file. Are you seeing anything? Please reply with the log especially if > there are errors or warnings in it. > > Thanks! > Heikki > > >> Thanks >> Sudhir H >> >> -Original Message- >> From: radiator-boun...@open.com.au >> [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen >> Sent: Monday, March 26, 2012 1:35 PM >> To: radiator@open.com.au list >> Subject: Re: [RADIATOR] Radiator >> >> On 03/26/2012 02:54 PM, Sudhir Harwalkar wrote: >> >> Hello Sudhir, >> >>> Please find the modified EAP-PEAPv0 file, please check once whether >>> whatever changes I made are correct or not, please see the error message >>> attached with this peaperror.PNG. >> >> Try defining your using slash '/' instead of backslash '\'. For example: >> >> LogDir C:/Radiator/Radiator-Locked-4.9/goodies/ >> >> I also recommend defining LogDir and DbDir to point to where Radiator >> installed its configuration file. Typically this is: >> >> C:/Program Files/Radiator/ >> >> The directory specified with DbDir should also have file called dictionary. >> If not, you need to specify DictionaryFile to point to that file. >> >> Other changes: You have specified files and directories with '%C:\...'. >> You do not need to use '%' sign here. Use for example: >> >> Filename C:/Radiator/Radiator-Locked-4.9/users >> instead of >> Filename %C:\Radiator\Radiator-Locked-4.9/users >> >> Here I also recommend setting AuthBy FILE Filename to C:/Program >> Files/Radiator/users if C:/Program Files/Radiator/ already contains e.g., >> dictionary file. >> >> Related to this and your previous message. The simplest users file would >> have just this one line: >> >> username User-Password=mypassword >> >> This creates users file which knows about one user 'username' and where the >> user has password 'mypassword'. >> >> Thanks! >> Heikki >> >> >>> Thanks >>> Sudhir H >>> >>> -Original Message- >>> From: Sudhir Harwalkar >>> Sent: Monday, March 26, 2012 10:53 AM >>> To: 'Heikki Vatiainen' >>> Subject: RE: [RADIATOR] Radiator >>> >>> Hi Heikki, >>> >>> How to add device username and password in our config file.is there any >>> command for that. >>> >>> Thanks >>> Sudhir H >>> >>> -Original Message- >>> From: Sudhir Harwalkar >>> Sent: Thursday, March 22, 2012 3:49 PM >>> To: 'Heikki Vatiainen' >>> Subject: RE: [RADIATOR] Radiator >>> >>> Thanks a lot Heikki, will try and let you know. >>> >>> Thanks >>> Sudhir H >>> >>> -Original Message- >>> From: radiator-boun...@open.com.au >>> [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen >>> Sent: Thursday, March 22, 2012 3:23 PM >>> To: radiator@open.com.au >>> Subject: Re: [RADIATOR] Radiator >>> >>> On 03/22/2012 11:44 AM, Sudhir Harwalkar wrote: I made all the changes you have mentioned, then I run the config file, in the log file I got message as follows Thu Mar 22 15:00:17 2012: DEBUG: Finished reading configuration file 'c:\Program Files\Radiator\radiusnew.cfg' Thu Mar 22 15:00:17 2012: DEBUG: Reading dictionary file 'C:\Program Files\
Re: [RADIATOR] FW: Radiator
On 03/27/2012 06:54 PM, Sudhir Harwalkar wrote: > Also I made same in Radiator and WLAN board, this I have done for EAP-PEAPv0 > MSCHAPv2. > See the user file in this file I had given User Name and Password, see the > user name as Sudhir and PW as sudhir12. Is this the right place to make > changes. If you have configured AuthBy FILE clause with Filename C:/Radiator/Radiator-Locked-4.9/users then that is the file to change. Before using it, please fix your entry in the users file. Instead of this: User sudhir-Password=sudhir12 you need to enter it like this: sudhi User-Password=sudhir12 Thanks! Heikki > Thanks > Sudhir H > > -Original Message- > From: radiator-boun...@open.com.au [mailto:radiator-boun...@open.com.au] On > Behalf Of Heikki Vatiainen > Sent: Tuesday, March 27, 2012 3:40 PM > To: radiator@open.com.au > Subject: Re: [RADIATOR] FW: Radiator > > On 03/27/2012 11:19 AM, Sudhir Harwalkar wrote: > > Hello Sudhir, > >> I modified the file according to your changes, that works fine. >> There are some queries: >> >> 1. In the config file if I mentioned Auth PORT and ACCTPORT then it's taking >> as 1645 and 1646, and I tried with the command line means I gave authport >> and acctport its taking properly. > > I took another look at your configuration file and noticed there is still an > extra line. Remove this: > > > > since the real Client clause is just below. The extra lines was before > AuthPort and AcctPort lines causing them to be parsed within Client context > which is not corrrect. > >> 2. I gave UserName and Password for both WLAN Device and Radius Server, but >> its not able to associated with the AP and Radius server, how to verify that >> all three AP,WLAN Device and Radius Server are communicating with each other. > > When you have enabled Trace 4, you should see messages from AP in Radiator's > log file. Are you seeing anything? Please reply with the log especially if > there are errors or warnings in it. > > Thanks! > Heikki > > >> Thanks >> Sudhir H >> >> -Original Message- >> From: radiator-boun...@open.com.au >> [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen >> Sent: Monday, March 26, 2012 1:35 PM >> To: radiator@open.com.au list >> Subject: Re: [RADIATOR] Radiator >> >> On 03/26/2012 02:54 PM, Sudhir Harwalkar wrote: >> >> Hello Sudhir, >> >>> Please find the modified EAP-PEAPv0 file, please check once whether >>> whatever changes I made are correct or not, please see the error message >>> attached with this peaperror.PNG. >> >> Try defining your using slash '/' instead of backslash '\'. For example: >> >> LogDir C:/Radiator/Radiator-Locked-4.9/goodies/ >> >> I also recommend defining LogDir and DbDir to point to where Radiator >> installed its configuration file. Typically this is: >> >> C:/Program Files/Radiator/ >> >> The directory specified with DbDir should also have file called dictionary. >> If not, you need to specify DictionaryFile to point to that file. >> >> Other changes: You have specified files and directories with '%C:\...'. >> You do not need to use '%' sign here. Use for example: >> >> Filename C:/Radiator/Radiator-Locked-4.9/users >> instead of >> Filename %C:\Radiator\Radiator-Locked-4.9/users >> >> Here I also recommend setting AuthBy FILE Filename to C:/Program >> Files/Radiator/users if C:/Program Files/Radiator/ already contains e.g., >> dictionary file. >> >> Related to this and your previous message. The simplest users file would >> have just this one line: >> >> username User-Password=mypassword >> >> This creates users file which knows about one user 'username' and where the >> user has password 'mypassword'. >> >> Thanks! >> Heikki >> >> >>> Thanks >>> Sudhir H >>> >>> -Original Message- >>> From: Sudhir Harwalkar >>> Sent: Monday, March 26, 2012 10:53 AM >>> To: 'Heikki Vatiainen' >>> Subject: RE: [RADIATOR] Radiator >>> >>> Hi Heikki, >>> >>> How to add device username and password in our config file.is there any >>> command for that. >>> >>> Thanks >>> Sudhir H >>> >>> -Original Message- >>> From: Sudhir Harwalkar >>> Sent: Thursday, March 22, 2012 3:49 PM >>> To: 'Heikki Vatiainen' >>> Subject: RE: [RADIATOR] Radiator >>> >>> Thanks a lot Heikki, will try and let you know. >>> >>> Thanks >>> Sudhir H >>> >>> -Original Message- >>> From: radiator-boun...@open.com.au >>> [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen >>> Sent: Thursday, March 22, 2012 3:23 PM >>> To: radiator@open.com.au >>> Subject: Re: [RADIATOR] Radiator >>> >>> On 03/22/2012 11:44 AM, Sudhir Harwalkar wrote: I made all the changes you have mentioned, then I run the config file, in the log file I got message as follows Thu Mar 22 15:00:17 2012: DEBUG: Finished reading configuration file 'c:\Program Files\Radiator\radiusnew.cfg' Thu Mar 22 15:00:17 2012: DEBUG: Reading dictionary file 'C:\Program Files\Radi
Re: [RADIATOR] FW: Radiator
Hi Heikki, For PEAPv0, in the users files I have see so many username and password, in that where exactly I need to modify. -Original Message- From: Sudhir Harwalkar Sent: Tuesday, March 27, 2012 4:25 PM To: 'Heikki Vatiainen'; radiator@open.com.au Subject: RE: [RADIATOR] FW: Radiator Hi Heikki, Also I made same in Radiator and WLAN board, this I have done for EAP-PEAPv0 MSCHAPv2. See the user file in this file I had given User Name and Password, see the user name as Sudhir and PW as sudhir12. Is this the right place to make changes. Thanks Sudhir H -Original Message- From: radiator-boun...@open.com.au [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen Sent: Tuesday, March 27, 2012 3:40 PM To: radiator@open.com.au Subject: Re: [RADIATOR] FW: Radiator On 03/27/2012 11:19 AM, Sudhir Harwalkar wrote: Hello Sudhir, > I modified the file according to your changes, that works fine. > There are some queries: > > 1. In the config file if I mentioned Auth PORT and ACCTPORT then it's taking > as 1645 and 1646, and I tried with the command line means I gave authport and > acctport its taking properly. I took another look at your configuration file and noticed there is still an extra line. Remove this: since the real Client clause is just below. The extra lines was before AuthPort and AcctPort lines causing them to be parsed within Client context which is not corrrect. > 2. I gave UserName and Password for both WLAN Device and Radius Server, but > its not able to associated with the AP and Radius server, how to verify that > all three AP,WLAN Device and Radius Server are communicating with each other. When you have enabled Trace 4, you should see messages from AP in Radiator's log file. Are you seeing anything? Please reply with the log especially if there are errors or warnings in it. Thanks! Heikki > Thanks > Sudhir H > > -Original Message- > From: radiator-boun...@open.com.au > [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen > Sent: Monday, March 26, 2012 1:35 PM > To: radiator@open.com.au list > Subject: Re: [RADIATOR] Radiator > > On 03/26/2012 02:54 PM, Sudhir Harwalkar wrote: > > Hello Sudhir, > >> Please find the modified EAP-PEAPv0 file, please check once whether whatever >> changes I made are correct or not, please see the error message attached >> with this peaperror.PNG. > > Try defining your using slash '/' instead of backslash '\'. For example: > > LogDir C:/Radiator/Radiator-Locked-4.9/goodies/ > > I also recommend defining LogDir and DbDir to point to where Radiator > installed its configuration file. Typically this is: > > C:/Program Files/Radiator/ > > The directory specified with DbDir should also have file called dictionary. > If not, you need to specify DictionaryFile to point to that file. > > Other changes: You have specified files and directories with '%C:\...'. > You do not need to use '%' sign here. Use for example: > > Filename C:/Radiator/Radiator-Locked-4.9/users > instead of > Filename %C:\Radiator\Radiator-Locked-4.9/users > > Here I also recommend setting AuthBy FILE Filename to C:/Program > Files/Radiator/users if C:/Program Files/Radiator/ already contains e.g., > dictionary file. > > Related to this and your previous message. The simplest users file would have > just this one line: > > username User-Password=mypassword > > This creates users file which knows about one user 'username' and where the > user has password 'mypassword'. > > Thanks! > Heikki > > >> Thanks >> Sudhir H >> >> -Original Message- >> From: Sudhir Harwalkar >> Sent: Monday, March 26, 2012 10:53 AM >> To: 'Heikki Vatiainen' >> Subject: RE: [RADIATOR] Radiator >> >> Hi Heikki, >> >> How to add device username and password in our config file.is there any >> command for that. >> >> Thanks >> Sudhir H >> >> -Original Message- >> From: Sudhir Harwalkar >> Sent: Thursday, March 22, 2012 3:49 PM >> To: 'Heikki Vatiainen' >> Subject: RE: [RADIATOR] Radiator >> >> Thanks a lot Heikki, will try and let you know. >> >> Thanks >> Sudhir H >> >> -Original Message- >> From: radiator-boun...@open.com.au >> [mailto:radiator-boun...@open.com.au] On Behalf Of Heikki Vatiainen >> Sent: Thursday, March 22, 2012 3:23 PM >> To: radiator@open.com.au >> Subject: Re: [RADIATOR] Radiator >> >> On 03/22/2012 11:44 AM, Sudhir Harwalkar wrote: >>> I made all the changes you have mentioned, then I run the config file, in >>> the log file I got message as follows >>> Thu Mar 22 15:00:17 2012: DEBUG: Finished reading configuration >>> file 'c:\Program Files\Radiator\radiusnew.cfg' >>> Thu Mar 22 15:00:17 2012: DEBUG: Reading dictionary file >>> 'C:\Program Files\Radiator/dictionary' >>> Thu Mar 22 15:00:17 2012: DEBUG: Creating authentication >>> port 0.0.0.0:1812 >>>Thu Mar 22 15:00:17 2012: DEBUG: Creating accounting port >>> 0.0.0.0:1813 >>> Th