(RADIATOR) Multiple Line Caller ID feature

Subscirptions subscriptions at kappa.net.in
Fri Jul 26 00:27:06 CDT 2002


Hello Hugh,

Thanks again for your prompt help,  I am sorry I sent you logs of different
situation. Here are the logs when access is rejected for 1 station while it
is defined in a regular expression.

Logs-

Thu Jul 25 20:47:20 2002: INFO: Access rejected for amitgupta: Check item
Calling-Station-Id expression '/00:C0:26:AA:0B:44 | 00:C0:26:AA:0B:43/' does
not match '00:C0:26:AA:0B:44' in request
Thu Jul 25 20:47:20 2002: INFO: Access rejected for amitgupta: Check item
Calling-Station-Id expression '/00:C0:26:AA:0B:44 | 00:C0:26:AA:0B:43/' does
not match '00:C0:26:AA:0B:44' in request
Thu Jul 25 20:47:22 2002: INFO: Access rejected for amitgupta: Check item
Calling-Station-Id expression '/00:C0:26:AA:0B:44 | 00:C0:26:AA:0B:43/' does
not match '00:C0:26:AA:0B:44' in request

and one more thing when I define only 1 caller-id-station as a fixed value
or a regular expression it works fine, but when using regular expression I
use ( | ) this function to separate different value, this doesnt work.

I guess i am doing some mistake at perl level, please help I am new to Perl.



Regards,

Amit Gupta



----- Original Message -----
From: "Hugh Irvine" <hugh at open.com.au>
To: "Subscirptions" <subscriptions at kappa.net.in>; <radiator at open.com.au>
Sent: Friday, July 26, 2002 5:08 AM
Subject: Re: (RADIATOR) Multiple Line Caller ID feature


>
> Hello Amit -
>
> As you can see in the debug, you have specified a regular expression of:
>
> / 00:C0:26:2C:38:5D| 00:C0:26:AA:0B:44 | 00:C0:26:2C:38:5E /
>
> which does not match this which is in the request:
>
> 00:C0:26:A2:F2:78
>
> Therefore the request is rejected. This is the correct behaviour.
>
> I think you will need to check your regular expression definitions.
>
> regards
>
> Hugh
>
>
> On Fri, 26 Jul 2002 01:12, Subscirptions wrote:
> > Hello Hugh,
> >
> > Thanks for the reply. As you told I tested but I could achive it only 1
> > caller-station-id but when I tried to assign multiple caller Id stations
> > with regular expressions, it gives error like this
> >
> > Thu Jul 25 18:56:45 2002: INFO: Access rejected for amitgupta: Check
item
> > Calling-Station-Id expression '/ 00:C0:26:2C:38:5D| 00:C0:26:AA:0B:44 |
> > 00:C0:26:2C:38:5E /' does not match '00:C0:26:A2:F2:78' in request
> > Thu Jul 25 18:56:47 2002: INFO: Access rejected for amitgupta: Check
item
> > Calling-Station-Id expression '/ 00:C0:26:2C:38:5D| 00:C0:26:AA:0B:44 |
> > 00:C0:26:2C:38:5E /' does not match '00:C0:26:A2:F2:78' in request
> > Thu Jul 25 18:56:49 2002: INFO: Access rejected for amitgupta: Check
item
> > Calling-Station-Id expression '/ 00:C0:26:2C:38:5D| 00:C0:26:AA:0B:44 |
> > 00:C0:26:2C:38:5E /' does not match '00:C0:26:A2:F2:78' in request
> > Thu Jul 25 18:56:53 2002: INFO: Access rejected for amitgupta: Check
item
> > Calling-Station-Id expression '/ 00:C0:26:2C:38:5D| 00:C0:26:AA:0B:44 |
> > 00:C0:26:2C:38:5E /' does not match '00:C0:26:A2:F2:78' in request
> > Thu Jul 25 18:56:53 2002: INFO: Access rejected for amitgupta: Check
item
> > Calling-Station-Id expression '/ 00:C0:26:2C:38:5D| 00:C0:26:AA:0B:44 |
> > 00:C0:26:2C:38:5E /' does not match '00:C0:26:A2:F2:78' in request
> > Thu Jul 25 18:56:56 2002: INFO: Access rejected for amitgupta: Check
item
> > Calling-Station-Id expression '/ 00:C0:26:2C:38:5D| 00:C0:26:AA:0B:44 |
> > 00:C0:26:2C:38:5E /' does not match '00:C0:26:A2:F2:78' in request
> > Thu Jul 25 18:56:56 2002: INFO: Access rejected for amitgupta: Check
item
> > Calling-Station-Id expression '/ 00:C0:26:2C:38:5D| 00:C0:26:AA:0B:44 |
> > 00:C0:26:2C:38:5E /' does not match '00:C0:26:A2:F2:78' in request
> >
> >
> > Please suggest , what to do
> >
> >
> > Regards,
> >
> > Amit
> > ----- Original Message -----
> > From: "Hugh Irvine" <hugh at open.com.au>
> > To: "Subscirptions" <subscriptions at kappa.net.in>; <radiator at open.com.au>
> > Sent: Thursday, July 25, 2002 5:28 AM
> > Subject: Re: (RADIATOR) Multiple Line Caller ID feature
> >
> > > Hello Amit -
> > >
> > > Yes it is possible to do what you describe, but I need to know what
type
> >
> > of
> >
> > > authentication you are using. If you send me a copy of your
configuration
> > > file (no secrets) I will take a look.
> > >
> > > If you are using a flat file, you would do something like this:
> > >
> > > # flat file for users
> > >
> > > someuser Password = xxxxx, Calling-Station-Id = ......
> > > ......
> > >
> > > # can also use regular expressions
> > >
> > > anotheruser Password = yyyyyy, Calling-Station-Id = /...../
> > > ......
> > >
> > > regards
> > >
> > > Hugh
> > >
> > > On Wed, 24 Jul 2002 17:37, Subscirptions wrote:
> > > > Dear Friends,
> > > >
> > > > Hello.
> > > >
> > > > We are a cable internet service provider.
> > > >
> > > > My problem is that I am using a PPPOE server for which
authentication
> >
> > and
> >
> > > > accounting is done with Radiator. Can I set in Radiator to
authenticate
> >
> > on
> >
> > > > basis of CALLER ID ( ie hardware [MAC address] address of ethernet
> >
> > card ),
> >
> > > > USERNAME and PASSWORD. While right now we are using only 2 parameter
> > > > for authentication USERNAME and PASSWORD.
> > > >
> > > > If it is possible, than is it also possible to assign multiple
caller
> > > > ID station. As i have few customer who got SImultaneous-Use >1, in
such
> >
> > case
> >
> > > > MAC address of all the possible stations is suppose to be provided.
> > > >
> > > >
> > > > If someone can help that would be so nice,
> > > >
> > > >
> > > > Regards,
> > > >
> > > > Amit Gupta
> > > >
> > > > Network Administrator,
> > > > Kappa Infotech Private Ltd., Kota
> > > > INDIA
> > > >
> > > > www.kappa.net.in
> > >
> > > --
> > > 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 radiator-announce at open.com.au
> > > To unsubscribe, email 'majordomo at open.com.au' with
> > > 'unsubscribe radiator' in the body of the message.
> >
> > ===
> > Archive at http://www.open.com.au/archives/radiator/
> > Announcements on radiator-announce at open.com.au
> > To unsubscribe, email 'majordomo at open.com.au' 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 radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list