Hi, Does anyone have GNS3 installation guide? for CentOS 8? Would be grateful if you could give me. Thank you. Sonam ****************************************************************************************************************************** Information contained in this message maybe confidential in nature and is meant for the intended recipient(s) of the message only. Tashi InfoComm Limited has the sole right to such information and any copying/redistribution of the information contained in the message, without the prior written consent of Tashi InfoComm Limited, is Prohibited. ******************************************************************************************************************************
> Does anyone have GNS3 installation guide for CentOS 8?I have some notes for the installation that I use for Fedora, I can test for CentOS 8 and share it with you or stick it on the Wiki. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20200429/88ee5871/attachment.sig>
> Does anyone have GNS3 installation guide for CentOS 8?This was validated in a KVM - Install dependencies $ sudo dnf -y install platform-python-devel qt5-qtbase python3-qt5 - Download and install dynamips and ubridge ubridge-0.9.14-5.fc30.x86_64.rpm [ https://rpmfind.net/linux/rpm2html/search.php?query=ubridge] dynamips-0.2.21-1.el8.x86_64 [ https://rpmfind.net/linux/rpm2html/search.php?query=dynamips] $ sudo dnf install ~/Downloads/ubridge-0.9.14-5.fc30.x86_64.rpm $ sudo dnf install ~/Downloads/dynamips-0.2.21-1.el8.x86_64.rpm - install GNS3 packages $ pip3 install gns3-gui gns3-server gns3-netifaces gns3-net-converter I tested a couple of docker container and a cisco router, hope this helps -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20200430/6a0c2250/attachment.sig>
Am 30.04.20 um 03:16 schrieb Earl Ramirez:> >> Does anyone have GNS3 installation guide for CentOS 8? > This was validated in a KVM > > - Install dependencies > $ sudo dnf -y install platform-python-devel qt5-qtbase python3-qt5 > - Download and install dynamips and ubridge > ubridge-0.9.14-5.fc30.x86_64.rpm [ > https://rpmfind.net/linux/rpm2html/search.php?query=ubridge] > dynamips-0.2.21-1.el8.x86_64 [ > https://rpmfind.net/linux/rpm2html/search.php?query=dynamips] > $ sudo dnf install ~/Downloads/ubridge-0.9.14-5.fc30.x86_64.rpm > $ sudo dnf install ~/Downloads/dynamips-0.2.21-1.el8.x86_64.rpm > - install GNS3 packages > $ pip3 install gns3-gui gns3-server gns3-netifaces gns3-net-converter > > I tested a couple of docker container and a cisco router, hope this > helps >Crazy stuff, installing foreign binary packages :-) -- Leon