9 Apr
2021
9 Apr
'21
6:34 a.m.
Hi, Is it possible to call multiple proxy files according to the source Ip Address/Range in the pre-proxy? We would like to have the Switch with the 8021x calling a certain proxy file and if coming from VPN will call another. Also if calling different files is not possible something similar to this..? if ((&NAS-IP-Address == 172.16.65.0/24) || (&NAS-IP-Address == 172.16.193.0/24)) { **something here to use realm** } } elsif (&NAS-IP-Address == 10.69.3.182) { **something here to use realm** } } Regards, Pizu