Commit Graph

693 Commits (3040e87a7d3d81454d30b37f775e1156e2072988)

Author SHA1 Message Date
grossmj 1f85abb036 Fix broken websocket console with Python 3.11
1 year ago
grossmj 0f49911432 Fix Qemu binary not set when adding appliance from template
1 year ago
grossmj a7d19fd89a Fix StreamWriter doesn't have the wait_closed() method in Python3.6. Fixes #2170
1 year ago
grossmj c57b0cbb53 Find Dynamips version before hypervisor launch and do not require Dynamips v0.2.23
1 year ago
grossmj 535f89e29e Give udhcpc executable right. Fixes #2159
1 year ago
grossmj 5459543eb5 Fix issue when detecting Dynamips version (version is not set until after Dynamips has started)
1 year ago
grossmj e15c36f05c Merge remote-tracking branch 'origin/2.2' into 2.2
1 year ago
grossmj da7c7d16e4 Fix starting Dynamips on Windows
1 year ago
grossmj 297ada529c Prevent TPM to run on Windows
1 year ago
grossmj ae200d9add Add Trusted Platform Module (TPM) support for Qemu VMs
1 year ago
grossmj 9132002b80 Fix typos
1 year ago
grossmj 771a9a5ddb Require Dynamips 0.2.23 and bind Dynamips hypervisor on 127.0.0.1
2 years ago
grossmj e5c8ae4bde Use a stock BusyBox for the Docker integration
2 years ago
grossmj b3a6b9173b Fix reset console. Fixes #1619
2 years ago
grossmj 1148dbc48e Fix issue when calling reset_console with running VPCS and Qemu nodes. Ref #1619
2 years ago
grossmj 2550fb3495 Support when the user field defined in Docker container is an ID. Fixes #2134
2 years ago
grossmj 84914ecfa4 Add debug messages to fix VMnet interface list refresh. Ref https://github.com/GNS3/gns3-gui/issues/3381
2 years ago
grossmj 5696d1ccb7 Fix issues with VMnet interface on macOS >= 11.0. Ref #3381
2 years ago
grossmj f04702d607 Fix console vnc don't use configured ports in some case. Fixes #2111
2 years ago
Jeremy Grossmann 0419c081fe
Merge pull request #2083 from a60814billy/fix/binding-on-wrong-interface-in-windows
2 years ago
grossmj 129f0a631c Use original $PATH in init.sh for Docker containers. Ref #2069
2 years ago
BoHong Li 790bf4521d fix: use exact match to find interface in windows to avoid get wrong interface
2 years ago
grossmj 908911e764 Remove parameter "Name" not useful to create a Docker container
2 years ago
grossmj bdd703a0dc Support to reset all console connections. Ref https://github.com/GNS3/gns3-server/issues/1619
2 years ago
grossmj 2eb64200a4 Add spaces before hostname for Docker network config. Ref #2039
2 years ago
grossmj 988ca7574c Add hostname entry to sample network config for Docker nodes. Fixes #2039
2 years ago
grossmj 527d4bb3ea Run Xtigervnc with MIT-SHM extension disabled for Docker VNC console support. Fixes #2071
2 years ago
grossmj 1837850894 Docker: load custom interface files from /etc/network/interfaces (commented by default). Ref #2052
2 years ago
grossmj 890dbd9f77 Create `/etc/network/interfaces.d` in Docker container. Fixes #2052
2 years ago
grossmj 460fe5ed95 Prettify Docker '/etc/network/interfaces' file. Ref #2040
2 years ago
grossmj 56b5c1d237 Fix VMware Fusion VM does not start on macOS >= 11. Fixes #2027
2 years ago
grossmj f963e63d16 Merge branch 'master' into 2.2
2 years ago
grossmj 7490be6d5e Support GNS3 variables in Docker environment variables. Fixes #2033
2 years ago
John Fleming 511ac73d4f
qemu_vm.py Linked node test.
2 years ago
grossmj b1a62dfdc2 Fix unhandled KeyError exception when starting Docker container. Ref #1991
3 years ago
grossmj 5eb5658a74 Fix memory percentage left warning. Fixes #1966
3 years ago
grossmj 611570a863 Fix qemu-img rebase code to support Qemu 6.1. Ref https://github.com/GNS3/gns3-server/pull/1962
3 years ago
grossmj 99d7d0c769 Merge branch 'master' into 2.2
3 years ago
grossmj ed336da304 Qemu 6.1 support
3 years ago
Brian Candler 21e9f38437 Reinstate qemu-img rebase
3 years ago
grossmj 6005e89181 Fix issue when searching for image with relative path. Fixes #1925
3 years ago
grossmj 363fdb7d10 Fix wrong error when NAT interface is not allowed. Fixes #1943
3 years ago
grossmj 92150fba71 Fix incorrect Qemu binary selected when importing template. Fixes https://github.com/GNS3/gns3-gui/issues/3216
3 years ago
grossmj 77487e4fc3 Merge branch 'master' into 2.2
3 years ago
Jeremy Grossmann b68f7a78a7
Merge pull request #1927 from candlerb/candlerb/1921
3 years ago
Jeremy Grossmann 6cf268ca93
Merge pull request #1934 from GNS3/handle_no-kvm_deprecated
3 years ago
grossmj 4646ce684f Handle -no-kvm param deprecated in Qemu >= v5.2
3 years ago
Andrej Krpič 3b7dc21ef0 Fix binary websocket access to the console
3 years ago
grossmj 0ecea8ffbb Change how to generate random MAC addresses
3 years ago
Brian Candler 1ee3e14bd3 Support cloning of encrypted qcow2 base image files
3 years ago