I have a freeradius server which has multiple IPs aliased on the same interface. This works if I specify each IP explicitly in its own listen { } section but if I try to listen on * all responses are sent from the same IP regardless of which IP the request was received on.
James Devine <fxmulder@gmail.com> wrote:
I have a freeradius server which has multiple IPs aliased on the same interface. This works if I specify each IP explicitly in its own listen { } section but if I try to listen on * all responses are sent from the same IP regardless of which IP the request was received on.
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Yes. Don't do this. List each ip Or, look at udpfromto as an argument to ./configure -- Sent from my phone. Please excuse brevity and typos.
On Fri, Nov 9, 2012 at 12:47 PM, Phil Mayers <p.mayers@imperial.ac.uk>wrote:
James Devine <fxmulder@gmail.com> wrote:
I have a freeradius server which has multiple IPs aliased on the same interface. This works if I specify each IP explicitly in its own listen { } section but if I try to listen on * all responses are sent from the same IP regardless of which IP the request was received on.
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Yes. Don't do this. List each ip
Or, look at udpfromto as an argument to ./configure -- Sent from my phone. Please excuse brevity and typos.
the --with-udpfromto configure option worked, thanks
participants (2)
-
James Devine -
Phil Mayers