20 Aug
2014
20 Aug
'14
4:32 p.m.
Marcus Ng wrote:
1. If I create 2 sql named instances, and each one has num_sql_socks = 5, does that mean the total number of sql connections is 10? I don't really want that because the only difference between the 2 named instances will only be in the sql queries.
You can use 2 SQL instances. In version 3.0.4 (released soon), SQL modules can share connection pools.
2. Or, can I use radgroupcheck to check for listening IP and port of the radius server instead? I.e. to check the incoming connection has the correct Packet-Dst-IP-Address and Packet-Dst-Port?
Yes, that can be done. Just edit the queries. That's why they're text. Alan DeKok.