(RADIATOR) Re: your mail

2000-10-18 Thread Enrique Vadillo

Hi Rafael,

I don't know if this is what you are asking for (your question looked quite
cumbersome to me :) but here you are:

|o| What I need is a way to define a handler that would take the place of the
|o| domain-less Realm without using the Handler default (since I'd probably
|o| use it with gric).

if you wanna match "someuser" with no domain, you can use:

Handler User-Name=/^.*/

at the end of your config file, you can maybe use (i don't use it):

Handler default

but i'd rather not use that for gric, i'd rather use:

Handler User-Name=/^..*@..*/

that would match any "someuser@somedomain" format

Regards,

Enrique-

|o|  Rafael Ortega escribió 
|o| Hello, everyone
|o| 
|o| I'm not very proficient in Perl, but need has made me look into regular
|o| expressions to solve a configuration problem I have with Radiator (currently
|o| using 2.15, but about to upgrade to 2.16, as soon as the new servers
|o| arrive).
|o| 
|o| We recently merged with another ISP and inherited their database and
|o| domains.  We also support GRIC and IPASS romaing services.
|o| 
|o| My problem is, for roaming services, we are going to use prefixes and that
|o| means handlers (if I'm not mistaken).
|o| 
|o| Currently, I use realms for our local domains, defining Realm for our
|o| domain with the most users.  Realm default I use for Ipass.  No provisions
|o| have been made for Gric, yet.
|o| 
|o| I came up with the following handler definitions to replace my realms:
|o| 
|o| Handler User-Name=/domain.com$/i  would replace Realm domain.com
|o| 
|o| Handler User-Name=/^IPASS\//i  would do for the prefixes.
|o| 
|o| 
|o| What I need is a way to define a handler that would take the place of the
|o| domain-less Realm without using the Handler default (since I'd probably
|o| use it with gric).
|o| 
|o| Thanks for your help.
|o| 
|o| 
|o| 
|o| Rafael Ortega
|o| PSINetworks Panama
|o| [EMAIL PROTECTED]
|o| +507 206-3078
|o| 
|o| 
|o| 
|o| ===
|o| Archive at http://www.starport.net/~radiator/
|o| Announcements on [EMAIL PROTECTED]
|o| To unsubscribe, email '[EMAIL PROTECTED]' with
|o| 'unsubscribe radiator' in the body of the message.


===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) dynamic IP allocation, again

2000-04-14 Thread Enrique Vadillo

Hugh!

I am willing to test dynamic IP allocation with radiator, starting today!

Enrique-

|o|  Hugh Irvine escribió 
|o|  hi all,
|o|  my question is easy: is there any new about the dynamic IP allocation whit 
|radiator?
|o|  
|o| 
|o| And the answer is easy - there is a new SQL-based dynamic IP address allocation
|o| feature that we are looking for testers for now. If you would like to help us
|o| out by testing it, please write to Mike and I directly.
|o| 
|o| We are also hoping to add DHCP support fairly soon too.
|o| 
|o| many thanks
|o| 
|o| Hugh
|o| 
|o| -- 
|o| Radiator: the most portable, flexible and configurable RADIUS server 
|o| anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
|o| Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
|o| Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.
|o| 
|o| 
|o| 
|o| ===
|o| Archive at http://www.starport.net/~radiator/
|o| Announcements on [EMAIL PROTECTED]
|o| To unsubscribe, email '[EMAIL PROTECTED]' with
|o| 'unsubscribe radiator' in the body of the message.
|o| 


-- 
--
 RCP - Internet Peru  Tel: +51 1 422-4848 
 Dpto de Operaciones  Fax: +51 1 421-8086
--

===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Assign IP from Radmin

2000-03-16 Thread Enrique Vadillo

Hi all,

Is there any quick and simple way i can assign a given user an IP
address with Radmin? i would like to have a pool of IPs in my Mysql DB
and assign them as needed with Radmin.

Of course i can write the whole code necessary for that but dont like the
idea of writing something that already exists..

Any tip or help will be really really appreciated!

Enrique-
-- 
--
 RCP - Internet Peru  Tel: +51 1 422-4848 
 Dpto de Operaciones  Fax: +51 1 421-8086
--

===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Dynamic IP with Radmin

2000-03-01 Thread Enrique Vadillo

Hugh and all,

I think i wasn't clear enough guys, currently i am doing dynamic allocation 
with my NAS which happens to be a MAX TNT, but, i do not want to do
it with the NAS, i'd rather do it with Radiator/Radmin since i want to
provide different QoS (bandwith, etc) based on the IP they would be
granted, but they all would dial into the very same NAS, the difference
would be made thru the suffix.

I will try reading thru the instructions Hugh sent, but if there is an 
easier way, i'd rather take it!

So if anyone has better tips, i'll be grateful.

Enrique-

|o|  Hugh Irvine escribió 
|o| 
|o| Hello Enrique -
|o| Dynamic allocation of IP addresses is usually done by the NAS, which is
|o| configured with local pools. The actual allocation is triggered by a reply
|o| attribute from Radiator which is usually Framed-IP-Address and/or
|o| Framed-IP-Netmask. See your NAS documentation for the exact requirements, then
|o| add an AddToReply in the AuthBy RADMIN clause in your Radiator configuration
|o| file.
|o| 
|o| hth
|o| 
|o| Hugh
|o| 
|o| -- 
|o| Radiator: the most portable, flexible and configurable RADIUS server
|o| anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
|o| Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
|o| NT, Rhapsody
|o| 
|o| ===
|o| Archive at http://www.thesite.com.au/~radiator/
|o| To unsubscribe, email '[EMAIL PROTECTED]' with
|o| 'unsubscribe radiator' in the body of the message.
|o| 


-- 
--
 RCP - Internet Peru  Tel: +51 1 422-4848 
 Dpto de Operaciones  Fax: +51 1 421-8086
--

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



(RADIATOR) Dynamic IP with Radmin

2000-02-29 Thread Enrique Vadillo

Hi,

I'd like to use radmin to dynamically grant IP addresses to my dialup users,
i have read how to do it statically of course but, does any of you guys have
any example/hint about the way it would work with dynamic IP addresses?

BTW i use radmin with mysql, thanks for your time!

Enrique-
-- 
--
 RCP - Internet Peru  Tel: +51 1 422-4848 
 Dpto de Operaciones  Fax: +51 1 421-8086
--

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



(RADIATOR) Session control for pre-paid access

1999-09-21 Thread Enrique Vadillo

Hi all,

I have been using Radiator for a year now and one new thing i would like to 
be able to do is to have session control for special users to whom i provide
service with a pre-paid system.

Do you know how i can implement prepaid session control? (most probably
using session-timeout) just like Platypus does, the one drawback i see in 
Platypus is that it works on NT and it's rather expensive for +10.000 users.

Do you know what else i can use for this kind of prepaid session control?

Thanks for any enlightment on this.

Enrique Vadillo-
-- 
--
 RCP - Internet Peru  Tel: +51 1 422-4848 
 Dpto de Operaciones  Fax: +51 1 421-8086
--

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



(RADIATOR) Separate accounting?

1999-05-28 Thread Enrique Vadillo

Hi,

I use many handlers to forward authentication to different radius servers,
i have this in my config file:

Handler User-Name=/\@somedomain\.com/
AuthBy RADIUS
Host X.X.X.X
Secret *
/AuthBy
/Handler

Handler User-Name=/\@publicdomain\.com/
AuthBy RADIUS
Host Z.Z.Z.Z
Secret *
/AuthBy
/Handler

Is it possible to specify in one NAS that acounting should go to my
radiator server IP and can radiator forward accounting accordingly?

I would like to send accounting for @somedomain.com to server X.X.X.X
and accounting for @publicdomain.com Z.Z.Z.Z ?

Thanks a big warm bunch!

Enrique-
-- 
--
 RCP - Internet Peru  Tel: +51 1 422-4848 
 Dpto de Operaciones  Fax: +51 1 421-8086
--

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



(RADIATOR) Prefix configuration

1999-04-20 Thread Enrique Vadillo

Hi,

I am a newbie regarding radiator but i'm used to managing ascend's radius.

I want to configure radiator so that usernames that use prefix 'HELLO/'
are authenticated by radius server with IP 200.56.78.9 and all other users
authenticated by radius server with IP 190.34.6.89

I am using radiator 1.57. Can someone tip me on the configuration i must use?

Thank you all in advance,

Enrique-
-- 
--
 RCP - Internet Peru  Tel: +51 1 422-4848 
 Dpto de Operaciones  Fax: +51 1 421-8086
--

===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.