On Thu, 18 May 2000 07:54:27 +0200, Ingvar Berg (ERA) wrote:
>How about an Authby BLACKLIST, rejecting the request if there is a match between
>Calling-Station-ID and a number in the list? It seems to be a broad interest in this
>functionality.
>
>/Ingvar
have an authby file
Hello Ingvar -
On Thu, 18 May 2000, Ingvar Berg (ERA) wrote:
> How about an Authby BLACKLIST, rejecting the request if there is a
match between Calling-Station-ID and a number in the list? It seems to be a
broad interest in this functionality. >
Why not just an AuthBy SQL with an AuthSelect t
Hello Brian -
On Thu, 18 May 2000, Brian Morris wrote:
> Just a thought...
>
> If the IP address was re-allocated later on wouldn't there be two entries in
> RADONLINE for it?
>
> You could possibly check for the IP address in radonline as well, if it is
> allocated twice - blow away the oldes
Heres what we do and what we have found to be the best method...
PreHandlerHook sub { \
my $calledid = ${$_[0]}->get_attr('Called-Station-Id');\
if (${calledid} =~ /3099028|9200155|8891300|/) {\
${$_[0]}->add_attr('backbone','baduser'); return;\
}\
}
Then
# DENIES THESE PHON
Hi again,
Well, losing connectivity to a proxy Radius host... Whats
with that? Only one host is involved in both authentication
and accounting. The error message appears with accounting,
and the the ACCOUNTING table gets updated allright.
I'm using a slightly modified AuthEXTERNAL.
Radiator-2.1
We want to limit IP, port, and protocol.
Our provider gave us the following samples:
Can anyone recommend how I should specify these?
Thanks,
-- Brian Keefe
in ex dst_addr * dst_port 53 di
in ex dst_addr 165.90.106.4 dst_port 80 di
in ex dst_addr 165.90.106.7 dst_port 25 di
in ex dst_addr 16
We want to limit IP, port, and protocol.
Our provider gave us the following samples:
Can anyone recommend how I should specify these?
Thanks,
-- Brian Keefe
in ex dst_addr * dst_port 53 di
in ex dst_addr 165.90.106.4 dst_port 80 di
in ex dst_addr 165.90.106.7 dst_port 25 di
in ex dst_addr 16
If I am proxying radius to a new machine and all
the realms im currently clearing for are chap but i need to proxy for a realm
and have it clear using unix password for this one realm. I couldnt find
anything on this
Jeff
Hello Chris -
On Thu, 18 May 2000, Christopher Andersson wrote:
> Hi again,
>
> Well, losing connectivity to a proxy Radius host... Whats
> with that? Only one host is involved in both authentication
> and accounting. The error message appears with accounting,
> and the the ACCOUNTING table get
Hello Jeff -
On Fri, 19 May 2000, Jeff Baldwin wrote:
>
> If I am proxying radius to a new machine and all the realms im currently
clearing for are chap but i need to proxy for a realm and have it clear using
unix password for this one realm. I couldnt find anything on this
You would specif
Hello Brian -
On Fri, 19 May 2000, Brian Keefe wrote:
> We want to limit IP, port, and protocol.
>
> Our provider gave us the following samples:
>
> Can anyone recommend how I should specify these?
>
> Thanks,
> -- Brian Keefe
>
>
> in ex dst_addr * dst_port 53 di
> in ex dst_addr 165.90.10
Hello Robert -
On Fri, 19 May 2000, Robert wrote:
> Hello,
>
> Can anyone tell me of a script(other than radacct.cgi) that will analyze my
> detail and older log files? At midnight every night I have a script that
> renames the detail file to mmdd. I save these scripts for ovbious
> reaso
I have a Livingston server (will be migrated to Radiator in the future)
which rdist's the users file to a Radiator server (2.15). I've set up an
"AuthBy UNIX" phrase with a Identifier of "System" for the "Auth-Type =
System" entries in my Livingston users file:
Identifier System
Hello Bryn -
On Fri, 19 May 2000, Bryn Wm. Moslow wrote:
> I have a Livingston server (will be migrated to Radiator in the future)
> which rdist's the users file to a Radiator server (2.15). I've set up an
> "AuthBy UNIX" phrase with a Identifier of "System" for the "Auth-Type =
> System" entrie
14 matches
Mail list logo