07-19-2017 09:06 AM - edited 03-11-2019 12:52 AM
I have setup a secondary IP on Gig1 on my ISE servers and have my CWA Portal listening on this Interface
(Deploying similar to http://www.networkworld.com/article/3074954/security/how-to-use-anycast-to-provide-high-availability-to-a-radius-server.html)
My static redirect for web redirection in my authorisation profile points to 2.2.2.2.
My redirect works but I was hoping my alias would have replaced my 2.2.2.2 address in the redirect. When my test clients are redirected to my logon page, the URL still shows "https://2.2.2.2......" rather than my Alias.
Am I missing something? Config which covers this is below.
interface GigabitEthernet 0
ip address 10.44.129.10 255.255.255.0
ipv6 address autoconfig
ipv6 enable
!
interface GigabitEthernet 1
ip address 2.2.2.2 255.255.255.0
ipv6 address autoconfig
ipv6 enable
!
ip default-gateway 10.44.129.1
!
ip host 2.2.2.2 guest guest.company.com
Thanks
Solved! Go to Solution.