Web Wireshark
Web Wireshark won't start or connect?
Troubleshooting steps:
- Verify Docker is running: Run
docker pson the GNS3 VM to confirm the Docker daemon is active - Check network connectivity: Ensure the GNS3 VM can reach Docker Hub (or has the image pre-loaded)
- Review configuration: Confirm the
[WebWireshark]section ingns3_server.confis correct - Check logs: Look for error messages in the GNS3 log console
- Inspect container logs: Run
docker logs gns3-wireshark-{project_id}
How to adjust Web Wireshark resource allocation (memory, CPU)?
Edit the [WebWireshark] section in gns3_server.conf:
[WebWireshark]
memory = 4g # Container memory limit (default 2g)
cpus = 2.0 # CPU cores (default 1.0)
Recommended configuration by concurrent instances:
| Concurrent instances | Recommended memory | Usage |
|---|---|---|
| 4-6 | 2g | Default, moderate usage |
| 7-10 | 4g | Heavy usage |
| 10+ | 8g | Large topologies |