Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

On a clear disk you can seek forever.


computers / alt.comp.os.windows-10 / Re: What is a good unused Windows outgoing port for a client?

SubjectAuthor
* What is a good unused Windows outgoing port for a client?Charlie
+- What is a good unused Windows outgoing port for a client?Carlos E.R.
`- What is a good unused Windows outgoing port for a client?Andy Burns

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

<ung83f$1f0b$1@neodome.net>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77470&group=alt.comp.os.windows-10#77470

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.networking.connectivity alt.comp.microsoft.windows
Path: i2pn2.org!i2pn.org!news.neodome.net!.POSTED!not-for-mail
From: charlie@nospam.com (Charlie)
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: Mon, 8 Jan 2024 00:26:40 -0700
Organization: Neodome
Message-ID: <ung83f$1f0b$1@neodome.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 8 Jan 2024 07:26:40 -0000 (UTC)
Injection-Info: neodome.net; mail-complaints-to="abuse@neodome.net"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1
 by: Charlie - Mon, 8 Jan 2024 07:26 UTC

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

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

<opqs6kx1d1.ln2@Telcontar.valinor>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77472&group=alt.comp.os.windows-10#77472

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.networking.connectivity alt.comp.microsoft.windows
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: robin_listas@es.invalid (Carlos E.R.)
Newsgroups: alt.comp.os.windows-10,alt.comp.networking.connectivity,alt.comp.microsoft.windows
Subject: Re: What is a good unused Windows outgoing port for a client?
Date: Mon, 8 Jan 2024 10:10:48 +0100
Lines: 9
Message-ID: <opqs6kx1d1.ln2@Telcontar.valinor>
References: <ung83f$1f0b$1@neodome.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net 1QkxcpGD6crTAArSKgV/ewUlXGNWupn+zGJGuCmxrxACN32ZZ2
X-Orig-Path: Telcontar.valinor!not-for-mail
Cancel-Lock: sha1:StM+7NL/Vuks6UKUCQ3AjQPudsA= sha256:mRUmgtMyrNpujdkDic3pfKxz3VD3eIlHkiVshjsZR5k=
User-Agent: Mozilla Thunderbird
Content-Language: es-ES, en-CA
In-Reply-To: <ung83f$1f0b$1@neodome.net>
 by: Carlos E.R. - Mon, 8 Jan 2024 09:10 UTC

On 2024-01-08 08:26, Charlie wrote:
> 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.

It will be tcp on ipv4. Give any random number between 1024 and 64511.

--
Cheers, Carlos.

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

<l01tn5F5qubU1@mid.individual.net>

  copy mid

https://news.novabbs.org/computers/article-flat.php?id=77473&group=alt.comp.os.windows-10#77473

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.networking.connectivity alt.comp.microsoft.windows
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@andyburns.uk (Andy Burns)
Newsgroups: alt.comp.os.windows-10,alt.comp.networking.connectivity,alt.comp.microsoft.windows
Subject: Re: What is a good unused Windows outgoing port for a client?
Date: Mon, 8 Jan 2024 09:31:17 +0000
Lines: 8
Message-ID: <l01tn5F5qubU1@mid.individual.net>
References: <ung83f$1f0b$1@neodome.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net siCUs8z341PvXiWaS18J3QqbRauAv34AJQbt2QhpACTBDXKcCL
Cancel-Lock: sha1:owyRsW/lVkqDbIVqR4IYk7hGvrY= sha256:CTohfrbt1Jt/dCcF/CcUzuMmcU43J+qisYK91g17wxg=
User-Agent: Mozilla Thunderbird
Content-Language: en-GB
In-Reply-To: <ung83f$1f0b$1@neodome.net>
 by: Andy Burns - Mon, 8 Jan 2024 09:31 UTC

Charlie wrote:

> how would you advise I set the arbitrary outgoing port?

Do you have any reason to force known number(s)?

It would be normal for most protocols to default to an ephemeral source
port, i.e. let the operating system decide.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor