RE: (RADIATOR) Merged ISP's

2000-05-18 Thread Gary
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

RE: (RADIATOR) Merged ISP's

2000-05-18 Thread Hugh Irvine
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

Re: (RADIATOR) Simultaneous use - Using ping test

2000-05-18 Thread Hugh Irvine
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

Re: (RADIATOR) Merged ISP's

2000-05-18 Thread Brandon
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

Re: (RADIATOR) Error message.

2000-05-18 Thread Christopher Andersson
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

RE: (RADIATOR) Error message.

2000-05-18 Thread Brian Keefe
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

(RADIATOR) Reply with IP, port, and protocol filtering

2000-05-18 Thread Brian Keefe
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

No Subject

2000-05-18 Thread Jeff Baldwin
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 

Re: (RADIATOR) Error message.

2000-05-18 Thread Hugh Irvine
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

(RADIATOR) Re:

2000-05-18 Thread Hugh Irvine
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

RE: (RADIATOR) Error message.

2000-05-18 Thread Hugh Irvine
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

(RADIATOR) Re: Detail File

2000-05-18 Thread Hugh Irvine
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

(RADIATOR) AuthBy does not know how to check Group membership

2000-05-18 Thread Bryn Wm. Moslow
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

Re: (RADIATOR) AuthBy does not know how to check Group membership

2000-05-18 Thread Hugh Irvine
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