I use Realm Authentication Policy to work out what cleints can access what realms via source IP. I've been stagging IPv6 into my dev enviroment and I have stopped being able to get clients with a v6 address to login. I simplified my setup to a Signing, Realm, Role config. If I enable my Authentication Policy I can not login. IF I allow all IP's I can login. Here is my filter list. I've also tried the 0:0:0:0:0:0:0:0/128 and it collapsed down to ::/128. Can anyone suggest a solution?
![]() | IPv4/v6 Address | Netmask/Prefix Length | Allow/Deny | |
172.16.0.0 | 255.240.0.0 | Allow | ||
10.0.0.0 | 255.0.0.0 | Deny | ||
192.168.0.0 | 255.255.0.0 | Deny | ||
0.0.0.0 | 0.0.0.0 | Allow | ||
:: | 128 | Allow | ||
Solved! Go to Solution.