Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 20:42:43 +0200
From:      "Dave Wilson" <davew@sai.co.za>
To:        <cistron-radius@info.cistron.nl>
Cc:        <freebsd-isp@FreeBSD.ORG>
Subject:   Multiple DEFAULT values ? 
Message-ID:  <001a01bffd7a$9d926e00$112821c4@sai.co.za>

next in thread | raw e-mail | index | archive | help
Hi Guys, howzit going ?

I'm running Cistron radiusd version 1.6.1 on a FreeBSD 4.0 server.
I 've been trying to get certain groups of users to have email only access,
and other groups to have full internet access.
The hassle is that each time a user logs in he receives the DEFAULT
attributes instead of his group attributes.
This is my "users" file:


staticipuser1  Auth-Type = System
                     Framed-IP-Address = 196.22.87.2,
                     Service-Type = Framed-User,
                     Framed-Protocol = PPP,
                     Framed-Routing = None,
                     Framed-Compression = Van-Jacobson-TCP-IP,
                     Framed-MTU = 1500

staticipuser2  Auth-Type = System
                     Framed-IP-Address = 196.22.87.3,
                     Service-Type = Framed-User,
                     Framed-Protocol = PPP,
                     Framed-Routing = None,
                     Framed-Compression = Van-Jacobson-TCP-IP,
                     Framed-MTU = 1500

DEFAULT    Auth-Type = System, Group = "mailonly"
                     Service-Type = Framed-User,
                     Framed-Protocol = PPP,
                     Framed-IP-Address = 255.255.255.254,
                     Framed-Routing = None,
                     Framed-Compression = Van-Jacobson-TCP-IP,
                     Framed-Filter-Id = "mailonly",
                     Framed-MTU = 1500

DEFAULT2  Auth-Type = System, NAS-Port-Type = Async
                     Service-Type = Framed-User,
                     Framed-Protocol = PPP,
                     Framed-IP-Address = 255.255.255.254,
                     Framed-Routing = None,
                     Framed-Compression = Van-Jacobson-TCP-IP,
                     Framed-MTU = 1500

If staticipuser1 or staticipuser2 dials in they get their static IP and
everything works 100%, when a normal user that doesn't belong to the
"mailonly" UNIX group dials in he gets assigned the Filter from the
"DEFAULT" section, and can't access the internet, when he should be getting
full access from the "DEFAULT2" section.
Basically how do we get multiple DEFAULT sections support.
Thanks ;-)

Regards
Dave Wilson
The S.A. Internet
(033) 3456777
0825496159
http://www.sai.co.za
 "Who is General Failure and why is he reading my hard drive ?"




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001a01bffd7a$9d926e00$112821c4>