====== Instalación de GNS3 (graphic network simulator) y ConfBridge ====== ===== GNS3 ===== * Repositorios:sudo nano /etc/apt/sources.list sudo nano /etc/apt/sources.list * Agregar las siguientes lineas # gpl.code.de deb http://gpl.code.de/debian unstable/ deb-src http://gpl.code.de/debian unstable/ deb http://gpl.code.de/debian testing/ deb-src http://gpl.code.de/debian testing/ * Actualizar Debian: apt-get update * Instalar GNS3 y Dynamips sudo mkdir /opt/dynamips cd /opt/dynamips sudo wget http://sourceforge.net/projects/gns-3/files/Dynamips/0.2.8-RC3-community/dynamips-0.2.8-RC3-community-x86_64.bin * [Para 32bits] sudo wget http://sourceforge.net/projects/gns-3/files/Dynamips/0.2.8-RC3-community/dynamips-0.2.8-RC3-community-x86.bin sudo chmod +x dynamips-0.2.8-RC3-community-x86_64.bin cd /opt sudo wget http://sourceforge.net/projects/gns-3/files/GNS3/0.8.2/GNS3-0.8.2-src.tar.gz sudo tar zvfx GNS3-0.8.2-src.tar.gz chmod +x /opt/GNS3-0.8.3-src/gns3.pyw chmod +x /opt/GNS3-0.8.3-src/qemuwrapper/qemuwrapper.py * Para Iniciar GNS cd /opt/GNS3-0.8.2-src3 ./gns3.pyw [[central_telefonica_rpi._marco_torres|Índice]]