Hi All,<br><br>I have placed a small module "IGNORE" to ignore packets other than "Stop" 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 := "IGNORE"<br><br>and added the following in accounting section of main configuration file :<br><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Crparsa%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:Arial;
        mso-fareast-font-family:"Times New Roman";
        mso-bidi-font-family:"Times New Roman";}
p.MsoHeader, li.MsoHeader, div.MsoHeader
        {margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        tab-stops:center 3.0in right 6.0in;
        font-size:10.0pt;
        font-family:Arial;
        mso-fareast-font-family:"Times New Roman";
        mso-bidi-font-family:"Times New Roman";}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

<p class="MsoNormal"><span style="color: green;">Acct-Type
IGNORE {</span></p>

<p class="MsoNormal"><span style="color: green;"><span style="">                </span>ok</span></p>

<p class="MsoHeader" style=""><span style="color: green;"><span style="">        </span>}</span></p>

<br>The above configuration was working in 1.1.6 version. However getting 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/acct_users"<br>        preproxy_usersfile = "/usr/local/fnmt/freeradius2//etc/raddb/preproxy_users"<br>        compat = "no"<br>
  }<br>/usr/local/fnmt/freeradius2//etc/raddb/acct_users[25]: Parse error (check) for entry DEFAULT: Unknown value IGNORE for attribute Acct-Type<br>Errors reading /usr/local/fnmt/freeradius2//etc/raddb/acct_users<br>/usr/local/fnmt/freeradius2//etc/raddb/modules/files[7]: Instantiation failed for module "files"<br>
<br>please help.<br><br>Thanks,<br>Rams.<br>Please help<br>