lance <[EMAIL PROTECTED]> wrote: > With bind_address * , if a request comes in on the 2nd ip, freeradius > sends the response out of the 1st ip, eg :-
No. The *operating system* sends the request out the first IP. 'bind_address = *' means that you don't care where the requests are sent to , or where they come from. If you want the server to send packets FROM a particular IP, you've got to tell the server to bind to that IP (and thus tell the OS which IP to send from) > Also - is it a bug or a feature that unless debug_level is set to 0 in > radiusd.conf all logging stops ??? You shouldn't be playing with 'debug_level' in a live server, unless something's seriously wrong. That's why it isn't listed in the standard 'radiusd.conf' Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
