Did you know that you can use the EEM Embedded Event Manager in Cisco ASA (from v9.1) to schedule a daily backup of the firewall running-config to an external server? In this example I backup the configuration once daily to…

Did you know that you can use the EEM Embedded Event Manager in Cisco ASA (from v9.1) to schedule a daily backup of the firewall running-config to an external server? In this example I backup the configuration once daily to…
sudo pico /etc/network/interfaces Add the following, modify as needed allow-hotplug eth0 iface eth0 inet static address 10.0.0.123 netmask 255.255.255.0 gateway 10.0.0.1 network 10.0.0.0 service networking restart
One of the most common types of DDoS attacks is the UDP-based amplified reflection attack. I will now explain how this attack works and what makes it so hard to protect against it. The most targeted systems is web servers.…
I created a short video on how to configure Cisco ASA to allow a CLI user to authenticate with RSA keypair when connecting with SSH instead of username/password. See video below. In short, this is how to do it: username…
I am currently attending Cisco Live in Berlin. The schedule is stuffed with various nice topics! One of the sessions I just attended was about OpenDNS. I have heard about it and read about it but no more. Since the…