Hello -
You can use a regular expression in the check like this:
NAS-IP-Address = /^10\.0\.0\./
which will match all the IP addresses starting with "10.0.0.".
Note that you are matching strings with a Perl regexp, not an IP address per se.
And no you should not have to upgrade, but do some testing to make sure.
regards
Hugh
On Wednesday, November 6, 2002, at 03:26 AM, Ben-Nes Michael wrote:
Hi AgainNB: I am travelling this week, so there may be delays in our correspondence.
What will the ( AuthColumnDef n, GENERIC, check ) is going to check ?
That the Ip in the db is equal to the one from the NAS ?
If so how can i specify an ALL IP ? can I use netmask like 10.0.0.1/0 ? or
maybe 'ALL' ?
And last Q, will i have to upgrade from ver 2.17.1 to enable such check ?
Have a nice travelling ;)
Hello - Yes you can do what you describe, with a check and reply column.You will need to redefine your AuthSelect query and add the corresponding AuthColumnDef's as you show below. BTW - the latest version is Radiator 3.3.1. regards Hugh On Wednesday, November 6, 2002, at 02:56 AM, Ben-Nes Michael wrote:Hi All
I'm an old radiator user :) using ver 2.17.1 with (AuthBy SQL) And Nas:
cisco 2511 and PM3
All work great
but now I want to enable filters so customer will have PPP accounts
that are
restricted to emails only.
This can be achieved with PM3 easily by using Attribute: Filter-Id.
My Q is how can I tell my radius to log only the users that come form
the
PM3.
I thought of adding a column to my db like:
NAS-Identifier="some_ip"
and then add a AuthColumnDef n, GENERIC, check - to see if the ip is
correct.
Is this the right way ?
if so how can I tell the radius that some of the users can log from
any NAS
while some can log from only one NAS ?
Will I have to upgrade to the latest version ?
Thanks in advance
===
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.
NB: I am travelling this week, so there may be delays in our correspondence. -- 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.
--
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.
