Installing GNS3 1.4.1 On Debian Stretch.: Install GNS3 and GNS3-Server
Installing GNS3 1.4.1 On Debian Stretch.: Install GNS3 and GNS3-Server
I’am studying for my CCNA, and dynamips with GNS3 is a helpful tool while studying the exam
objectives. Running Debian testing (Stretch), I was suprised with the outdated GNS3 packages (version
0.8.7). Following are instruction on howto build the latest GNS3 1.4.1 by yourself.
Install GNS3 and GNS3-Server
As root run :
/usr/src
Installing Dynamips
Dynamips can be installed with the package manager (apt-get install dynamips) or build form source.
Install the packages needed to build dynamips
And copy the dynamips-0.2.14-source.zip file to the directory and build dynamips from source.
cd /usr/src/dynamips
unzip ./dynamips-0.2.14-source.zip
mkdir build
cd build
cmake /usr/src/dynamips/ -DCMAKE_INSTALL_PREFIX=/opt/dynamips
-DDYNAMIPS_CODE=stable
make install
gns3server --local
Now start GNS3 and configure it to use the compiled (or installed) dynamips package. Under Edit =>
Preferences.