Lab / GNS3

GNS3 VM Not Reachable

A troubleshooting guide for cases where the GNS3 VM is online, but the host or lab devices cannot reach each other correctly.

← Back to Guides

GNS3 Lab VM Troubleshooting

GNS3 VM Not Reachable

Use this guide when the GNS3 VM seems to be running, but communication between the VM, host machine, cloud node, firewall, or virtual router is failing.

Common Symptoms

  • VM can ping the host but the host cannot reach lab devices.
  • Firewall in the lab gets an IP address but GUI access fails.
  • Cloud node appears connected but traffic still does not pass.
  • Devices inside the lab can ping each other but not the host.

What To Check First

  • Correct cloud adapter is selected in GNS3.
  • Bridge vs host-only mode is appropriate for your design.
  • Host machine has the correct route to the lab network.
  • Windows Firewall is not blocking traffic.
  • VM adapter is bound to the intended virtual switch.

Quick Checklist


- Right Cloud adapter? (Bridge / Host-only)
- Static route on host?
- Windows firewall blocking?
- Correct VM network adapter?
- Same subnet expectations verified?
        

Step-by-Step Troubleshooting

  1. Confirm the GNS3 VM is powered on and connected to the correct adapter.
  2. Ping the host machine from the VM.
  3. Ping the host from a router or firewall inside the lab.
  4. Check whether the host has a route back to the lab subnet.
  5. Check whether the cloud node is bridging or NATing unexpectedly.
  6. Temporarily test with host firewall disabled if needed.

Useful Tests Inside the Lab


# From a router or firewall in the lab
ping host-ip-address

# Check addressing
show ip interface brief

# Verify default route if needed
show ip route
        

Common Root Causes

  • Wrong adapter selected on the cloud node
  • Host-only used when bridge was needed, or vice versa
  • Missing static route on the host machine
  • Windows firewall blocking ICMP or GUI traffic
  • Incorrect IP addressing inside the lab

Expected Result

After correcting the adapter, routing, or firewall issue, the host and lab devices should be able to communicate in both directions.