(RADIATOR) CalledStationId question

2002-07-31 Thread Chris M



I'm trying to do something in my config file to intercept people that are 
dialing a certain number, and rejecting their authentication attempts 
completely.

I have a multi-realm config, but I'm using CalledStationId.pm like this in 
one of the realms as a test:

Realm goplaces.net

CalledStationId 212555
 # Log accounting for the misguided users
AcctLogFileName 
/var/log/radius/peopleThatShouldNotBeDialingThisNumber.txt
/CalledStationId

 # keep going through all AuthBy clauses
 AuthByPolicy ContinueUntilAccept
.

The AuthBy clauses for the realm follow these lines.

Anyway, I really have no clue what I'm doing here, but I do know that this 
isn't working.  In a Trace 4 I never see anything interesting happening, 
and the peopleThatShouldNotBeDialingThisNumber.txt file doesn't get 
created, so no one is traversing this section apparently.

Does anyone see what I'm doing wrong?  In essence, anyone calling 
212555 I want to be denied but any other number they dial it should go 
ahead and try to AuthBy them, etc.

Thanks,
Chris


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



Re: (RADIATOR) CalledStationId question

2002-07-31 Thread Hugh Irvine


Hello Chris -

The CalledStationId construct is not used in this way (it is intended to 
be stand-alone).

This will depend to a certain extent on what else you are doing in your 
configuration file. You can either use Handlers, or you can use an 
AuthBy clause, or you can use a DEFAULT in one of your existing AuthBy 
clauses.

If you send me a copy of your configuration file (no secrets), I will 
take a look. And please include a bit more detail on your requirements 
as well.

regards

Hugh


On Thursday, August 1, 2002, at 01:19 PM, Chris M wrote:



 I'm trying to do something in my config file to intercept people that 
 are dialing a certain number, and rejecting their authentication 
 attempts completely.

 I have a multi-realm config, but I'm using CalledStationId.pm like this 
 in one of the realms as a test:

 Realm goplaces.net

 CalledStationId 212555
 # Log accounting for the misguided users
AcctLogFileName 
 /var/log/radius/peopleThatShouldNotBeDialingThisNumber.txt
 /CalledStationId

 # keep going through all AuthBy clauses
 AuthByPolicy ContinueUntilAccept
.

 The AuthBy clauses for the realm follow these lines.

 Anyway, I really have no clue what I'm doing here, but I do know that 
 this isn't working.  In a Trace 4 I never see anything interesting 
 happening, and the peopleThatShouldNotBeDialingThisNumber.txt file 
 doesn't get created, so no one is traversing this section apparently.

 Does anyone see what I'm doing wrong?  In essence, anyone calling 
 212555 I want to be denied but any other number they dial it should 
 go ahead and try to AuthBy them, etc.

 Thanks,
 Chris


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


--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.

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