We feature technical articles across the entire IT spectrum - Networking, security, operating systems, cloud, and programming.

GNS3 Linux – A hypervisor is already running on port 7200

Issue When trying to add a device I get the error A hypervisor is already running on port 7200 Solution This is due to some Dynaip processes not finishing after the closure of the previous GNS3 session. Close the GNS3 GUI and run the command (via CLI) pkill -9 dyna

GNS3 Windows – VPSC Failed to start dynamips

Issue When I start VPSC, in GNS3 I get the following, When I try and click test under Dynamips I get Failed to start dynamips When I try and drag a router over to the main screen I get  Cant start Dynamips on port 7200 Resolution Copy the file cygwin1.dll from your VPCS folder into … Read more

GNS3 Windows – Cant start Dynaips on port 7200

Issue When I try and click test under Dynamips I get test failed to start dynamips When I try and drag a router over to the main screen I get   Cant start Dynaips on port 7200 Resolution This is normally down to the paths in “Perferences > Dynamips” not being correct, check that both … Read more

GNS3 Windows – Cant`t start pemu on port 10525

Issue When I try to open a PIX or drag it over to the main window I get the error Cant`t start pemu on port 10525. Resolution Under the “Perferences > Pemu > Working Directory”, change the directory to C:\Documents and Settings\%username%\Local Settings\Temp

Installing GNS3 0.6.1 onto Ubuntu 8.04

Below shows you how to install GNS3 onto Ubuntu 8.04. GNS is a Graphical Network Simulator allowing you to build virtual cisco networks. sudo apt-get -y install dynagen python-qt4cd ~wget http://kent.dl.sourceforge.net/sourceforge/gns-3/GNS3-0.6.1-src.tar.gztar xvfz GNS3-0.6.1-src.tar.gz && rm GNS3-0.6.1-src.tar.gzsudo mv GNS3-0.6.1-src /opt/GNS3cd /opt/GNS3sudo mkdir Dynamipssudo mkdir IOSsudo mkdir Projectsudo mkdir Cachesudo mkdir tmpsudo chmod o+rw -R ./Projectsudo chmod … Read more

R65 / R55 Script – Resource Usage Report

Below is a bash/sh script to log the resouces of a R55/R65 Check Point firewall. The following resources are recorded, Free Memory CPU Usage Concurrent Connections Peak Connections Time Date The script will build a .csv file which can then be opened using excel, and the required data (columns) can be selected and converted into … Read more

Netscreen Syslog Logging Formats

Below are the 2 types of syslog messages. This can be useful to quickly determine on a NSM whether the logs are coming from the NSM or directly from the Firewall via syslog. Syslog from the Firewall Mar 18 17:56:52 [FW IP] [FW NAME]: NetScreen device_id=netscreen2  [Root]system-notification-00257(traffic): start_time=”2009-03-18 16:07:06″ duration=0 policy_id=320001 service=msrpc Endpoint Mapper(tcp) proto=6 … Read more

Check Point: Migrate Provider-1 R55 CMA to R65 Smart Centre Server

Below are the steps required to migrate a Provider-1 CMA to a Smart Centre Server. This tutorial was based on exporting and migrating from R55 to R65 and will involve the following steps,   1. Export the CMA on the Provider-1 2. Import the CMA into Smart Centre 3. Export and detach license 4. Update the Smart Centre Object … Read more

Check Point – Provider-1 Export / Failed to export Error

Issue When trying to run an upgrade_export from a Provider-1 you get the following error, Failed to export. Please close all Check Point clients. If the failure to export persists, stop all Check Point Services and run the upgrade_export command again. Solution Note: The upgrade_export command is run from the $FWDIR/bin/upgrade_tools directory of the CMA. … Read more