Entries by talebi_it@yahoo.com

CentOS network configuration

You can configure network interface by editing configuration files stored in /etc/sysconfig/network-scripts/ directory. Lets configure the first network interface eth0. Edit the interface configuration file. # vi /etc/sysconfig/network-scripts/ifcfg-eth0 (if file doesn’t exist, create it with name of ifcfg-ethx) Append/Modify as follows: For a system using a Static IP Address DEVICE=”eth0″ BOOTPROTO=”none” ONBOOT=”yes” IPADDR=”192.168.1.15″ NETMASK=”255.255.255.0″ GATEWAY=”192.168.1.1″ For a […]

Cisco ASA FirePOWER Services: how to install FMC?

Technology: Network Security Area: Next Generation Firewalls Vendor: Cisco Software: 8.X, 9.X, FMC 5.X, 6.X, SFR module 5.X , 6.X Platform: Cisco ASA, Firepower Management Center VM Firepower Management Center installation steps 1. Deployment from OVF   2. Assign the hostname for VM 3. Choose the right ovf and vmdk files   4. Select proper vNIC (the one you will […]