Re: Freeradius, bind addresses, and multihoming

2011-05-03 Thread Alexander Clouter
Tanjil Ahmed wrote: > > why radius is not bind auto MAC from user in first time use?like mikrotik > user manager have this option... > ...dear user, why do people keep hijacking mailing list threads and use the *Reply-To* button rather than *Compose* in their email clients? > is there any way?

Re: Freeradius, bind addresses, and multihoming

2011-05-03 Thread Alexander Clouter
Gary T. Giesen wrote: > > In this configuration, freeradius will always respond from > 192.168.1.250, even if the initial request was sent to 1.2.3.4. This > is obviously breaking things for me, as I'd rather not have freeradius > listen on every interface on the server (and there are a number

Re: Freeradius, bind addresses, and multihoming

2011-05-03 Thread Gary T. Giesen
My apologies, it does seem to be working correctly now... I found part of the problem was that I hadn't specified a source IP address for proxying, but direct clients were broken as well too so I'm going to drop back to the old version and see if I still have the same problem GG On Tue, May 3, 20

Re: Freeradius, bind addresses, and multihoming

2011-05-03 Thread Gary T. Giesen
Built latest git and still the exact same results. GG On Tue, May 3, 2011 at 8:23 AM, Alan DeKok wrote: > Gary T. Giesen wrote: >> I've compiled freeradius with the --with-udpfromto directive. > ... >> However, if I specify multiple IPs to bind to (rather than just one or >> all), it reverts to

Re: Freeradius, bind addresses, and multihoming

2011-05-03 Thread Alan DeKok
Gary T. Giesen wrote: > I've compiled freeradius with the --with-udpfromto directive. ... > However, if I specify multiple IPs to bind to (rather than just one or > all), it reverts to the the behaviour of responding to all requests > with a source IP of the first bind directive listed. For example

Re: Freeradius, bind addresses, and multihoming

2011-05-02 Thread Tanjil Ahmed
Dear All why radius is not bind auto MAC from user in first time use?like mikrotik user manager have this option... is there any way? Thanks in Advance On Tue, May 3, 2011 at 3:20 AM, Gary T. Giesen wrote: > I've compiled freeradius with the --with-udpfromto directive. > Everything works

Freeradius, bind addresses, and multihoming

2011-05-02 Thread Gary T. Giesen
I've compiled freeradius with the --with-udpfromto directive. Everything works as expected when I bind to all IPs: listen { ipaddr = * port = 1812 type = auth } listen { ipaddr = * port = 1813 type = acct } However, if I specify multiple IPs to bind to