Hello,
       Once again many thanks for the free radius server and all the
hard work you have put into it. I am using version .3 and find it very
stable for my simple usage.

     My question is about the users file and how I can set all users to
use a default that sends all reply attributes for all users. Presently
my users file has an entry looks this for every user: 

joe     Auth-Type := local, Password == "mary5985"
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-Compression = Van-Jacobson-TCP-IP,
        Framed-MTU = 1500,
        X-Ascend-Data-Filter += "ip in forward tcp est",
        X-Ascend-Data-Filter += "ip in forward dstip xx.xx.202.196/24",
        X-Ascend-Data-Filter += "ip in drop tcp dstport = 25",
        X-Ascend-Data-Filter += "ip in forward",
        X-Ascend-Idle-Limit += "1200",
        X-Ascend-Maximum-Time += "10800",
        Fall-Through = No

I would like to change it to this:

joe     Auth-Type := local, Password == "mary5985"
        Fall-Through = Yes

Default
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-Compression = Van-Jacobson-TCP-IP,
        Framed-MTU = 1500,
        X-Ascend-Data-Filter += "ip in forward tcp est",
        X-Ascend-Data-Filter += "ip in forward dstip xx.xx.202.196/24",
        X-Ascend-Data-Filter += "ip in drop tcp dstport = 25",
        X-Ascend-Data-Filter += "ip in forward",
        X-Ascend-Idle-Limit += "1200",
        X-Ascend-Maximum-Time += "10800",
        
The backbone provider requires the X-Ascend and won't change their nas
for the newer box.

If I try the second configuration above it does not send the attributes
to the nas. Is there a way to get this working? I have read everything I
can get my eyes on and have not found an answer to this.

Thank You,
Roy Scuccimarri
Sirius Computers

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to