Hi all 

I'm Benjamin Lenglart aka FlyBen
I'm currently working in a french little company named Inovatel

I'm looking to install and setup a freeradius server to control access
over internet from mobilphones
We dispose of a Network Acces Point from GPRS 

Now a day I'm doing static IP affectation with login/password

I'm using :
#test   Auth-Type=Local,Password=="test",Calling-Station-Id = "3xxxxx9"
#       Service-Type = Framed-User,
#       Framed-Protocol = PPP,
#       Framed-IP-Address = a.a.a.a,
#       Fall-Through = Yes

In user file
It permits me to control that the user test has the sim card with phone
number 3xxxxx9 and will become Ip adress a.a.a.a

Radius parameter I receive are there :
   NAS-Identifier = "bez3ggsn02"
   User-Name = "test"
   User-Password = "test"
   NAS-Port-Type = Virtual
   Calling-Station-Id = "3xxxxx9"
   Called-Station-Id = "apn"
   Acct-Session-Id = "02c0dfd591f51600"

Everything works fine .. This way

But It's not the way I would like to use !!

Aim is :
No login and password needed for anyone.
Control is done only on Calling-Station-Id and depending of this point 
Either the phone number is one of my working friend 
 then the user should become a dynamix IP address selected in a Pool
(would say i could need approx twenty address) (and how to free this
adress after an amount of time (is 2 hour))
Either the phone has a specific phone number I know and should become a
specified Ip adress assinged statically and that would be the same every
time .. 


May be anyone could help me??


Thanks in advance 

FlyBen



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to