On Dec 27, 2022, at 10:24 PM, BuzzSaw Code <buzzsaw.code@gmail.com> wrote:
This is almost working great, I did hit two snags:
1) There is no COA-Packet-DST-IPv6-Address attribute defined in the default dictionary - since there is a COA-Packet-DST-IP-Address should there not also be a COA-Packet-DST-IPv6-Address defined like so ?
No. Just use &coa:Packet-DST-IP-Address,
2) I added a custom attribute used to pass the actual COA target address over to the distributed radius server, but I found it wasn't being sent over. Using (or misusing) a vendor defined attribute worked, then I recall reading somewhere there are rules about what attributes are passed/proxied and that certain numerical rangers are filtered ? Is that right ? Where are those rules documented ? Is it in the dictionary files somewhere ?
Read the debug log. Attribute filtering is done in the attr_filter module. Alan DeKok.