Monday, 3 July 2023

Installing Pnetlab Network Simulation Software

 Introducing the most powerful tool to create, share and practice Networking Lab with multi-vendors. Free of cost. Let's see the features. It's the best alternative for Eve-NG. You will get all the pro features of eve-ng in Pnetlab. 


For proper Documentation please visit: https://pnetlab.com/pages/documentation 

And for Supported Images visit: https://pnetlab.com/pages/documentation?slug=PNETLab-Supported-Images


To download Pnet lab: Drive Link-1

                                     Drive Link-2

                                     Mega Link



Down load the .OVA file from above link. for open the OVA file you need to install vmware workstation. 


Please download Vmware from given Link: https://mega.nz/folder/k3BCWRRQ#RQrkov94is5_qTS6QU9ZGA/folder/xu5AhYIB





Saturday, 1 July 2023

Installing Cacti-0.8.8f with weathermap in ubuntu-server 16.04 lts server

 First, we need to install a lamp server


To install LAMP, add the following repository as shown below –

sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu trusty universe'


To install the lamp server 

sudo apt-get install apache2 mysql-server php libapache2-mod-php

While install lamp it will ask for root password



To install snmpd RRdTool
$ sudo apt-get install snmp snmpd rrdtool


To install Cacti

$sudo apt-get install snmpd cacti cacti-spine

It will ask for setup web server 










Done. open browser and install cacti

http://192.168.9.91/cacti/install/





The default username and password is

User name :admin
Password: admin

Before install any plugin please install php-gd and restart apache web server

apt-get install php-gd
/etc/init.d/apache2 restart


Then download php weather map 0.98a. and extract the zip file. 



Login to your ubuntu server via winscp. and copy the extracted wethermap folder to your ubuntu server /usr/share/cacti/site/plugins/weather map folder




Now go to cacti plugin management and install weathermap plugin.




and then permission to the weathermap config file. 

chmod -R 777 /usr/share/cacti/site/plugins/weathermap/configs


Installing Realtime graph plugin. 



And install same like as Weathermap plugin


























Building a Radius Server with Web GUI for Login Mikrotik Routers

  Building a Powerful RADIUS Server with FreeRADIUS and Django for MikroTik Devices If you're managing MikroTik routers and network acc...