2024-11-21

The Network's Down

The ramblings of an aging Networking Mentor… / Estoy enrede en los redes…

FMC – Changing the Management IP Address

FMC-Default-IFconfig

If you are deploying an FMC device in a lab or in production, the default IP is 192.168.45.45/24. If this IP doesn’t work in your schema, or you don’t feel like building out a host on that network to configure it via the GUI; you can change it’s address relatively easily. Use the following commands to change the IP Address and set a Default Gateway. Let’s take a look.

Typically, on a fresh deployment, you can use the following credentials to login:
Username: admin
Password: Admin123
Password for Version 5.4 and prior: Sourcefire


To set the device’s Default Gateway use this command:
sudo ifconfig eth0 x.x.x.x/yy

To set the device’s Default Gateway use this command:
sudo ip route add default via z.z.z.z

FMC-Default-IFconfig
issue the “ifconfig” command to see the current IP Address.
FMC-Commands-IP
Change the adapter’s IP address and Default Gateway with the above commands.
Verify your address changes by issuing “ifconfig” again.