Kapetanakis Giannis(bilias@edu.physics.uoc.gr) on 2020.07.03 10:31:18 +0300:
> Hi,
>
> My setup in relayd is like this:
>
> redirect radius {
> listen on $radius_addr udp port radius interface $ext_if
> pftag RELAYD_radius
> sticky-address
> forward to <radius> mode least-states check icmp demote carp
> }
>
> redirect radacct {
> listen on $radius_addr udp port radacct interface $ext_if
> pftag RELAYD_radius
> sticky-address
> forward to <radius> mode least-states check icmp demote carp
> }
>
> I want to combine it in one redirect but the redirect forwards it to the first port defined in listen for both radius and radacct ports.
>
> redirect radius {
> listen on $radius_addr udp port radius interface $ext_if
> listen on $radius_addr udp port radacct interface $ext_if
> pftag RELAYD_radius
> sticky-address
> forward to <radius> mode least-states check icmp demote carp
> }
>
> Is there another way to do this
No
> or do I have to stick with two redirects?
Yes.
/Benno
No comments:
Post a Comment