hello,

i would like assistance to configure my freeradius server...

i would like to use freeradius in a vpn solution based on LDAP.

the LDAP IP is 10.1.1.1 
the VPN is 10.1.4.1 
they can reach each other no problem

I have to edit clients.conf and users to make it work 

here is the part i have in clients.conf:

------------------------------
client 127.0.0.1 {
        ...
}

client 10.1.4.0/24 {
        secret "isasecret"
        shotname = private-network
}

-------------------------------

i found a way to auth with a single user using this config
in users

shark   Auth-Type = Local, Password = "secret_pass"
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-IP-Address = 10.1.4.22,
        Framed-MTU = 1492

-------------------------------

My questions are:

how do make some auth for a group (not a single user or the default
DEFAULT)?


Is there a way to set Framed-IP-Address range to this group?

Can you help making the "users" files pls?


thanks for you help,
shark




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

Reply via email to