Groups | Search | Server Info | Login | Register
Groups > alt.comp.os.windows-11 > #19278
| From | Marion <marion@facts.com> |
|---|---|
| Newsgroups | alt.comp.os.windows-11, alt.comp.os.windows-10, comp.mobile.android |
| Subject | Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry |
| Date | 2025-05-16 19:58 +0000 |
| Organization | BWH Usenet Archive (https://usenet.blueworldhosting.com) |
| Message-ID | <10085cf$g9p$1@nnrp.usenet.blueworldhosting.com> (permalink) |
| References | <vve26p$6pf$1@nnrp.usenet.blueworldhosting.com> <m85nqbFg731U2@mid.individual.net> <vvkkel$i6v$1@nnrp.usenet.blueworldhosting.com> <m8p9faFl317U2@mid.individual.net> |
Cross-posted to 3 groups.
On Fri, 16 May 2025 19:03:43 +0200, Arno Welzel wrote :
>> The only ports I mess with are in stunnel and the only reason I do that is
>> you have to if your newsreader is a bunch of telnet scripts. I guess if I
>> ported the telnet scripts to openssl they might not need stunnel anymore.
>>
>> Is that correct?
>
> Well - I don't know what you do with "telnet scripts" and why you need
> stunnel for them, so I can't answer your question.
Well - what I "do" is my "newsreader" was written years ago on Linux
(mostly by Marek Novotny off of Usenet) which I had ported to Windows.
telnet nntp.server.net 119
It's just a bunch of scripts which fetch articles and present them in a
gVim window (since it was originally written for vi editing on Linux).
That's one reason I treat everyone the same, which is I treat them the way
they treat me in the post I'm responding to, since I don't see headers.
The only way I know whom I'm conversing with is by the attribute line.
So people sometimes claim I am "mean" to them; but the reality is that I'm
just reflecting their attitude since I only know what they wrote to me.
That's why Frank, for example, says I'm nice to him sometimes, and not
others; but Frank doesn't realize it's HE who is inconsistent; not me.
When someone says something intelligent, that's all I see (as I don't
generally even look at the attribute line) - so I respond similarly.
If they say something stupid - well - that's all I see; hence that's why I
respond to them in the way that I do (I'm a mirror of their attitude).
I only see what THEY write; and I respond to them as they wrote to me.
> But in general there is also SSH which can also tunnel connections from
> your client to a server if the server does not allow you to access the
> services on a public IP address or if you want to protect your
> connection if the server does not support TLS.
Since the newsreader is just a bunch of telnet scripts, Marek wrote a way
to use encryption, which is where stunnel on Windows came in handy.
telnet localhost 55563
That goes to Stunnel, but you MUST manually define the port ahead of time.
stunnel.conf
[Mixmin]
client = yes
accept = localhost:55563
connect = news.mixmin.net:563
CAfile = ca-certs.pem
verifyChain = yes
checkHost = news.mixmin.net
OCSPaia = yes
I didn't write the scripts so I try to mess with them as little as possible
since they're been working for maybe two decades (not counting the years).
But if I had wanted to get rid of stunnel, I suspect I could change them to
use openssl since that doesn't require me to deal with the high ports.
openssl s_client -connect news.mixmin.net:563
200 news.mixmin.net InterNetNews NNRP server INN 2.8.0 (20230826 prerelease) ready (posting ok)
post
340 Ok, recommended Message-ID <1234567890ABCDEF@news.mixmin.net>
Message-ID: <1234567890ABCDEF@news.mixmin.net>
From: whoami@whereami
In-Reply-To: <ABCDEF1234567890@news.mixmin.net>
Newsgroups: alt.comp.os.windows-11,alt.comp.os.windows-10,comp.mobile.android
Subject: Re: Hyper-V locks up 1400 ports!
Date: Fri, 16 May 2025 10:11:12 MST
References: <1A2B3C4D5E6F@news.mixmin.net>
<blank>
Message body
<dot>
quit
Anyway, the problem of Hyper-V locking up ports has been happening for a
couple of years, but it was hard to debug because not only did a reboot
always fix it, but nothing was ever using the ports since I wasn't using
Hyper-V. Hence the "solution" was to disable Hyper-V in my case.
If people need to use Hyper-V, then they *must* reserve ports they want to
use *ahead* of time since Winnat reservation is essentially random (AFAIK).
This is all very easy to do.
If you know that you need to do it.
Which is the reason for my public service warning to everyone else.
I'm always trying to help people as I'm one in a million that way.
--
It's interesting that the people most unhelpful are the ones who can't
understand why someone would strive to always be helpful to others.
Back to alt.comp.os.windows-11 | Previous | Next — Previous in thread | Next in thread | Find similar
Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-06 22:24 +0000
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Arno Welzel <usenet@arnowelzel.de> - 2025-05-09 09:05 +0200
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-09 10:12 +0000
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Arno Welzel <usenet@arnowelzel.de> - 2025-05-16 19:03 +0200
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-16 19:58 +0000
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Arno Welzel <usenet@arnowelzel.de> - 2025-05-17 08:54 +0200
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-18 00:25 +0000
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Arno Welzel <usenet@arnowelzel.de> - 2025-05-18 14:49 +0200
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-20 20:01 +0000
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-21 04:13 +0000
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Marion <marion@facts.com> - 2025-05-21 04:21 +0000
Re: Warning: If you use adb or stunnel & if you enable Hyper-V (e.g., WSL, Docker, VMs, etc.) you will be sorry Andy Burns <usenet@andyburns.uk> - 2025-05-21 07:57 +0100
csiph-web