Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.mobile.android > #56747
| From | Paul <nospam@needed.invalid> |
|---|---|
| Newsgroups | alt.comp.os.windows-10, microsoft.public.windowsxp.general, comp.mobile.android |
| Subject | Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? |
| Date | 2018-10-20 00:37 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <pqebdv$ift$1@dont-email.me> (permalink) |
| References | (1 earlier) <g2ncnvFu63tU1@mid.individual.net> <pqac7i$8cr$1@news.mixmin.net> <pqapgc.ccs.1@ID-201911.user.individual.net> <pqaoni$sg2$1@news.mixmin.net> <28alsdtomnfoemmehaijmdl70j31db773j@4ax.com> |
Cross-posted to 3 groups.
M.L. wrote:
>
>> Once we get an SMB server working, we can map Windows TCP port 445<->7777.
>> So we're all stuck, until we can find an SMB server that works sans root.
>
> Keep in mind that Windows 10 no longer supports SMBv1. You must find
> an android app that uses SMBv2 to communicate with Windows 10.
Well, that's easy enough to check.
Yup, still there.
https://i.postimg.cc/0Q3YmL6p/smbv1-17763-55.gif
Win10 asks for authentication more than it should.
There is a patch for WinXP for SMBV1, which when I
applied it, broke sharing. The Win10 end was sending
"Need More Information" as a status back to the WinXP
machine, before refusing to talk to it. I removed
the patch and the connection worked again.
Lots of ways to break it, that's for sure.
But the mechanical bits... are still there. It's
up to the user to puzzle out, why it's not working
today :-)
As Char as pointed out in the past, lots and lots of
broken networking cases, can be solved by using
IP address notation
\\192.168.7.23\datadisk
instead of
\\bob\datadisk
as the latter needs an additional subsystem to
translate symbolic to numeric address. On a Linux
box (one where they didn't care), that typical gets
it running for you, using the IP address of
the server. There have been some Linux distros with
perfectly working and very nice file sharing (both
client *and* server!), but there is no consistency
from release to release on the topic. It's a shame
really.
Paul
Back to comp.mobile.android | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-14 17:24 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Andy Burns <usenet@andyburns.uk> - 2018-10-17 01:06 +0100
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-18 16:26 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-18 18:13 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-18 19:59 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-18 20:42 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-18 21:55 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? M.L. <me@privacy.invalid> - 2018-10-19 23:04 -0500
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Paul <nospam@needed.invalid> - 2018-10-20 00:37 -0400
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-21 19:20 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Paul <nospam@needed.invalid> - 2018-10-21 16:42 -0400
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-21 22:47 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-22 13:51 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "R.Wieser" <address@not.available> - 2018-10-22 16:44 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-22 17:21 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "R.Wieser" <address@not.available> - 2018-10-22 21:43 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 20:44 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 12:10 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-23 16:16 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 19:21 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-23 20:51 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? nospam <nospam@nospam.invalid> - 2018-10-23 16:54 -0400
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 22:23 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 22:23 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "Carlos E. R." <robin_listas@es.invalid> - 2018-10-23 23:09 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 22:23 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "Carlos E.R." <robin_listas@es.invalid> - 2018-10-24 02:47 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-24 10:35 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "Carlos E. R." <robin_listas@es.invalid> - 2018-10-24 17:25 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-24 15:50 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? M.L. <me@privacy.invalid> - 2018-10-25 17:49 -0500
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-26 01:24 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-27 07:32 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 20:37 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-10-23 15:58 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 19:46 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 19:52 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 22:55 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 00:37 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? "Carlos E. R." <robin_listas@es.invalid> - 2018-10-23 12:55 +0200
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 12:10 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 14:11 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 22:36 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 19:15 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 21:44 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-22 21:07 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-11-02 19:05 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-03 02:00 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Frank Slootweg <this@ddress.is.invalid> - 2018-11-03 15:09 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? David Taylor <david-taylor@blueyonder.co.uk.invalid> - 2018-10-22 18:56 +0100
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? Arlen Holder <a%rlenh.older@no.spam.net> - 2018-10-23 03:37 +0000
Re: What's the best way to forward SMB TCP port 445 to something higher than 1024 on Windows? arlen holder <arlen@arlen.com> - 2019-01-21 01:30 +0000
csiph-web