> > For example we'd like to block calls from 0265773xxx and 0265774xxx to
> > 0265473002. What is the most effective way of implementing this?
> > A specific handler, or combination with database.
>
> The best way to do this probably depends on what else you have configured,
> however here is a
We are using vpn3005 with external authentication and radiator (2.18.2 which
includes altiga attributes).
this is the group profile:
mygroup Password="x"
Class="OU=mygroup;",
Altiga-IPSec-Authentication-G="RADIUS",
Altiga-Tunneling-P
I have sent up a Radiator box to AuthBy Radius and fall back to text.
This it does.
I have a question..
The Default realm is very simple, as all the "settings" live in the other
clauses.
Identifier Checklocal
AuthBy CheckProxy
My question is this:
Is it okay to use the same for all
Kinda off topic, just wanted to see if anyone on
the list could suggest a terminate proggy that works with Radiator..
Currently we use a program called TSMON to do most of the dirty work with
customer profiles... I personally think that SessionDatabase would be the way to
go, but am hard pr
Hello,
Is there anyway to log in trace mode 3 the amount of time that elapses
between when radiusd receives an auth request and it actually responds
to it? Thanks.
Griff Hamlin, III
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email
Hello,
I am trying to authenticate users under three criteria. The
default works but there are other realms that we use when our
reseller customers and even our own customers authenticate through
third party modem aggregations.
All but one realm , "cnnw", are in one MySQL databa
Hello Steinar -
On Monday 17 September 2001 20:16, [EMAIL PROTECTED] wrote:
> > > For example we'd like to block calls from 0265773xxx and 0265774xxx to
> > > 0265473002. What is the most effective way of implementing this?
> > > A specific handler, or combination with database.
> >
> > The best
Hello Todd -
On Tuesday 18 September 2001 03:13, Todd Dokey wrote:
> I have sent up a Radiator box to AuthBy Radius and fall back to text.
>
> This it does.
>
> I have a question..
>
> The Default realm is very simple, as all the "settings" live in the other
> clauses.
>
>
>
> Identifier Chec
Hello Griff -
On Tuesday 18 September 2001 07:36, Griff Hamlin, III wrote:
> Hello,
>
> Is there anyway to log in trace mode 3 the amount of time that elapses
> between when radiusd receives an auth request and it actually responds
> to it? Thanks.
>
The only way I can think of to do this is wi
Hello Derek -
If your NAS(s) support the recently adopted radius "Disconnect-Request", you
can simply use a recent version of "radpwtst".
hth
Hugh
On Tuesday 18 September 2001 04:32, Derek Buttineau wrote:
> > Kinda off topic, just wanted to see if anyone on the list could suggest a
> term
Hello Jesus -
I am confused as to what you what to do.
How are the users stored in the database - with realms or without?
Ie: "someuser@cnnw" or just "someuser"?
And do you want all radius requests to come to Radiator first?
And is there anything else you want to do with realms? In other wor
I am using radiator as a proxy only, but I have a problem, one of my
logins never has a password and I have to roll part of the username to
%P this is ok for local use but not when ongoing presentation to the
proxy.
Suggestions or specific examples would be appreciated.
Many thanks for the ongoi
Dear Hugh,
My configuration as below
Identifier accessbb
Host xxx.xxx.xxx.xxx
Port 389
AuthDN
AuthPassword
BaseDN ou=,o=,o=CTM
Scope base
UsernameAttruid
PasswordAttruserpassword
AuthAttrDef accessb
Hi Hugh,
We are using inetd now, we notice that the radius daemon can only be started
by inetd if an "Access-Request" is sent to radius. However, radius daemon
cannot be started by inetd if an "Accouting-Request" is sent to radius.
The problems come out that the some of the accounting data will
hello,
does anyone know who or what perl radius package updates the RADUSAGE
table..what i want to do is before radiator updates acounting table in
RADUSAGE, i want it first to query a field in a seperate table...say
USERIDnow i want to insert USERID data to my accounting table RADUSAGE
wh
Hi,
I have set up a new AcctLogFileFormat and was wondering why I am not
getting 2 values back?
AcctLogFileName /var/log/radius/new.log
AcctLogFileFormat
%{Timestamp}|%{Acct-Session-Id}|%{Acct-Status-Type}|%{User-Name}|%{User-
Password}|%{Class}|%{NAS-IP-Address}|%{NAS-Port}|%{NAS-Port-Typ
Hi,
As per previous email. I have attempted to use the AuthLog option
instead
to get the code / Pwd returned, but it looks like The AuthBy module is
not
installed. Where can I get this?
Can't locate Radius/AuthLog.pm in @INC (@INC contains: .
/usr/local/lib/perl5/5.6.1/sun4-solaris /usr/local/li
Hi,
My console window shows the following message, it caused the Radiator
unstable. Any advise!
Can't call method "log" on an undefined value at
/usr/local/lib/perl5/site_perl/
5.6.1/Radius/Log.pm line 81 during global destruction.
Thanks!
Quintin
===
Archive at http://www.open.com.au/archiv
Hello -
On Tuesday 18 September 2001 12:46, Tech wrote:
> I am using radiator as a proxy only, but I have a problem, one of my
> logins never has a password and I have to roll part of the username to
> %P this is ok for local use but not when ongoing presentation to the
> proxy.
>
> Suggestions
Hello Lloyd -
You should get the USERID in the authentication query and send it to the NAS
in a Class attribute in the Access-Accept. Then you would simply store the
Class attribute in the appropriate field when the accounting packets come in.
Something like this:
# define AuthBy SQL
Hello Quintin -
On Tuesday 18 September 2001 13:52, Quintin Lam wrote:
> Hi Hugh,
>
> We are using inetd now, we notice that the radius daemon can only be
> started by inetd if an "Access-Request" is sent to radius. However, radius
> daemon cannot be started by inetd if an "Accouting-Request" i
Sir,
I have 2 NT server, one of it is running the RADIATOR and the other one is running
a MS SQL 2000 Server. What would be the appropriate configuration to use if i want to
use the Authentication through SQL using the MS SQL 2000 Server.
Hope for a response regarding this matter as soon a
Hello Paul -
You have to specify which AuthLog you want to use, FILE, SQL or SYSLOG.
#define AuthLog FILE
.
hth
Hugh
On Tuesday 18 September 2001 15:53, Paul Thorton wrote:
> Hi,
>
> As per previous email. I have attempted to use the AuthLog option
> instead
> to get the code
Hello Paul -
On Tuesday 18 September 2001 15:27, Paul Thorton wrote:
> Hi,
>
> I have set up a new AcctLogFileFormat and was wondering why I am not
> getting 2 values back?
>
> AcctLogFileName /var/log/radius/new.log
> AcctLogFileFormat
> %{Timestamp}|%{Acct-Session-Id}|%{Acct-Status-Type}
Hello Michael -
On Tuesday 18 September 2001 17:08, michael ellidave l dividina wrote:
> Sir,
>
>I have 2 NT server, one of it is running the RADIATOR and the other one
> is running a MS SQL 2000 Server. What would be the appropriate
> configuration to use if i want to use the Authentication
25 matches
Mail list logo