Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.comp.os.windows-10 > #173649

What is a good unused Windows outgoing port for a client?

From Charlie <charlie@nospam.com>
Newsgroups alt.comp.os.windows-10, alt.comp.networking.connectivity, alt.comp.microsoft.windows
Subject What is a good unused Windows outgoing port for a client?
Date 2024-01-08 00:26 -0700
Organization Neodome
Message-ID <ung83f$1f0b$1@neodome.net> (permalink)

Cross-posted to 3 groups.

Show all headers | View raw


I need to set up an outgoing port for a client app.
But I don't know if it uses tcp or udp or even ipv4 or ipv6.

Googling, I found these four commands which gave these results shown below.
https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/default-dynamic-port-range-tcpip-chang

From those results, how would you advise I set the arbitrary outgoing port?

netsh int ipv4 show dynamicport tcp

Protocol tcp Dynamic Port Range
---------------------------------
Start Port      : 1024
Number of Ports : 64511


netsh int ipv4 show dynamicport udp

Protocol udp Dynamic Port Range
---------------------------------
Start Port      : 49152
Number of Ports : 16384

netsh int ipv6 show dynamicport tcp

Protocol tcp Dynamic Port Range
---------------------------------
Start Port      : 1024
Number of Ports : 64511


netsh int ipv6 show dynamicport udp

Protocol udp Dynamic Port Range
---------------------------------
Start Port      : 49152
Number of Ports : 16384

Back to alt.comp.os.windows-10 | Previous | NextNext in thread | Find similar


Thread

What is a good unused Windows outgoing port for a client? Charlie <charlie@nospam.com> - 2024-01-08 00:26 -0700
  Re: What is a good unused Windows outgoing port for a client? "Carlos E.R." <robin_listas@es.invalid> - 2024-01-08 10:10 +0100
  Re: What is a good unused Windows outgoing port for a client? Andy Burns <usenet@andyburns.uk> - 2024-01-08 09:31 +0000

csiph-web