Jeremy Grossmann
|
af6f34b2ca
|
Revert "Backport auxiliary console support for Qemu, Docker and Dynamips nodes"
|
2024-09-23 13:10:58 +07:00 |
|
grossmj
|
74782d413f
|
Change method to allocate AUX console for existing Dynamips nodes
|
2024-09-22 21:41:10 +07:00 |
|
grossmj
|
c41c11eb34
|
Backport auxiliary console support for Qemu, Docker and Dynamips nodes
|
2024-09-22 18:29:04 +07:00 |
|
grossmj
|
08ee40548f
|
Add custom executable paths on Windows
|
2024-01-28 12:13:08 +11:00 |
|
grossmj
|
0f02cff5f2
|
Catch ConnectionResetError when waiting for the wrap console
|
2023-05-25 18:29:19 +08:00 |
|
grossmj
|
1f85abb036
|
Fix broken websocket console with Python 3.11
|
2023-02-18 15:32:57 +08:00 |
|
grossmj
|
a7d19fd89a
|
Fix StreamWriter doesn't have the wait_closed() method in Python3.6. Fixes #2170
|
2023-01-20 13:14:57 +08:00 |
|
grossmj
|
b3a6b9173b
|
Fix reset console. Fixes #1619
|
2022-12-31 09:43:17 +08:00 |
|
grossmj
|
1148dbc48e
|
Fix issue when calling reset_console with running VPCS and Qemu nodes. Ref #1619
|
2022-12-30 20:54:37 +08:00 |
|
grossmj
|
f04702d607
|
Fix console vnc don't use configured ports in some case. Fixes #2111
|
2022-11-06 19:36:31 +08:00 |
|
BoHong Li
|
790bf4521d
|
fix: use exact match to find interface in windows to avoid get wrong interface
|
2022-07-06 14:22:11 +08:00 |
|
grossmj
|
bdd703a0dc
|
Support to reset all console connections. Ref https://github.com/GNS3/gns3-server/issues/1619
|
2022-06-15 15:30:44 +02:00 |
|
grossmj
|
5eb5658a74
|
Fix memory percentage left warning. Fixes #1966
|
2021-09-20 18:08:02 +09:30 |
|
Andrej Krpič
|
3b7dc21ef0
|
Fix binary websocket access to the console
telnet_writer.write is not an async method - drain() is.
Remove async keyword so the call is the same as for the text websocket.
|
2021-07-26 12:58:35 +02:00 |
|
grossmj
|
5244ae6d4c
|
New config file options to configure the VNC console port range.
|
2020-12-03 18:04:42 +10:30 |
|
grossmj
|
c313475f68
|
Support for WebSocket consoles
|
2020-01-31 17:31:27 +08:00 |
|
grossmj
|
456ef1348b
|
Fix DeprecationWarning: invalid escape sequence. Fixes https://github.com/GNS3/gns3-gui/issues/2670
|
2019-01-17 18:01:58 +07:00 |
|
grossmj
|
5cb0957f35
|
Require privileged access for uBridge when using VMware VMs and Docker containers. Fixes #1461.
|
2018-11-20 00:22:16 +07:00 |
|
grossmj
|
3fae6ada95
|
Only require privileged access for uBridge when connecting a cloud to an Ethernet/TAP interface. Fixes #1461.
|
2018-11-19 17:33:17 +07:00 |
|
grossmj
|
76af98404a
|
Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
|
2018-10-15 17:05:49 +07:00 |
|
grossmj
|
33e8710495
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/docker/docker_vm.py
# gns3server/controller/compute.py
# gns3server/controller/gns3vm/__init__.py
# gns3server/controller/link.py
# gns3server/controller/project.py
# gns3server/handlers/api/controller/project_handler.py
# gns3server/handlers/api/controller/server_handler.py
# gns3server/utils/asyncio/__init__.py
# gns3server/utils/asyncio/telnet_server.py
# gns3server/version.py
# gns3server/web/web_server.py
# tests/compute/qemu/test_qemu_vm.py
|
2018-08-29 15:57:54 +07:00 |
|
grossmj
|
902de3dd47
|
Refactor asyncio locking system for Python 3.7 support. Ref https://github.com/GNS3/gns3-gui/issues/2566 Ref https://github.com/GNS3/gns3-gui/issues/2568
|
2018-08-25 14:10:47 +07:00 |
|
grossmj
|
40151cd1fe
|
Fix switching console type from telnet to VNC throws error. Fixes #2489.
|
2018-06-09 21:47:36 +07:00 |
|
grossmj
|
2ea0aa5ded
|
Merge branch '2.1' into 2.2
# Conflicts:
# gns3server/compute/iou/iou_vm.py
# gns3server/compute/virtualbox/virtualbox_vm.py
# gns3server/compute/vmware/vmware_vm.py
|
2018-04-18 17:08:42 +08:00 |
|
grossmj
|
dd9c18b9f8
|
Use SO_REUSEADDR before calling bind() where missing. Fixes #1289.
|
2018-04-16 16:36:36 +08:00 |
|
grossmj
|
a12c5a95b0
|
Catch exceptions when using AsyncioTelnetServer. Fixes #1321.
|
2018-04-16 15:30:06 +08:00 |
|
grossmj
|
757c103c03
|
Possibility to customize port names and adapter types for Qemu, VirtualBox, VMware and Docker. Fixes #2361.
MAC addresses can customized for Qemu as well.
|
2018-04-02 22:27:12 +07:00 |
|
grossmj
|
e52775fa3a
|
Support for console type "none".
|
2018-03-24 18:11:21 +07:00 |
|
grossmj
|
54661c50b2
|
Fix tests related to console type changes.
|
2018-03-23 21:29:39 +07:00 |
|
grossmj
|
b8353bc0d5
|
Support for none console type (Qemu & Docker only)
|
2018-03-23 15:44:16 +07:00 |
|
grossmj
|
90ce6093d8
|
Some spring cleaning.
|
2018-03-15 14:17:39 +07:00 |
|
grossmj
|
658aa4bae9
|
Merge 2.1 into 2.2 branch
|
2018-03-12 13:38:50 +07:00 |
|
grossmj
|
0fde1cf54a
|
Ignore invalid BPF filters. Ref #1290.
|
2018-03-07 21:37:15 +07:00 |
|
ziajka
|
3d85bba9d4
|
Don't create directory structure during json dump. Fixes #2270
|
2017-10-02 10:41:57 +02:00 |
|
grossmj
|
d76bcf7078
|
Use RAW sockets by default on Linux.
|
2017-09-19 12:39:55 +07:00 |
|
Julien Duponchelle
|
0854c04687
|
API for duplication a Node
Support:
* VPCS
* Dynamips router
* Ethernet switch
Ref #1065
|
2017-07-24 10:08:22 +02:00 |
|
grossmj
|
a7d2391608
|
Use the libpcap on Linux when blocking host originating packets on vmnet interfaces. Ref #1131.
|
2017-07-19 16:56:24 +07:00 |
|
Julien Duponchelle
|
5b839c22e9
|
Filters support for IOU
Fix #1113
|
2017-07-17 11:21:54 +02:00 |
|
Julien Duponchelle
|
9e2759a3f2
|
Merge branch '2.1' into remove_use_ubrige
|
2017-07-12 12:46:10 +02:00 |
|
Julien Duponchelle
|
86f1201276
|
Support packet filtering for dynamips
Fix #1109
|
2017-07-12 12:08:02 +02:00 |
|
Julien Duponchelle
|
4a55a367e3
|
Missing file in previous commit
|
2017-07-12 11:42:37 +02:00 |
|
Julien Duponchelle
|
8a8de1e2df
|
BPF filter support
Fix https://github.com/GNS3/gns3-gui/issues/765
|
2017-07-11 17:30:29 +02:00 |
|
Julien Duponchelle
|
d112da400e
|
Remove use_ubridge flag
Ref #1115
|
2017-07-11 13:58:59 +02:00 |
|
Julien Duponchelle
|
557924e91a
|
Use ubridge for dynamips routers
Ref #1109
|
2017-07-10 20:38:28 +02:00 |
|
Julien Duponchelle
|
4097bab565
|
Apply feedback from @grossmj
|
2017-07-05 16:36:39 +02:00 |
|
Julien Duponchelle
|
08423eff96
|
Support packet filtering for VPCS
https://github.com/GNS3/gns3-gui/issues/765
|
2017-07-04 15:12:26 +02:00 |
|
Julien Duponchelle
|
f31e46e8ed
|
Fix a race condition in logging when ubridge exit fast
Fix #1025
|
2017-05-11 17:26:18 +02:00 |
|
Julien Duponchelle
|
644616b69c
|
Ensure we start only one ubridge
Fix https://github.com/GNS3/gns3-gui/issues/1964
|
2017-03-28 16:27:09 +02:00 |
|
Julien Duponchelle
|
5e7f97b175
|
Fix when qemu exit by itself clean other processes
Fix https://github.com/GNS3/gns3-gui/issues/1898
|
2017-03-03 18:40:26 +01:00 |
|
Julien Duponchelle
|
d0f65aebff
|
Fix Can't delete link between docker VM after they were in use
Fix #818
|
2016-12-14 12:01:34 +01:00 |
|