Tuesday, September 22, 2020

FTP firewall in EVE-NG add to FMC


Add & Boot device

Login admin/Admin123

configure IPv4

manage locally -> yes

show network

In case reconfig is needed: configure network ipv4 manual <ip> <subnet> <gw>

Validate ping from FTD to FMC: ping systems <ip FMC>


Adding FTD to FMC

configure manager add <ip fmc> <password>

In GUI of FMC add the device

Once this is done FTD GUI is no longer accessible.


To revert: configure manager delete, configure manager local

No comments:

Post a Comment

test

import os import argparse import json def load_json_file(filepath):     with open(filepath, 'r') as f:         return json.load(f) d...