Commit Graph

720 Commits (master)

Author SHA1 Message Date
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
grossmj cdedd53339 Fix VMware VM support on Linux and Windows. Fixes #1919
3 years ago
Jeremy Grossmann e78b5fa6d6
Fix typo
3 years ago
grossmj c892cf371b Fix VMware support on macOS BigSur
3 years ago
grossmj 971e86d254 Fix uBridge errors for cloud nodes not visible in logs. Fixes #1895
3 years ago
grossmj 9a6978902d Fix tests.
3 years ago
grossmj 6294ad9e76 Prevent directory traversal
3 years ago
grossmj 8cce0eedee Fix console type error when creating Ethernet switch node. Fixes #1873
3 years ago
grossmj 1043be02a6 Merge branch 'master' into 2.2
3 years ago
grossmj 9de61cd671 Fix warning: 'ide-drive' is deprecated when using recent version of Qemu. Fixes https://github.com/GNS3/gns3-gui/issues/3101
3 years ago
grossmj 9e6ccc3f61 Fix bug when starting of vpcs stopped with "quit". Fixes https://github.com/GNS3/gns3-gui/issues/3110
3 years ago
grossmj 128e494134 Stop uBridge if VPCS node has been terminated. Ref https://github.com/GNS3/gns3-gui/issues/3110
3 years ago
Brent Baccala 235a127111 Allow cloned QEMU disk images to be resized before the node starts,
3 years ago
grossmj 5244ae6d4c New config file options to configure the VNC console port range.
4 years ago
Bernhard Ehlers e45bc5aec1 Fix mcopy error messages
4 years ago
grossmj 5dab0c2587 Prevent WIC to be added/removed while Dynamips router is running. Fixes https://github.com/GNS3/gns3-gui/issues/3082
4 years ago
Bernhard Ehlers de2b9caeeb Use HDD disk image as startup QEMU config disk
4 years ago
grossmj 362701f5aa Allow commas in image paths and VM name for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
4 years ago
grossmj 91244456f5 Handle comma in disk path for Qemu VMs. Fixes https://github.com/GNS3/gns3-gui/issues/3065
4 years ago
grossmj c248764efb Fixes update() missing 2 required positional arguments: 'name' and 'value'. Fixes #1821 #1825
4 years ago
grossmj 399f1c082e Add '-smp sockets=1' by default for Qemu VMs. Ref https://github.com/GNS3/gns3-gui/issues/3047
4 years ago
grossmj 992cd7fc6c Implement full restart if user reload a Qemu VM which has been updated. Fixes https://github.com/GNS3/gns3-gui/issues/3038
4 years ago
grossmj 2bf625e000 Fix issue when resuming Qemu VM. Fixes https://github.com/GNS3/gns3-gui/issues/3027
4 years ago
grossmj 4843084158 Prioritize the config disk over HD-D for Qemu VMs.
4 years ago
grossmj f2ddef855f Fix tests.
4 years ago
grossmj ec02150fd2 Set default disk interface type to "none".
4 years ago
grossmj a56b816c1a Add explicit option to automatically create or not the config disk. Off by default.
4 years ago
grossmj c684c554bf Fix tests
4 years ago
grossmj 1cbed45f16 Fix Dynamips ghost image support when project contains a space. Fixes #3015
4 years ago
Bernhard Ehlers 9acb2ceda1 QEMU config disk - improve error handling
4 years ago
Bernhard Ehlers 053828f3e8 QEMU config disk - init config disk in base class
4 years ago
Bernhard Ehlers f747b3a880 QEMU config disk - notification of import/export errors
4 years ago
Bernhard Ehlers 750590d0db QEMU config disk - use disk interface of HD-D, fallback is HD-A
4 years ago
grossmj f498ab06b4 Wait longer for x11 socket file to be created. Ref #1761
4 years ago
grossmj e1dab0dff4 Show error message if IPv6 is not enabled when using SPICE console. Fixes #1772
4 years ago
grossmj 58a19af9ac Support to activate/deactive network connection state replication in Qemu.
4 years ago
grossmj 8536af33da Fix tests.
4 years ago
Bernhard Ehlers 347035a99b QEMU config disk - add missing config disk to image directory
4 years ago
Bernhard Ehlers 0db0f6256b QEMU config disk - get rid of mtoolsrc
4 years ago
fadlytabrani 6fd60452c4
Add clipboard support for TigerVnc
4 years ago
grossmj 2606c2d9a7 Merge branch '2.3'
4 years ago
Bernhard Ehlers 99d9728360 QEMU config disk - preserve file timestamp on zip unpack
4 years ago
Bernhard Ehlers 6a1eef0627 QEMU config disk - initial implementation. Ref #2958
4 years ago
Torstein Husebø f9ab4ffb96 fix warning that you are explicitly comparing literals
4 years ago
Jeremy Grossmann 241937b80b
Merge pull request #1715 from GNS3/websocket-console
4 years ago
grossmj afbbf7a524 Add Xvnc command to the VNC servers list. Fixes #172
4 years ago
grossmj aa1b621c10 Improvement of support for docker USER directive. Fixes #1727.
4 years ago
grossmj 6aed064a86 Fix cannot delete Dynamips router the content of the "usage" field. Fixes https://github.com/GNS3/gns3-gui/issues/2947
4 years ago
grossmj 6eb62ad179 Remove 'format=raw' from the Qemu options of the disk interfaces. Ref #1699
4 years ago
grossmj c5412bf970 Allocate application IDs for IOU nodes on the controller.
4 years ago
grossmj c313475f68 Support for WebSocket consoles
4 years ago
grossmj 92ac250bc7 Add nvme disk interface and fix scsi disk interface for Qemu VMs.
4 years ago
grossmj 667d50aa4a Disallow using "legacy networking mode" with Qemu >= 2.9.0
4 years ago
grossmj ab4b391a02 Handle "aborted" state for VirtualBox VMs. Fixes #1702
4 years ago
grossmj a47fa83cec Fix renaming IOL hostname replaces %h only in a single place. Fixes #1707
4 years ago
grossmj 50b507f76c Fix cannot power on VirtualBox VM in saved state. Ref #1702
5 years ago
grossmj 05b949930d Fix tests.
5 years ago
grossmj 4075bbd703 Fix exception when adding VirtualBox VM. Fixes #1685.
5 years ago
grossmj 539cf640d8 Change the default UDP port range to be 20000 to 30000. Ref #1271
5 years ago
grossmj ff9bd59ef8 Fix how PCI bridges are created for Qemu VMs with greater than 32 interfaces.
5 years ago
grossmj 4ab3f281c5 Fix broken support for cloned VirtualBox VMs. Fixes https://github.com/GNS3/gns3-gui/issues/2889
5 years ago
grossmj df9b40c1dc Fix QEMU link detection flaky on last port. Fixes #1666
5 years ago
grossmj f5c02368e6 Fix tests.
5 years ago
grossmj 7cfd0d4d1d Use compatible shlex_quote to handle case where Windows needs double quotes around file names, not single quotes. Ref https://github.com/GNS3/gns3-gui/issues/2866
5 years ago
grossmj af3ae0df24 Merge branch '2.1'
5 years ago
grossmj 87390274cc Add debug message for what directory is checked for Qemu binaries. Ref #1655
5 years ago
grossmj 2cfac30810 Fix single quote is not closed. Fixes #1654
5 years ago
grossmj 67e70c4628 Fix wrong Dynamips command used to rename an ATM switch. Fixes #1651
5 years ago
Jeremy Grossmann 2e41328ae9
Merge branch 'master' into fix-sata
5 years ago
David Kreitschmann 8105b68d52 Don't specify the PCI bus for AHCI device
5 years ago
David Kreitschmann 906f29d5fc Add id value to all qemu drives
5 years ago
grossmj b0f74c2a5e Fix issue when trying to rename a Dynamips node that is already powered on. Fixes #2824
5 years ago
grossmj aad74dbcb9 Add debug message when searching for an image. Ref https://github.com/GNS3/gns3-gui/issues/2828
5 years ago
Jeremy Grossmann 239d9e6fd6
Merge pull request #1599 from GNS3/cdrom-refresh
5 years ago