Oguzhan Kayhan wrote:
What i want is to learn if the virtual domain configuration is similar to apache's virtual domain.As we can use names instead of IPs.
The configuration files and README's contain documentation on what the virtual servers are, and what they do.
As, on freeradius if i create 2 clients like client1 {
That is not the proper format for the "client" section.
secret= a1a1a1 virtual_server= bbbbbb }
This won't work because clients are REQUIRED to have IP addresses.
And on another server on different interfaces if i run 2 authentication softwares (like chillispot for example) is it possible to give a name instead of ip adress with NAS-ID or something else.
i.e. DNS name. Yes... it's possible. But you have to specify it. In the "client" section. Which you didn't do.
So, it can select different virtual servers for different connections?
Perhaps try reading raddb/sites-available/README All this is documented. Please read the documentation. Alan DeKok.