(RADIATOR) Give a dinamic IP from a pool

1999-04-29 Thread Fernando Martin

Hi Mike,

Thank you. Now my radiator 2.13.1 is working.

I have several questions about the progress to give a dinamic IP:

1- If I configure this users file

fer User-Password = "fer"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254, -
Framed-IP-Netmask = 255.255.255.255,
Framed-Routing = None,
Framed-MTU = 1500,
Framed-Compression = Van-Jacobson-TCP-IP

Then fer get an IP from the NAS server ( My NAS has a pool defined)
Is it right? Some times it works but others does not. Why?

2- If I use:

fer User-Password = "fer"
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Netmask = 255.255.255.255,
Framed-Routing = None,
Framed-MTU = 1500,
Framed-Compression = Van-Jacobson-TCP-IP

And use FramedGroupBaseAddress 193.146.120.120.
Then fer get an IP But not 120 + Port . I think this is a problem with my
NAS. It has two PRIs
If I do not use # FramedGroupBaseAddress 193.146.120.120.the system get me
an IP but I do not know how, I think the NAS..

3- FinallyI think the best solution to my problems is that I want to give a
dinamic IP from a pool defined on the Radiator configuration. How to do
that? How and where to define a pool? and how to configure the users profile
to get it? Could I define several pools?
 
Thank you for all your help and time.

Best regards,

Fernando Martin 
Interlinea2000
http://www.i2000.es
Voz:(943)-621033
Fax:(943)-627340


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



Re: (RADIATOR) Give a dinamic IP from a pool

1999-04-29 Thread Karl Gaissmaier

Hi Fernando,

Fernando Martin wrote:
 
 Hi Mike,
 
 Thank you. Now my radiator 2.13.1 is working.
 
 I have several questions about the progress to give a dinamic IP:
 
 1- If I configure this users file
 
 fer User-Password = "fer"
 Service-Type = Framed-User,
 Framed-Protocol = PPP,
 Framed-IP-Address = 255.255.255.254, -

why do you wish to configure this invalid IP address

 Framed-IP-Netmask = 255.255.255.255,
 Framed-Routing = None,
 Framed-MTU = 1500,
 Framed-Compression = Van-Jacobson-TCP-IP
 
 Then fer get an IP from the NAS server ( My NAS has a pool defined)
 Is it right? Some times it works but others does not. Why?
 
This is not the poper way, see below

 2- If I use:
 
 fer User-Password = "fer"
 Service-Type = Framed-User,
 Framed-Protocol = PPP,
 Framed-IP-Netmask = 255.255.255.255,
 Framed-Routing = None,
 Framed-MTU = 1500,
 Framed-Compression = Van-Jacobson-TCP-IP
 
 And use FramedGroupBaseAddress 193.146.120.120.
 Then fer get an IP But not 120 + Port . I think this is a problem with my
 NAS. It has two PRIs
 If I do not use # FramedGroupBaseAddress 193.146.120.120.the system get me
 an IP but I do not know how, I think the NAS..
 
 3- FinallyI think the best solution to my problems is that I want to give a
 dinamic IP from a pool defined on the Radiator configuration. How to do
 that? How and where to define a pool? and how to configure the users profile
 to get it? Could I define several pools?
 

You do this with pseudo user entries, and this is different for the
special NAS.

see this example for a Ascend NAS:


#- snipp -
pools-nasname Password = "ascend", Service-Type = Outbound-User
Ascend-IP-Pool-Definition = "1 172.16.1.1 240"
#-
#
DEFAULT Auth-Type = System
Framed-Protocol = PPP,
Framed-IP-Netmask = 255.255.255.255,
Framed-Routing = None,
Ascend-Assign-IP-Pool = 1
#--
#- snipp -

Annotation: pools-nasname: nasname must be replaced by the system name of
your nas. Turn the trace level in the radiator.cfg to 4 und look for what
pools-xx your NAS is asking after a reset or refresh of the remote config.

The line Ascend-IP-Pool-Definition = "1 172.16.1.1 240" is again
Vendor specific (see your dictionary) and mens in this example:
Poll Number 1, Base Address 172.16.1.1, and 240 IP Addresses
starting from 172.16.1.1 to 172.16.1.240


The DEFAULT entry has the reply item with:

Ascend-Assign-IP-Pool = 1

1 means her, give the user a number of IP-Pool number 1.
If you need more pools, the pseudo entry would look
like the following 3 lines, ans so on ansd so on:
(the first line last line has no comma at the end!)
(the whitespace in klines after the first line are important)

pools-nasname Password = "ascend", Service-Type = Outbound-User
Ascend-IP-Pool-Definition = "1 172.16.1.1 240",
Ascend-IP-Pool-Definition = "2 172.16.10.100 15"


Look in your vendor dokumentation.

regards
Charly

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