I have two domains: domain.local and corp.local.domain. Each domain has its RADIUS: nps1.domain.local and nps2.corp.local.domain
I need to configure RADUIS-proxy nps3.domain.local which will forward requests to the corresponding NPSs based on domain belonging. I've created two Request Policies, each has a RADIUS-group with one NPS only. The conditions are:
![]()
but it doesn't work:
"nps3","IAS",07/26/2019,10:31:26,1,"host/AT-NB.corp.local.domain",,"54-80-28-a0-07-c0","48-2a-e3-0f-9c-2d",,,"HP","192.168.100.23",35,0,"192.168.100.23","192.168.100.23",,,15,"CONNECT Ethernet 1000Mbps Full duplex",1,2,,,0,"311 1 192.168.100.245 07/25/2019 07:39:36 10",,,,,,,,,,,,,,,,,,13,6,,,,"1",,,,,,11,,,,,,,,,,"nps3","IAS",07/26/2019,10:31:26,3,,,,,,,,,,0,"192.168.100.23","192.168.100.23",,,,,,,,,49,"311 1 192.168.100.245 07/25/2019 07:39:36 10",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
If I leave only one policy, without the "Client Friendly Name" conditions, it works:
"nps3","IAS",07/25/2019,17:41:31,1,"host/AT-NB.corp.local.domain",,"54-80-28-a0-07-c0","48-2a-e3-0f-9c-2d",,,"HP","192.168.100.23",35,0,"192.168.100.23","192.168.100.23",,,15,"CONNECT Ethernet 1000Mbps Full duplex",1,2,,,0,,,,,,,,,,,,,,,,,,,13,6,,,,"1",,,,,,11,,,,,"RADIUS",2,"AT","192.168.100.223",,"nps3","IAS",07/25/2019,17:41:31,11,,,,,,,,,,0,"192.168.100.23","192.168.100.23",,,,,,,,,0,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"RADIUS",2,"AT","192.168.100.223",,
How can I properly create the domain conditions?
Thank you in advance!