(RADIATOR) proxing AAA

2002-08-16 Thread Rajan
Hi all, i have to proxy request from AAA1(my-ip) to AAA2(remote-ip). cfg filein AAA1(my-ip) file is as follows: AuthPort 1645AcctPort 1646 #proxies the request for pkr AuthBy RADIUS Identifier Check_pkr Host remote-ip Secret somesecret/AuthBy Handler Realm = pkr.com.np AuthBy

(RADIATOR) proxing AAA

2002-08-16 Thread Rajan
Hi all, i have to proxy request from AAA1(my-ip) to AAA2(remote-ip). cfg filein AAA1(my-ip) file is as follows: AuthPort 1645AcctPort 1646 #proxies the request for pkr AuthBy RADIUS Identifier Check_pkr Host remote-ip Secret somesecret/AuthBy Handler Realm = pkr.com.np AuthBy

Re: (RADIATOR) hardware specs

2002-08-16 Thread Ayotunde Itayemi
Hi Hugh, Hi All, I wonder what the best config for primary/backup radius server is I have (almost :-) two radius servers, each with an oracle database. Do I set it up so that my primary radius server use two Oracle databases in every SQL access clause in its config; AND also set up the secondary

Re: (RADIATOR) Re: Multiple Calling-Station-Id

2002-08-16 Thread Ayotunde Itayemi
Hi Hugh, Somehow the Session-Id field on the patton was set to zero - could have been me or one of the two or three other people with access to the NAS. Thanks. Tunde I. - Original Message - From: Hugh Irvine To: Ayotunde Itayemi Cc: [EMAIL PROTECTED] Sent:

(RADIATOR) Malformed request packet: Attribute 25 with length 1: ignored

2002-08-16 Thread William Hernandez
Hello everyone, I've just installed Radiator 3.1 plus patches on RedHat 7.3. Our users are authenticating, but I'm getting the following on every request: Malformed request packet: Attribute 25 with length 1: ignored The trace 4 output has: Fri Aug 16 14:10:45 2002: DEBUG: User whr has

(RADIATOR) Simultaneous-Use check item in flat file

2002-08-16 Thread Gib Salisbury
Hey again everyone, Thanks for all the tips for my previous emails. I'm having a problem with Simultaneous-Use checking. The DefaultSimultaneoususe item is set to 1, but with users that are supposed to have more than one simultaneous login, as denoted by the Check item in the user flat

Re: (RADIATOR) proxing AAA

2002-08-16 Thread Hugh Irvine
Hello Rajan - I suspect your Client clauses on remote-ip end are not set up correctly. Have a look at the trace 4 debug on the remote-ip end to see what the exact problem is. If you still have problems, please send me copies of the trace 4 debugs from both hosts. regards Hugh On Thursday,

Re: (RADIATOR) proxing AAA

2002-08-16 Thread Hugh Irvine
Hello Rajan - Looking at this again, it is more likey because the radius reply is coming back from a different IP address (or different port number) than that to which the request was sent. Check the trace 4 debug on both hosts, and if this is the problem you can use the following: AuthBy

Re: (RADIATOR) hardware specs

2002-08-16 Thread Hugh Irvine
Hello Tunde - Your best approach is to use a single SQL database running on a high-availability hardware configuration, with both RADIUS servers pointing to the single SQL host. regards Hugh On Saturday, August 17, 2002, at 12:53 AM, Ayotunde Itayemi wrote: Hi Hugh, Hi All, I wonder

Re: (RADIATOR) Malformed request packet: Attribute 25 with length 1: ignored

2002-08-16 Thread Hugh Irvine
Hello William - I will need to see a more complete trace 5 debug (including hex dumps) of the incoming request, the corresponding access accept and the subsequent accounting requests. I will also need a copy of the configuration file (no secrets) and a copy of the relevant user record. Just

(RADIATOR) Re: Simultaneous-Use check item in flat file

2002-08-16 Thread Hugh Irvine
Hello Gib - You should reverse the order of your check items: tester Simultaneous-Use = 2, Auth-Type = password Please let me know how this works for you. regards Hugh On Saturday, August 17, 2002, at 05:00 AM, Gib Salisbury wrote: Hey again everyone, Thanks for all the tips for my