Thanks but how to set a proxy radius server ?
Is this fonction is integrated to freeradius ? 

I haven't a REAL NAS, I have only PC.  


in clients.conf (proxy radius server)

client proxyradius.domain.com {

 secret  = rad1
 shortname = NAS1
        nastype         = other  #it is a pc
}

client primary.domain.com {
 secret  = rad2
 shortname = NAS2
        nastype         = other  
}

client secondary.domain.com {
 secret  = rad3
 shortname = NAS3
        nastype         = other  
}

that's ok ?

then 

proxy.conf

realm domain.com {
 type  = radius
 authhost = primaryradius.domain.com:1812
 accthost = primaryradius.domain.com:1813
 secret  = secret **
}

realm domain.com {
 type  = radius
 authhost = secondaryradius.domain.com:1812
 accthost = secondaryradius.domain.com:1813
 secret  = secret **

}


(for primary radius :

clients.conf


client proxyradius.domain.com {

 secret  = rad1
 shortname = NAS1
        nastype         = other   # it is the same pc
}

idem for secondary radius.)

but how i must configure client.conf in the proxy radius server ? 
in order it knows to go to radius1 or radius 2 if radius 1 fails.

The schema for freeradius is 

Mobile client -> NAS -> Server Radius (here freeradius)

clients.conf is for freeradius in order to know NAS client.
proxy.conf is for freedius too.


but how to simulate a REAL NAS with a pc ?? 
help me




___[ Pub ]____________________________________________________________
Envie de discuter gratuitement avec vos amis ?
Téléchargez Yahoo! Messenger http://yahoo.ifrance.com

_____________________________________________________________________

Envie de discuter gratuitement avec vos amis ?
Téléchargez Yahoo! Messenger http://yahoo.ifrance.com


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

Reply via email to