Can’t ping ASA inside interface over IPSec VPN

Even though, IPSec VPN is successfully established between 2 ends of your network, you can’t ping ASA inside over IPSec VPN from the other end.…

How to upgrade FSSO Agent

This article applies to all versions of FSSO. Step 1: Identify installed FSSO version. Navigate to C:\Program Files (x86)\Fortinet\FSAE, right click on FSAEConfig.exe properties to find…

Reset Cisco Router Password Without Losing Configuration

Step 1: Reload router. If you do not know the password, just perform hard reboot. Step 2: Wait for 10 seconds of startup and send a break…

How to restore FortiGate Web Admin GUI Access

Have you lost access to your Fortigate GUI and looking for solution to restore the access? Here are the possible causes for GUI to become…

Fortinet Firewall Management Interface Access Over WAN

There are cases when Administrators need Management Interface access over WAN especially while performing Remote Administration. At the same time, you should consider limiting the…

Configure IKEV1 Site to Site VPN between Cisco ASA and Paloalto Firewall

  In this guide, we are configuring IKEV1 VPN between Cisco ASA and Paloalto firewall. This is applicable to all models of Cisco and PA firewalls.…

PHP Isset() and Empty()

Empty() Returns False if empty() has non-empty and non-zero value. Returns True for Null, 0, “”   Isset() Returns False for Null Returns True for…

WordPress – Use javascript to print specific contents in page

  This solution worked for me. Step 1: Specify the printable contents inside this div. <a href=’javascript:printContent(“ad_div”)’ id=’print_link’>Print</a> <div id=’ad_div’> specify your printable content here……

Add Javascript in WordPress Pages

WordPress defaults security feature restricts use of JavaScript into your content. However there are plenty of plugins out in WordPress that allows JavaScript within page or…

WordPress – How to pass variable as parameter in URL

  This simple method worked for my WordPress website to pass a parameter in URL. In this tutorial, the Datewise Invoices page lists down all the invoices created between…