<div>I'am trying to log only "Stop" packets, and i'm not storing start,Tunnel-Stop, Tunnel-start,Failed etc... packets</div>
<div> </div>
<div>Please advice.</div>
<div> </div>
<div>Thanks,</div>
<div>Rams.<br><br></div>
<div class="gmail_quote">On Wed, Aug 12, 2009 at 3:30 PM, <span dir="ltr"><<a href="mailto:freeradius-users-request@lists.freeradius.org">freeradius-users-request@lists.freeradius.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Send Freeradius-Users mailing list submissions to<br>       <a href="mailto:freeradius-users@lists.freeradius.org">freeradius-users@lists.freeradius.org</a><br>
<br>To subscribe or unsubscribe via the World Wide Web, visit<br>       <a href="http://lists.freeradius.org/mailman/listinfo/freeradius-users" target="_blank">http://lists.freeradius.org/mailman/listinfo/freeradius-users</a><br>
or, via email, send a message with subject or body 'help' to<br>       <a href="mailto:freeradius-users-request@lists.freeradius.org">freeradius-users-request@lists.freeradius.org</a><br><br>You can reach the person managing the list at<br>
       <a href="mailto:freeradius-users-owner@lists.freeradius.org">freeradius-users-owner@lists.freeradius.org</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Freeradius-Users digest..."<br>
<br><br>Today's Topics:<br><br>  1. Re: freeradius2.1.6 module errors (Doug Hardie)<br>  2. Freeradius with jradius (shivashankar)<br>  3. Help with passwords (David Jansen)<br>  4. Re: Help with passwords (Alan DeKok)<br>
<br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Tue, 11 Aug 2009 16:05:21 -0700<br>From: Doug Hardie <<a href="mailto:bc979@lafn.org">bc979@lafn.org</a>><br>
Subject: Re: freeradius2.1.6 module errors<br>To: FreeRadius users mailing list<br>       <<a href="mailto:freeradius-users@lists.freeradius.org">freeradius-users@lists.freeradius.org</a>><br>Message-ID: <<a href="mailto:EBEB797D-D771-46BE-BA70-C8BE1F2959FA@lafn.org">EBEB797D-D771-46BE-BA70-C8BE1F2959FA@lafn.org</a>><br>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes<br><br><br>On 11 August 2009, at 06:54, ramesh p wrote:<br><br>> Am doing it correctly? Please suggest?<br><br>Obviously not since FreeRADIUS is telling you it doesn't understant<br>
the Acct-Type of Ignore.  I suspect you are not getting a good answer<br>is that I (for one) do not understand what you are trying to<br>accomplish.  You use the term ignore which implies to me that you want<br>FreeRADIUS to drop any non Stop packets and not respond at all.  That<br>
means that the NAS will continue to retry every one of those packets<br>for some predetermined number of times wasting bandwidth.  I would<br>recommend providing some details on what you want to accomplish and<br>someone may be able to show you how to do that.<br>
<br>><br>> Thanks,<br>> Rams.<br>><br>>   4. freeradius2.1.6 module errors (ramesh p)<br>><br>><br>> ----------------------------------------------------------------------<br>><br>> Message: 4<br>
> Date: Tue, 11 Aug 2009 12:50:30 +0530<br>> From: ramesh p <<a href="mailto:rock786143@gmail.com">rock786143@gmail.com</a>><br>> Subject: freeradius2.1.6 module errors<br>> To: FreeRadius users mailing list<br>
>        <<a href="mailto:freeradius-users@lists.freeradius.org">freeradius-users@lists.freeradius.org</a>><br>> Message-ID:<br>>        <<a href="mailto:6b6aa6710908110020r50a6d15aked46497f07cdadc7@mail.gmail.com">6b6aa6710908110020r50a6d15aked46497f07cdadc7@mail.gmail.com</a>><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>><br>> Hi All,<br>><br>> I have placed a small module "IGNORE" to ignore packets other than<br>> "Stop"<br>> type.<br>
><br>> modified acct_users file as:<br>><br>> DEFAULT Acct-Status-Type == "Tunnel-Stop", Acct-Type := "IGNORE"<br>> DEFAULT Acct-Status-Type == "Tunnel-Start", Acct-Type := "IGNORE"<br>
> DEFAULT Acct-Status-Type == "Start", Acct-Type := "IGNORE"<br>> DEFAULT Acct-Status-Type == "Failed", Acct-Type := "IGNORE"<br>> #DEFAULT Acct-Status-Type == "Checkpoint", Acct-Type := "IGNORE"<br>
> DEFAULT Acct-Status-Type == "Accounting-On", Acct-Type := "IGNORE"<br>> DEFAULT Acct-Status-Type == "Accounting-Off", Acct-Type := "IGNORE"<br>> DEFAULT Acct-Status-Type == "Tunnel-Reject", Acct-Type := "IGNORE"<br>
> DEFAULT Acct-Status-Type == "Tunnel-Link-Start", Acct-Type := "IGNORE"<br>> DEFAULT Acct-Status-Type == "Tunnel-Link-Stop", Acct-Type := "IGNORE"<br>> DEFAULT Acct-Status-Type == "Tunnel-Link-Reject", Acct-Type :=<br>
> "IGNORE"<br>><br>> and added the following in accounting section of main configuration<br>> file :<br>><br>> Acct-Type IGNORE {<br>><br>>                ok<br>><br>>        }<br>><br>
> The above configuration was working in 1.1.6 version. However getting<br>> following error in 2.1.6 version.<br>> Module: Instantiating files<br>>  files {<br>>        usersfile = "/usr/local/fnmt/freeradius2//etc/raddb/users"<br>
>        acctusersfile = "/usr/local/fnmt/freeradius2//etc/raddb/<br>> acct_users"<br>>        preproxy_usersfile =<br>> "/usr/local/fnmt/freeradius2//etc/raddb/preproxy_users"<br>>        compat = "no"<br>
>  }<br>> /usr/local/fnmt/freeradius2//etc/raddb/acct_users[25]: Parse error<br>> (check)<br>> for entry DEFAULT: Unknown value IGNORE for attribute Acct-Type<br>><br>><br>> Errors reading /usr/local/fnmt/freeradius2//etc/raddb/acct_users<br>
> /usr/local/fnmt/freeradius2//etc/raddb/modules/files[7]: Instantiation<br>> failed for module "files"<br>><br>> please help.<br>><br>> Thanks,<br>> Rams.<br>> Please help<br>> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>> URL: <<a href="https://lists.freeradius.org/pipermail/freeradius-users/attachments/20090811/c31a18ad/attachment.html" target="_blank">https://lists.freeradius.org/pipermail/freeradius-users/attachments/20090811/c31a18ad/attachment.html</a><br>
> ><br>><br>> ------------------------------<br>><br>> -<br>> List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
><br>><br>> End of Freeradius-Users Digest, Vol 52, Issue 54<br>> ************************************************<br>><br>> -<br>> List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
<br><br><br>------------------------------<br><br>Message: 2<br>Date: Wed, 12 Aug 2009 00:25:29 -0700 (PDT)<br>From: shivashankar <<a href="mailto:c.shivashankar@gmail.com">c.shivashankar@gmail.com</a>><br>Subject: Freeradius with jradius<br>
To: <a href="mailto:freeradius-users@lists.freeradius.org">freeradius-users@lists.freeradius.org</a><br>Message-ID: <<a href="mailto:24931286.post@talk.nabble.com">24931286.post@talk.nabble.com</a>><br>Content-Type: text/plain; charset=us-ascii<br>
<br><br>hi ,<br><br>i configured Jradius with Freeradius.<br><br>but i don't know how to wirte java code and compile in jradius.<br><br>is any doucment.?<br><br>could u plz help. .<br><br>Regard's<br>shiva shankar<br>
--<br>View this message in context: <a href="http://www.nabble.com/Freeradius-with-jradius-tp24931286p24931286.html" target="_blank">http://www.nabble.com/Freeradius-with-jradius-tp24931286p24931286.html</a><br>Sent from the FreeRadius - User mailing list archive at Nabble.com.<br>
<br><br><br>------------------------------<br><br>Message: 3<br>Date: Wed, 12 Aug 2009 11:15:01 +0200<br>From: David Jansen <<a href="mailto:david@nines.nl">david@nines.nl</a>><br>Subject: Help with passwords<br>To: "'<a href="mailto:freeradius-users@lists.freeradius.org">freeradius-users@lists.freeradius.org</a>'"<br>
       <<a href="mailto:freeradius-users@lists.freeradius.org">freeradius-users@lists.freeradius.org</a>><br>Message-ID:<br>       <1FC4F995991A86438D90D677BFC1B0A889DD6F8071@mail01.efocus.local><br>Content-Type: text/plain; charset="us-ascii"<br>
<br>Hi,<br><br>Although passwords are filtered in radius log i do still see unencrypted passwords in auth-detail-%% files in /var/log/radius/radacct. How can I get rid of these passwords?<br><br>Kind regards<br>David Jansen<br>
<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a href="https://lists.freeradius.org/pipermail/freeradius-users/attachments/20090812/2cf30e9d/attachment.html" target="_blank">https://lists.freeradius.org/pipermail/freeradius-users/attachments/20090812/2cf30e9d/attachment.html</a>><br>
<br>------------------------------<br><br>Message: 4<br>Date: Wed, 12 Aug 2009 11:27:53 +0200<br>From: Alan DeKok <<a href="mailto:aland@deployingradius.com">aland@deployingradius.com</a>><br>Subject: Re: Help with passwords<br>
To: FreeRadius users mailing list<br>       <<a href="mailto:freeradius-users@lists.freeradius.org">freeradius-users@lists.freeradius.org</a>><br>Message-ID: <<a href="mailto:4A828B19.7070907@deployingradius.com">4A828B19.7070907@deployingradius.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br><br>David Jansen wrote:<br>> Although passwords are filtered in radius log i do still see unencrypted<br>> passwords in auth-detail-%% files in /var/log/radius/radacct. How can I<br>
> get rid of these passwords?<br><br> Read raddb/modules/detail<br><br> This is documented.<br><br> Alan DeKok.<br><br><br>------------------------------<br><br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
<br><br>End of Freeradius-Users Digest, Vol 52, Issue 56<br>************************************************<br></blockquote></div><br>