(RADIATOR) Radiator and Merit-AAA 4.5

2001-10-17 Thread Muhammed, Rafi
We are testing a ADSL set-up where in remote routers are connected to the corporate network through an ISP The corporate network connects to the ISP over 2M Frame relay link. The individual remote sites are connected to the ISP over ADSL. For Authentication, the ISP uses Merit-AAA 4.5 Radius Serve

Re: (RADIATOR) Radiator and Merit-AAA 4.5

2001-10-17 Thread neil d. quiogue
dictionary.redback is what you're looking for. Regards, Neil D. Quiogue - Original Message - From: "Muhammed, Rafi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 12:00 PM Subject: (RADIATOR) Radiator and Merit-AAA 4.5 > We are testing a ADSL set-up where

(RADIATOR) NAS problem

2001-10-17 Thread Anura Abayaratne
Hi there, We are using radiator 2.17.1. We have a authentication problem. I use Database(mysql) for authorization/accounting. Users can log in when they dial to Baynetwork 5399 RAC or Livingston portmaster NAS without problem. But when they dial to Cisco Access Servers. Authentication gets fai

(RADIATOR) Tunnel-Client-Auth-ID and Tunnel-Server-Auth-ID

2001-10-17 Thread Wim Biemolt
Hello, Recently I upgraded one of our NAS-es to IOS 12.2T to be able to support IPv6. After the upgrade radiator started complaining: ERR: Attribute number 90 (vendor ) is not defined in your dictionary ERR: Attribute number 91 (vendor ) is not defined in your dictionary Looking at www.cisco.co

(RADIATOR) SNMP Error

2001-10-17 Thread hakim
hi!!! I have begun to face this error from nowhere... the radius was working fine... had installed all the required modules.. the SNMP module too... when i restarted radius it began to show me the following dump... inspite of this the radius is working. But my radonline table sometimes shows mo

(RADIATOR) Question:

2001-10-17 Thread neil d. quiogue
Greetings, I would like to know if there's a way for me to send through Syslog the User-Name and Framed-IP-Address (and some others) fields without resorting to a Trace 4 and configuring I understand there's but whenever I test it using radpwtst, it doesn't log it. Much thanks. Regards, Nei

Re: (RADIATOR) Question:

2001-10-17 Thread neil d. quiogue
Though replying to my own email is bad form, I just decided to create a hook for this and it worked. Regards, Neil D. Quiogue - Original Message - From: "neil d. quiogue" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 8:01 PM Subject: (RADIATOR) Question:

(RADIATOR) NO RECORD STOP WAS RECEIVING

2001-10-17 Thread Gabriela Barsotti
I have a radiator working in my office, I have differents types of customers who are using the radiator. I´m having some problems with the customers who use IPASS CONECTOR, they began with the connection but never send the stop command to my radius. This stuff produce an connection error to

(RADIATOR) AddToReply also in accounting?

2001-10-17 Thread Wim Biemolt
Hi, I'm using the AddToReply(IfNotExist) command to add certain attributes. Like a Framed-IP-Address to assign an IP-address if none was specified. According to the reference manual (2.18.4) AddToReply "Adds attributes to Access-Accepts before replying to the originating client". However I notice

(RADIATOR) Proxy again

2001-10-17 Thread Oscar Zovo
Hello! Me again. Well, I've the following configuration on Radiator: begin --- AuthPort 1812 AcctPort 1813 # You will probably want to add other Clients to suit your site, # one for each NAS you want to work with Secret this-secret DupInterval 0 Secret common-

Re: (RADIATOR) AddToReply also in accounting?

2001-10-17 Thread Mariano Absatz
Hi Wim, I guess your problem comes from doing accounting & authentication in the same clause. You should (correct me, Hugh if I'm wrong) Identifier auth-only "all the stuff related with authentication including the AddToReply" Identifier acct-only "all the stuff rel

Fw: (RADIATOR) Email only access

2001-10-17 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from ["Tito Macapinlac" <[EMAIL PROTECTED]>] Date: Wed, 17 Oct 2001 14:40:01 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] >From [EMAIL PROTECTED] Wed Oct 17 14:40:01 2001 Received: fro

(RADIATOR) Radiator against Novell eDirectory?

2001-10-17 Thread Bruce Williams
Hi, Has anyone done any work toward using the Novell eDirectory LDAP server for authentication? Apparently it is not as straight forward as other LDAP solutions, and requires a bind to search for the full DN and then another bind with the returned DN and password. Any thoughts? Bruce.

Re: (RADIATOR) Proxy again

2001-10-17 Thread Hugh Irvine
Hello Oscar - On Thursday 18 October 2001 06:47, Oscar Zovo wrote: > Hello! > > Me again. > Well, I've the following configuration on Radiator: > > begin --- > AuthPort 1812 > AcctPort 1813 > > # You will probably want to add other Clients to suit your site, > # one for each NAS you want t

Re: (RADIATOR) NO RECORD STOP WAS RECEIVING

2001-10-17 Thread Hugh Irvine
Hello Gabriela - On Thursday 18 October 2001 00:13, Gabriela Barsotti wrote: > I have a radiator working in my office, I have differents types of > customers who are using the radiator. I´m having some problems with the > customers who use IPASS CONECTOR, they began with the connection but never

Re: (RADIATOR) AddToReply also in accounting?

2001-10-17 Thread Hugh Irvine
Hello Wim, Hello Mariano - Yes Mariano is correct in what is shown below. Note that there may or may not be reply attributes in accounting responses. Wim is right in saying that they are usually empty, but there are some applications (usually proxy setups) that require reply attributes in ac

Re: (RADIATOR) Tunnel-Client-Auth-ID and Tunnel-Server-Auth-ID

2001-10-17 Thread Hugh Irvine
Hello Wim - You are defining the attributes as vendor specifics, but Radiator is complaining about standard attributes. Here is how to define them: ATTRIBUTE Tunnel-Client-Auth-ID90 string ATTRIBUTE Tunnel-Server-Auth-ID91 string I have also copied this mail to Mike so he

Re: (RADIATOR) SNMP Error

2001-10-17 Thread Hugh Irvine
Hello Hakim - I will need to see a copy of your configuration file (no secrets) together with a trace 4 debug from Radiator showing what is going on. thanks Hugh On Wednesday 17 October 2001 22:06, hakim wrote: > hi!!! > I have begun to face this error from nowhere... > the radius was worki

Re: (RADIATOR) Radiator against Novell eDirectory?

2001-10-17 Thread Hugh Irvine
Hello Bruce - On Thursday 18 October 2001 09:51, Bruce Williams wrote: > Hi, > > Has anyone done any work toward using the Novell eDirectory LDAP server for > authentication? Apparently it is not as straight forward as other LDAP > solutions, and requires a bind to search for the full DN and th

Re: (RADIATOR) Tunnel-Client-Auth-ID and Tunnel-Server-Auth-ID

2001-10-17 Thread Mike McCauley
On Thu, 18 Oct 2001 10:03, Hugh Irvine wrote: > Hello Wim - > > You are defining the attributes as vendor specifics, but Radiator is > complaining about standard attributes. Here is how to define them: > > ATTRIBUTE Tunnel-Client-Auth-ID90 string > ATTRIBUTE Tunnel-Server-Auth-ID9

(RADIATOR) Radiator load problem

2001-10-17 Thread mail - dilbert
Hi folks :) We've been using Radiator successfully for years now, and its worked perfectly (Version 2.16.3). The last weeks have seen a problem however. Randomly (well, we can't find any pattern causing the problem) 4 or 5 radiusd processes chew up 100% CPU, requiring a restart of radiator. A co

Re: (RADIATOR) Radiator load problem

2001-10-17 Thread Hugh Irvine
Hello David - The first question of course is "what has changed?". The second question is "how do you start radiusd?". And the third question is "can you please send me a copy of the configuration file (no secrets) together with a trace 4 debug showing what is going on?". BTW - the correct s

Re: (RADIATOR) Tunnel-Client-Auth-ID and Tunnel-Server-Auth-ID

2001-10-17 Thread Hugh Irvine
Mikey - Here is another one from the Cisco document mentioned below: ATTRIBUTE IETF-Token-Immediate200 integer Note that there is already an Ascend version in a couple of the dictionary files (dictionary.ascend and dictionary.cisco). cheers Hugh On Thursday 18 October 2001 1

Re: (RADIATOR) Radiator load problem

2001-10-17 Thread David Napier
Thanx for the reply High, can't fault this service :) > The first question of course is "what has changed?". According to logs, nothing. We use /etc/password for userlists on this box and only the usual additions and deletions have occured. We do have a few users explicitly mentioned in /etc/ra