<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
<DIV>First let me say I have worked on this for a day, read pretty much all i can find, docs etc, and am getting more confused as I go, so its time to step back and ask for some help om what I am doing wrong.</DIV>
<DIV> </DIV>
<DIV>I am trying to get  a default profile to work</DIV>
<DIV>I can't put on in the users file cause the billling program auto creates a file, and its the culprit</DIV>
<DIV>that won't input the ascend-data-filter in the correct format.</DIV>
<DIV>So I can't create a default profile in the users file</DIV>
<DIV> </DIV>
<DIV>I use a users txt file for users to auth thats imported by our billing program</DIV>
<DIV>This works great, etc and users auth, etc aok all works and is in production</DIV>
<DIV>The issue came up when the ascend data filter would not work</DIV>
<DIV>well it turns out the billing program sends the info wrong it just </DIV>
<DIV>not  chageable at the billing software</DIV>
<DIV>Ascend-Data-Filter = "ip in forward tcp est",  ---> note no + as +=</DIV>
<DIV>And of course without the += when its sent out to the nas its only seeing the 1st line and doesn't read the rest</DIV>
<DIV>of the filters<BR></DIV>
<DIV>The issue is its importing the ascend data filter attribute incorrectly and theirs no way to change it</DIV>
<DIV>at the rodopi billing end</DIV>
<DIV>I won't get into details of that for its just not possible to get that to happen</DIV>
<DIV> </DIV>
<DIV>So I need to come up with a way add that info at the radius level</DIV>
<DIV> </DIV>
<DIV>I have played with the hints file but i am not sure thats my answer, and for some reason its not even appearing to see it ie the preprocess is uncommented in radiusd.conf authorize section and in accounting section</DIV>
<DIV> </DIV>
<DIV>Heres the example</DIV>
<DIV> </DIV>
<DIV>Heres whats happening on a user with what i have been trying</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>First I have two realms</DIV>
<DIV> </DIV>
<DIV>example</DIV>
<DIV>realm sakeoftest.net {<BR> type  = radius<BR> authhost = LOCAL<BR> accthost = LOCAL<BR> nostrip</DIV>
<DIV> </DIV>
<DIV>realm sakeoftest2.net {<BR> type  = radius<BR> authhost = LOCAL<BR> accthost = LOCAL<BR> nostrip</DIV>
<DIV> </DIV>
<DIV>---</DIV>
<DIV>Heres the hints file entry</DIV>
<DIV> </DIV>
<DIV>DEFAULT Suffix == "", Strip-User-Name = No<BR> Hint = "test",<BR> Framed-Protocol = PPP,<BR> Service-Type = Framed-User,<BR> Session-Timeout = 14400,<BR> Ascend-Data-Filter += "ip in forward tcp est",<BR> Ascend-Data-Filter += "ip in forward dstip *.*.*.*/32",<BR> Ascend-Data-Filter += "ip in forward dstip *.*.*.*/32",<BR> Ascend-Data-Filter += "ip in forward dstip *.*.*.*/32",<BR> Ascend-Data-Filter += "ip in forward dstip *.*.*.*/32",<BR> Ascend-Data-Filter += "ip in drop tcp dstport = 25",<BR> Ascend-Data-Filter += "ip in forward",<BR> Port-Limit = 1</DIV>
<DIV>---</DIV>
<DIV> </DIV>
<DIV>Heres the entry for the users.txt file</DIV>
<DIV> </DIV>
<DIV>joe    "test"</DIV>
<DIV>         Hint = "test",</DIV>
<DIV>         Fall-Through = no</DIV>
<DIV> </DIV>
<DIV>Any ideas anyone ???? Please!!!!!!!!!</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></body></html>