From owner-freebsd-isp Fri Aug 4 1:13:20 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.island.net.au (mail.island.net.au [203.28.142.3]) by hub.freebsd.org (Postfix) with ESMTP id 712D937B953 for ; Fri, 4 Aug 2000 01:13:09 -0700 (PDT) (envelope-from hugh@island.net.au) Received: from hansolo (solo.island.net.au [203.28.142.5]) by mail.island.net.au (8.10.1/8.10.1) with SMTP id e748CQ703172; Fri, 4 Aug 2000 18:12:26 +1000 (EST) Message-ID: <00d101bffdeb$b12fb960$088ea8c0@island.net.au> From: "Hugh Blandford" To: "Dave Wilson" Cc: References: <001a01bffd7a$9d926e00$112821c4@sai.co.za> Subject: Re: Multiple DEFAULT values ? Date: Fri, 4 Aug 2000 18:12:10 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Dave, incase you haven't already had an answer, below are two groups that I have working: DEFAULT Group-Name = popper Auth-Type = Reject DEFAULT Group-Name = long Idle-Timeout = 2147483, Session-Timeout = 432000, Fall-Through = Yes Regards, Hugh Blandford ----- Original Message ----- From: "Dave Wilson" To: Cc: Sent: Friday, August 04, 2000 4:42 AM Subject: Multiple DEFAULT values ? > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message