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

pull/1721/head
grossmj 4 years ago
parent 26efdaf7b7
commit 825dc5996d

@ -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

Loading…
Cancel
Save