HTTPS access via GUI broken after changing FAC400E IP address
Hello all. Any and all help is greatly appreciated. We have two FAC400Es, both running 6.6.2. We recently changed the IP address of one of them and lost HTTPS access. The FAC is reachable from anywhere on the network, does not appear to be a routing issue. About 10 mins or so after the new IP was configured I cleared the cache on my browser and actually had HTTPS access. I tried to access the FAC roughly 24 hours later and it hasn't worked since.
Other T-Shooting Steps/Points
-tried multiple browsers including Chrome, Firefox and Edge
-we do not have any security devices between the two points, HTTPS access worked prior to the IP address change on the FAC
-power cycled the FAC multiple Times
-confirmed we do not have access to the FAC from multiple source IP spaces
===========================================================================
Config is below:
> show config
config router static
edit 3
set device port1
set dst 0.0.0.0/0
set gateway 10.46.200.1
next
end
config system interface
edit port1
set ip 10.46.200.12/255.255.255.0
set mtu 1500
set allowaccess snmp ssh https-fabric https-gui
next
end
config system dns
set primary 10.46.0.187
set secondary 10.46.0.188
end
config system ha
set mode enable
set role loadbalancer
end
config system global
set admin-maintainer enabled
set timezone 4
end