GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
810 stars 263 forks source link

Could not send Dynamips command 'vm set_ghost_status "R1" 2' to localhost:34923: Connection lost, process running: False error in gns3 #2437

Open Durgesh002 opened 1 week ago

Durgesh002 commented 1 week ago

I'm trying to run c7200 router image in gns3 on debian distro. But it's throwing me above error. I saw a similar issue reported for fedora. But couldn't see the solution to it.

grossmj commented 1 week ago

Sounds like your c7200 image is unstable and/or Dynamips has crashed as a result. What is your IOS image name?

Durgesh002 commented 1 week ago

Hey bro. I'm running Cisco 7200 124-24.T5 on my debian machine. Could there be any problem with gns3 in supporting IOU images? In Ubuntu based distro, we use following commands for IOU support:

sudo dpkg --add-architecture i386 sudo apt update sudo apt install gns3-iou

Do we have any such commands to enable IOU support in debian? Also, I want to understand what these commands do that you're able to run IOU images in Ubuntu distro?