12-20-2023 07:39 AM
I recently change the management IP address of our firepower appliance and can no longer access the firepower manager GUI on the new address.
I can ssh to this address perfectly fine and can see that the firepower has https services enabled. i did disable and re-enable this service, but no luck.
I also had a look at the IP-Blocks and cant see any issue there. we have 0.0.0.0 ip-block for ssh and https, so this should cover service access to the firepower.
Can somebody help please ?
Best Regards,
Sabeel
12-20-2023 07:42 AM
you change the IP did you change the GW of Mgmt Interface
MHM
12-21-2023 03:01 AM - edited 12-21-2023 03:08 AM
Hi,
Yes, the gateway was also changed.
Best Regards,
Sabeel
12-21-2023 03:35 AM
may be we did not get right answer here, have you managing the FTD using FMC, you have changed both the side MGMT IP ?
then i would suggest to deregister and re-register again - if you managing the FTD with FMC
12-21-2023 03:41 AM
Hi,
Sorry for not clarifying. There is no FMC in this environment and the FTD is managed using its own GUI. Management IP and gateway has been changed on the management interface. SSH works, but not HTTPs.
Hope that makes more sense.
Best Regards,
Sabeel
12-21-2023 06:10 AM
So you mean after changing the IP, same IP you able to SSH and not able to use https for GUI access.
Hope you have used below command to change the IP :
onfigure network ipv4 manual <mgmt0 IP> <netmask> <gateway> management0
can you post show network here (from console ?)
also check any ACL :
show https-access-list
12-22-2023 02:49 AM
Hi Appologies, its 2130 not a 1000 series appliance.
This is the guide i used to change the IP :
https://www.cisco.com/c/en/us/td/docs/security/asa/fxos/config/asa-2100-fxos-config/cli.html#id_54695
so used this command :
firepower-2110 /fabric-interconnect # set out-of-band static ip 10.x.x.x netmask 255.255.255.x
Than added an ip block of :
firepower-2110 /system/services # enter ip-block 10.0.0.0 8 https
firepower-2110 /system/services # enter ip-block 10.0.0.0 8 SSH
see outpu below:
Permitted IP Block:
IP Address Prefix Length Protocol
--------------- ------------- --------
0.0.0.0 0 https
0.0.0.0 0 ssh
3.0.0.0 8 https
3.0.0.0 8 ssh
10.0.0.0 8 https
10.0.0.0 8 ssh
also, which level in the FXOS do i need to be in to enter this command?:
configure network ipv4 manual <mgmt0 IP> <netmask> <gateway> management0
Best Regards,
Sabeel
12-22-2023 07:15 AM
In order to enable the FDM On-Box management on the firepower 2100 series proceed as follows.
1. Console access into the FPR2100 chassis and connect to the FTD application.
firepower# connect ftd >
2. Configure the FTD management IP address.
>configure network ipv4 manual 10.88.243.253 255.255.255.128 10.88.243.1
3. Configure the management type as local.
>configure manager local
4. Configure from which IP addresses/subnets the On-Box management access to the FTD can be allowed.
>configure https-access-list 0.0.0.0/0
below guide explain more :
12-27-2023 08:08 AM
Hi,
I dont get the connect to ftd option when im in the fxos. these are the options i get:
Firepower# connect <tab>
asa local-mgmt
Best Regards,
Sabeel
12-27-2023 08:16 AM
Worth noting that we are running this in platform mode and have an ASA running inside it.
01-07-2024 08:56 AM
we are running this in platform mode and have an ASA running inside it.
If you are running platform mode and sure, then follow below guide :
check on FXOS prompt : what mode running :
# show fxos mode
12-21-2023 06:18 AM
Share
Show route
Show route management-only
MHM
12-22-2023 03:42 AM
Hi,
Which level in the FXOS do I need to be in to write this command ?
Best Regards,
Sabeel
12-22-2023 03:48 AM
CLISH
MHM
12-22-2023 05:06 AM
Hi,
I am not able to access the CLISH. The firepower logs straight into privilege exec mode so cannot access expert mode.
I think the routes may be ok though as SSH works from the same machine that is trying to access it via HTTPS. If you still feel its worth checking then I can find a way of getting into user mode.
Best Regards,
Sabeel
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide