Dennis Skinner <[EMAIL PROTECTED]> wrote:
> >   e.g. You can make the server listen on 2 IP's of a machine, but not
> > a third.
> 
> What address will it send the reply packet on?www

  The one it came in on.

  The server opens a different socket for each "listen" directive.
Any request received on a socket has the response sent out the same
socket.

>  I've noticed that my
> servers tend to respond on eth0 when bind=* even if the request came in
> on eth0:1.

  That's what --with-udpfromto is for, when you set "bind_address=*"

  The new "listen" directive makes the --with-udpfromto less critical.

> Is there an option like Bind's (DNS) "query-source address"?

  Nope.  There's no need.

  Alan DeKok.

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

Reply via email to