We are required to send port filters to our up stream provider using the
format below:
Ascend-Data-Filter="ip in forward tcp est"
Ascend-Data-Filter="ip in forward dstip 254.170.212.0/24"
Ascend-Data-Filter="ip in drop tcp dstport = 25"
Ascend-Data-Filter="ip in forward"
When using the ReplyHook put into the <Auth RADIUS> section as follows:
ReplyHook sub { ${$_[0]}->add_attr('Ascend-Data-Filter',\
'ip in forward tcp est');\
${$_[0]}->add_attr('Ascend-Data-Filter',\
'ip in forward dstip 199.170.121.0/24');\
${$_[0]}->add_attr('Ascend-Data-Filter',\
'ip in drop tcp dstport = 25');\
${$_[0]}->add_attr('Ascend-Data-Filter',\
'ip in forward');}
The values needed are not returned in the reply packet. I have checked it
by starting Radiator from a terminal, with foreground set and trace = 4.
When using multiple AddToReply instead of RelyHook using the attributes as
above, only the first value is added to the reply.
Any help would be appreciated.
Bob Saunders
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.