Re: (RADIATOR) Authentication problem.

2002-08-21 Thread Hugh Irvine
Hello Rajan - I am not sure that I understand your question, but if you want to limit users to one NAS only or another NAS only, you can do something like this: # define Client clauses Client 1.1.1.1> Identifier NAS1 . /Client> Client 2.2.2.2> Identifier NAS2 . /Client> .

Re: (RADIATOR) Can you use %GlobalVar in a Handler clause

2002-08-21 Thread Hugh Irvine
Hello Mark - No you cannot use GlobalVar's in this way. You should have a look at the AuthBy SQLRADIUS clause for interesting ways to use information from an SQL database. regards Hugh On Wednesday, August 21, 2002, at 05:18 AM, Mark Mackay / Orcon wrote: Hi - I want to build up a

Re: (RADIATOR) Interim-Updates!

2002-08-21 Thread Hugh Irvine
Hello Solomon - Radiator will automatically log Interim-Updates (radius accounting alive requests), however you will need to use a billing system that understands them to process them correctly. You will find a list of billing systems we have tested against here:

(RADIATOR) Telnet, SMTP and port 25

2002-08-21 Thread Ayotunde Itayemi
Hi Hugh, Hi all, Okay this is not a RADIUSquestion, but excuse me anyway. I have a RedHat 6.2 Linux system that has been configured asa mail server for a real Internet domain. Users can receive their mails but nothing (mails) can be sent out. After a lot of troubleshooting I made out the

Re: (RADIATOR) Telnet, SMTP and port 25

2002-08-21 Thread Hugh Irvine
Hello Tunde - The error message clearly states "No route to host". Try a traceroute to see what is amiss. regards Hugh On Wednesday, August 21, 2002, at 06:12 PM, Ayotunde Itayemi wrote: Hi Hugh, Hi all,   Okay this is not a RADIUS question, but excuse me anyway.   I have a RedHat 6.2

Re: (RADIATOR) postcard from Switzerland

2002-08-21 Thread Ayotunde Itayemi
Hi Hugh, Enjoy! I hope I will be able to find my way out of Nigeria soon! Seriously, I need a long break. So, anyone know a good school where I can do my Masters in Computer Science as a very good pretence for bailing out for a while? Okay, don't forget the expense and the exhange rates for the

Fw: (RADIATOR) Telnet, SMTP and port 25

2002-08-21 Thread Ayotunde Itayemi
- Original Message - From: Ayotunde Itayemi To: Hugh Irvine Sent: Wednesday, August 21, 2002 6:23 PM Subject: Re: (RADIATOR) Telnet, SMTP and port 25 Hi Hugh, Traceroute gets to the destination. Pings are replied (reaches destination). Also telnet to myself (mail server) on

RE: (RADIATOR) Telnet, SMTP and port 25

2002-08-21 Thread Robert Blayzor
Sounds like you do not have a default gateway set, or your subnet mask is wrong. -- Robert Blayzor, BOFH INOC, LLC [EMAIL PROTECTED] If the automobile had followed the same development cycle as the computer, a Rolls-Royce would today cost $100, get a million miles per gallon, and explode once a

(RADIATOR) Clarification of earlier message

2002-08-21 Thread Mike Saunders
Hello again, I should clarify what I sent earlier. Currently we have 3Com/USR Total Control Hiper-Arc chassis in place that our local users dial up to. We use AuthBy UNIX to authenticate our local users. The Total Controls are each allocated a block of IP addresses from which they

(RADIATOR) How to strip realm from in SessinDatabase?

2002-08-21 Thread Huaikun Lin
Hi We use SQL server as the Session Database. But I don't want the user name shows up as [EMAIL PROTECTED] in RADONLINE table. In SessionDatabase,how do I strip the realm xxx.xx.xx? Even I tried adding RewriteUsername s/^([^@]+).*/$1/ clause in SessionDatabase like the following, the

(RADIATOR) Handing out static IP's

2002-08-21 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Michael Saunders [EMAIL PROTECTED]] Date: Wed, 21 Aug 2002 10:14:41 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Wed Aug 21 10:14:41 2002 Received: from

(RADIATOR) radiusd segfaults on Access-Request via SQL

2002-08-21 Thread Justin White-Lowther
Greetings, I'm attempting to set up Radiator 3.2 on a Mandrake Linux 8.2 system to authenticate with Platypus. Perl 5.6.1, the Perl DBI 1.30 and DBD-ODBC 0.43 modules and associated iODBC and OpenLink driver claim to be installed correctly, and communication with the database is possible

(RADIATOR) Blank error message

2002-08-21 Thread Le Anh Tuan
Title: Blank error message -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I configured a roaming system between our HQ and Branch office in seperate location using Radiator and AuthBy Radius. But I can not get a reason message each time a authentication reject occur, AuthBy Radius

(RADIATOR) Net_SSLeay and EAP TTLS

2002-08-21 Thread Mike McCauley
Hi all, users of EAP TTLS may like to know that Sampo has now released Net_SSLeay.pm-1.20. He has rolled in our patches which were previously required to work with EAP TTLS. Net_SSLeay.pm-1.20 now works out of the box for EAP TLS and EAP TTLS. Cheers. -- Mike McCauley

Re: (RADIATOR) Blank error message

2002-08-21 Thread Hugh Irvine
Hello Le Anh - This is normal radius protocol behaviour, as the remote radius server does not usually return a reason in the reject. You could configure the remote end to send a Reply-Message with the reject reason and then write a hook in the HQ radiator to log the Reply-Message, but I can't