Re: (RADIATOR) To many start records

1999-09-07 Thread Ben-Nes Michael

The Default DupInterval is 2 if im not mistaken.
What the list people think or found best to be ?

tom minchin wrote:

 On Tue, Sep 07, 1999 at 09:50:26AM +0930, Paul Thornton wrote:
  Hi,
 
  We seem to be having a small problem with our radius records and was
  wandering what might be causing this.
 
  As the record shows below the user has sent a Start record followed by a
  Stop (User Request). Shortly thereafter another Start Record has appeared.
  This causes our accounting server to see them as being online. This inturn
  causes all of their credit to dissapear until there is none left.
 
  Could this have something to do with the DupInterval value.
 
  We have this set to "2". Should it be higher, or could there be something
  else?
 
  -- Snip -
  8|username|seagull-1.mtx.net.au|203.15.27.59|dove|PPP|Start|936187714|2B000E98|
  
8|username|seagull-1.mtx.net.au|203.15.27.59|dove|PPP|Stop|936187728|2B000E98|User-Request
  8|username|seagull-1.mtx.net.au|203.15.27.59|dove|PPP|Start|936187759|2B000E98|
  -- Snip -
 

 Looks like duplicate packets alright. Try setting the DupInterval to something
 higher (like 60 seconds). Also, try increasing the retransmit time on your
 NAS - if you're Cisco then it defaults to 5 seconds which is a bit fast in
 peak times.

 [EMAIL PROTECTED]

 ===
 Archive at http://www.thesite.com.au/~radiator/
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.

--
--
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-6-6925757
Fax: 972-6-6925858
http://www.canaan.co.il
--



===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) problem when running test.pl using the Ipass module

1999-09-07 Thread Hector Lopez

Hi,

I am trying to configure Ipass module in RedHat Linux 6.0 for outbound
athentication and I am receiving this message when running the test.pl:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=
PERL_DL_NONLAZY=1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/
usr/lib/perl5/5.00503 test.pl
1..6
Can't load 'blib/arch/auto/Ipass/Ipass.so' for module Ipass:
blib/arch/auto/Ipass/Ipass.so: undefined symbol: __srandom at
/usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169.

 at test.pl line 19
BEGIN failed--compilation aborted at test.pl line 19.
not ok 1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=

Anyone has seen this before? Please help me resolve thie problem.

THANKS


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) problem when running test.pl using the Ipass module

1999-09-07 Thread Mike McCauley

Hello Hector.

I have not seen this one before, and its a bit puzzling. It looks like the link
phase of IpassPerl did not find srandom, but as far as I can see, srandom is in
the same place in 6.0 as in 5.2 (ie in /usr/lib/libc), which links OK.

Did you get any errors reported during the link or compile phases of IpassPerl?

You might try chaning the LIBS line your Makefile.PL to be something like:

'LIBS' = ["-L$ipass_lib -lip -lssl -lcrypto, -lc"],

but Im not very confident.

Anyone else?



On Sep 7,  8:49am, Hector Lopez wrote:
 Subject: (RADIATOR) problem when running test.pl using the Ipass module
 Hi,

 I am trying to configure Ipass module in RedHat Linux 6.0 for outbound
 athentication and I am receiving this message when running the test.pl:

 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 =-=
 PERL_DL_NONLAZY=1
 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/
 usr/lib/perl5/5.00503 test.pl
 1..6
 Can't load 'blib/arch/auto/Ipass/Ipass.so' for module Ipass:
 blib/arch/auto/Ipass/Ipass.so: undefined symbol: __srandom at
 /usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169.

  at test.pl line 19
 BEGIN failed--compilation aborted at test.pl line 19.
 not ok 1
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 =-=

 Anyone has seen this before? Please help me resolve thie problem.

 THANKS


 ===
 Archive at http://www.thesite.com.au/~radiator/
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.
-- End of excerpt from Hector Lopez



-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) radius config script

1999-09-07 Thread John Gray

Hi,

I am using radiator to authenicate using my NT user data base.  I got a
copy of VOPMail an email server and it will authenicate using a radius
server.  I can not get it to find the radius server.  The VOP people
obviously sent me back to Radius for answers.  What do I need to do for
Radiator to recognize the email server's requests?

Appreciate some ideas.

John


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) radius config script

1999-09-07 Thread Mike McCauley

Hi John,

On Sep 7,  5:57pm, John Gray wrote:
 Subject: (RADIATOR) radius config script
 Hi,

 I am using radiator to authenicate using my NT user data base.  I got a
 copy of VOPMail an email server and it will authenicate using a radius
 server.  I can not get it to find the radius server.  The VOP people
 obviously sent me back to Radius for answers.  What do I need to do for
 Radiator to recognize the email server's requests?

 Appreciate some ideas.

Probably the first thing is to see whether the requests sent by VOP are getting
to your Radiator.

Its easist to do this if you run your radiator at trace level 4 in the
foreground. Then you will see some debug printed every time a request is
received, and you weill be able to see if the requests are actuually reaching
Radiator.

If the requests are not even reaching the radius server, then you probably have
a configuration issue with VOP. If they are reaching the radius server, then
the debug output should help you figure out whats happening to each request.

Hope that helps.

Cheers.



 John


 ===
 Archive at http://www.thesite.com.au/~radiator/
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.
-- End of excerpt from John Gray



-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Integrate LADP and Radiator ?

1999-09-07 Thread Authur Lin

Our company is an ISP. We are looking for solutions that can meet our
requests. Our primary requests are
Authentication/Athentication/Accounting. I have survey several solutions
as following:

1. Radiator + MySQL for Authentication/Athentication/Accounting
2. LDAP for Authentication/Athentication/Accounting
3. Others

I must consider about the flexibility, for example, I have to add an
news service for billing and modify login id and password for customers.
Can someone give me some suggestions that how to use Radiator/LDAP to
fix our requests?


Authur






===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.