1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Change the default UDP port range to be 20000 to 30000 in gns3_server.conf Ref #1271

This commit is contained in:
grossmj 2019-12-06 14:36:45 +08:00
parent 26efdaf7b7
commit 825dc5996d

View File

@ -26,9 +26,9 @@ console_start_port_range = 5000
; Last console port of the range allocated to devices
console_end_port_range = 10000
; First port of the range allocated for inter-device communication. Two ports are allocated per link.
udp_start_port_range = 10000
udp_start_port_range = 20000
; Last port of the range allocated for inter-device communication. Two ports are allocated per link
udp_end_port_range = 20000
udp_end_port_range = 30000
; uBridge executable location, default: search in PATH
;ubridge_path = ubridge