On Wed, Sep 21, 2011 at 10:14 PM, Christopher Petermann <c.petermann@funknetz.at> wrote:
Hello
I want to implement 2 virtuell Radius Server to provide service for
wireless auth (server 1)
hotspot auth (server 2)
In my test enviroment I have one NAS which has an wireless interface and a hotspot function on it.
So I config the NAS that I should use virtuell Radius Server 1 for wireless auth and virtuell Radius Server 2 for hotspot auth
So I defined two virtuell server and made the following entry to clients.conf (NAS IP: 192.168.30.70)
client 192.168.30.70 {
secret = secure
virtual_server = vserver1
}
client 192.168.30.70 {
secret = secure2
virtual_server = vserver2
}
In debug mode I get the error:
Failed to add duplicate client 192.168.30.70
Is it possible to add one NAS to different virtuell servers and how?
It's not possible to define two NAS with the same IP address. It IS possible to select which virtual server to use based on realm, thus ignoring which NAS the request comes from. I suggest you try that. See proxy.conf for examples. -- Fajar