Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.os.windows-11 > #18904
| From | Java Jive <java@evij.com.invalid> |
|---|---|
| Newsgroups | alt.comp.os.windows-11 |
| Subject | Re: Can't connect to laptop |
| Date | 2025-05-01 17:38 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <vv081j$33f1u$1@dont-email.me> (permalink) |
| References | <m76dejFfqtkU1@mid.individual.net> <vuq7c6$1gueo$1@dont-email.me> <m7h095F68jtU9@mid.individual.net> |
On 2025-05-01 11:21, Fokke Nauta wrote:
> On 29/04/2025 11:49, Java Jive wrote:
>> On 2025-04-27 10:58, Fokke Nauta wrote:
>>> Hi all,
>>>
>>> My wife has a W11 Pro laptop. It is visable in the network but I
>>> can't open it. Her network detection is on, just as file and printer
>>> sharing. It is on a private network.
>>> When I try to open it from my pc, I get the message "Windows cannot
>>> access" the name of her laptop. Error code 0x80070035.
Meant to add previously that the correct interpretation of this error is
(or at least was, and, in principle at least, should still be the same
or correspondingly similar, even today) ...
Error Lookup tool from ancient XP version of VS:
The network path was not found
WinError.h documentation from same era (text version same as above):
8 Warning
7 Facility = Win32
35 ERROR_BAD_NETPATH
... so that seems something of a contradiction in itself, you can see it
in the network section of Explorer, but the error given is more
appropriate to a situation where you wouldn't be able to see it.
When in a command prompt you do ...
IPConfig /all
... on a non-problem PC and the problem PC, is the IP4 subnet the same
in each case. For example ...
2:30:39 D:\Temp>ipconfig /all
Ethernet adapter Local Area Connection:
...
IPv4 Address. . . . . . . . . . . : 192.168.1.106
... is the third quartile of the address, the 1 in my example, the same
for both machines?
Previously VanguardLH suggested that you run the Event Viewer
(eventvwr.msc) and look in the 'Application and Services Logs' section,
whereas it rather surprised me that he didn't suggest to look in the
section:
Windows Logs
System
What can you see in there that looks relevant? Pay particular attention
to entries with a yellow triangle containing an exclamation mark, which
are warnings, and especially entries with a red circle containing an
exclamation mark, which are errors.
Also, on a non-problem PC, select Network in Explorer, in the right-hand
windows pane ...
<rt-click> in a blank area
Group by
More ...
Select 'Discovery Method' and give it a width of, say, 64
Click OK
Does the problem PC show the same discovery method as the other
non-problem PCs?
I think it would be worth repeating this on the problem PC, even though
I'm not sure how interesting the result would be, given that it can't
see much, if anything.
>>> This code says how to Enable NetBIOS over TCP / IP. I did and
>>> restarted the laptop.
I'm somewhat concerned by this, because historically this was enabled by
default - so I'm wondering if you've done something in there that has
hindered rather than helped - but I don't have a Windows 11 build
conveniently to hand - I would have to restore an image, and am in the
middle of another job ATM - so I can't check on the default status of
NetBIOS over TCP/IP in W11, but this is what I see in Windows 7, and I
would expect W11 to be pretty much the same ...
Control Panel
Network and Internet
Network Connections
<rt-click 'Local Area Connection'>
Properties
Internet Protocol Version 4 (TCP/IPv4)
Properties
Obtain an IP address automatically
Obtain DNS server address automatically
Advanced
WINS tab
NetBIOS setting (in bottom section)
Default: Use NetBIOS setting from DHCP server (etc)
>> Follow-up questions roughly in decreasing order of likely relevance ...
[snip]
>> WiFi:
>>
>> Do you have more than one AP?
>
> No
However, you do have a router and an AP, so does the router have WiFi as
most do, and is it still enabled, in which case effectively you have two
APs, and the question below still applies.
>> If so, is the problem PC connecting to a different AP than the
>> others? If so, what happens when you move it to connect to the same
>> AP as the others?
[snip]
>> Ping (included for trouble-shooting completeness, but, although
>> normally it would be among the first things to do, here listed last,
>> because given what is known, it's not likely to be relevant):
>>
>> Any difference between pinging from a non-problem PC to the problem
>> PC, and from the problem PC to a non-problem PC?
>
> No
>>
>> Any difference between 'ping -4 <Name>' & 'ping -6 <Name>', again in
>> each direction?
>
> I don't understand this.
I'm trying to understand if your local network is having a problem with
IPv6. On the problem PC, what happens when you do ...
ping -4 <Name of non-problem PC>
... and ...
ping -6 <Name of non-problem PC>
... and similarly, on a non-problem PC, what happens when you do ...
ping -4 <Name of problem PC>
... and ...
ping -6 <Name of problem PC>
--
Fake news kills!
I may be contacted via the contact address given on my website:
www.macfh.co.uk
Back to alt.comp.os.windows-11 | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-27 11:58 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-27 05:50 -0500
Re: Can't connect to laptop knuttle <keith_nuttle@yahoo.com> - 2025-04-27 07:11 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-27 13:33 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-27 19:31 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-27 13:30 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-04-27 09:32 -0400
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-27 10:19 -0500
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-04-27 11:25 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-27 19:12 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-04-27 17:53 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 11:53 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-04-27 14:42 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 12:12 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-27 21:20 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 12:26 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-28 07:58 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 15:31 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-27 11:24 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-27 18:59 +0200
Re: Can't connect to laptop knuttle <keith_nuttle@yahoo.com> - 2025-04-27 13:03 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-27 19:19 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-27 21:54 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 12:37 +0200
Re: Can't connect to laptop MikeS <mikes@is.invalid> - 2025-04-28 13:35 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 15:33 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-28 08:37 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 16:09 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-28 09:53 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 11:40 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-01 13:05 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 11:44 +0200
Re: Can't connect to laptop Jack <invalid@invalid.invalid> - 2025-05-02 16:30 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 18:53 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-04-27 17:31 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 12:42 +0200
Re: Can't connect to laptop knuttle <keith_nuttle@yahoo.com> - 2025-04-28 08:06 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 15:35 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-28 09:35 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-29 09:40 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-29 04:12 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 11:46 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-04-27 18:46 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 13:02 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-04-28 14:15 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 15:39 +0200
Re: Can't connect to laptop Char Jackson <none@none.invalid> - 2025-04-28 19:31 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-29 09:29 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-04-29 08:52 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 11:47 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-05-01 12:19 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 15:05 +0200
Re: Can't connect to laptop knuttle <keith_nuttle@yahoo.com> - 2025-05-01 16:59 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 11:47 +0200
Re: Can't connect to laptop Char Jackson <none@none.invalid> - 2025-04-29 10:06 -0500
Re: Can't connect to laptop Sam E <no.email@here.invalid> - 2025-04-29 17:00 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 11:48 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-04-28 12:26 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-29 09:47 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-04-29 09:39 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 11:59 +0200
Re: Can't connect to laptop Jack <Jack@invalid.invalid> - 2025-04-28 03:46 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 15:43 +0200
Re: Can't connect to laptop Jack <invalid@invalid.invalid> - 2025-04-28 16:52 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-29 09:51 +0200
Re: Can't connect to laptop Jack <invalid@invalid.invalid> - 2025-04-29 20:07 +0000
Re: Can't connect to laptop knuttle <keith_nuttle@yahoo.com> - 2025-04-29 17:25 -0400
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-04-29 18:50 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 12:04 +0200
Re: Can't connect to laptop Jack <invalid@invalid.invalid> - 2025-05-02 16:35 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 12:01 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-01 19:00 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 11:48 +0200
Re: Can't connect to laptop "...winston" <winstonmvp@gmail.com> - 2025-05-02 10:59 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 18:56 +0200
Re: Can't connect to laptop "...winston" <winstonmvp@gmail.com> - 2025-05-04 11:48 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-05 09:19 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-28 08:43 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 16:11 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-28 16:34 +0200
Re: Can't connect to laptop knuttle <keith_nuttle@yahoo.com> - 2025-04-28 13:44 -0400
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-28 15:35 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-29 10:08 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-04-29 04:24 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 12:08 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-04-29 09:52 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-04-29 10:49 +0100
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-04-29 15:44 +0000
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-04-29 17:22 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 12:25 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 12:24 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-01 13:05 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 11:50 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-02 06:27 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 14:22 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-02 08:31 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 19:01 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-01 12:21 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-01 17:38 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 11:59 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 14:42 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 14:52 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 19:06 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 18:41 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 20:15 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 21:49 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-05 12:00 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-05 11:40 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 10:57 +0200
Re: Can't connect to laptop Andy Burns <usenet@andyburns.uk> - 2025-05-07 10:14 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 15:11 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-07 13:22 +0100
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-05-07 13:45 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 15:28 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-05-07 17:47 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 21:34 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 15:23 +0200
Re: Can't connect to laptop Andy Burns <usenet@andyburns.uk> - 2025-05-07 14:59 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 18:36 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-07 15:00 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 18:38 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-08 15:13 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-09 13:50 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-09 08:41 -0400
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-09 13:50 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-09 18:30 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-09 14:01 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-12 14:03 +0200
Re: Can't connect to laptop Simon Jenkins <user@invalid.invalid> - 2025-05-13 00:13 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-14 17:07 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-09 19:00 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-12 14:07 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-12 15:02 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-12 20:55 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-12 16:43 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-16 14:42 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-13 10:24 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-16 14:43 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-09 18:37 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-09 14:09 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-12 14:15 +0200
Re: Can't connect to laptop dillinger <dillinger@invalid.not> - 2025-05-09 20:26 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-12 14:20 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-12 15:08 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-12 20:57 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-13 11:01 +0000
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-13 15:10 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-14 18:40 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-05-14 22:16 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-16 14:52 +0200
Re: Can't connect to laptop John <Man@the.keyboard> - 2025-05-17 21:58 +0100
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-17 17:32 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-14 18:36 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-15 15:39 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-16 14:53 +0200
Re: Can't connect to laptop dillinger <dillinger@invalid.not> - 2025-05-20 05:52 +0200
Re: Can't connect to laptop dillinger <dillinger@invalid.not> - 2025-05-20 07:31 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-20 10:49 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-07 09:56 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 18:40 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-07 16:58 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-09 13:56 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-05-02 15:01 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 19:12 +0200
Re: Can't connect to laptop Andy Burns <usenet@andyburns.uk> - 2025-05-02 23:12 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-05 12:01 +0200
Re: Can't connect to laptop Andy Burns <usenet@andyburns.uk> - 2025-05-05 11:13 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-05 13:36 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-05 12:59 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 10:59 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-05-05 14:14 +0100
Re: Can't connect to laptop Andy Burns <usenet@andyburns.uk> - 2025-05-05 15:10 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 11:01 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 11:00 +0200
Re: Can't connect to laptop Andy Burns <usenet@andyburns.uk> - 2025-05-05 15:08 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 11:02 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-05 11:44 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-05 13:38 +0200
Re: Can't connect to laptop "...winston" <winstonmvp@gmail.com> - 2025-05-05 11:49 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 11:03 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-01 13:16 -0500
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-01 22:34 +0100
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-01 18:42 -0500
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 02:55 +0100
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-01 22:23 -0500
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 11:17 +0100
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-02 06:05 -0500
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 13:28 +0100
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 13:46 +0100
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-02 08:46 -0500
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 14:58 +0100
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-02 10:30 -0500
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 18:14 +0100
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-02 10:34 -0500
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 18:37 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 19:15 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-03 01:34 -0500
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-05 12:10 +0200
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-05 12:11 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-05 13:42 +0200
Re: Can't connect to laptop VanguardLH <V@nguard.LH> - 2025-05-01 22:25 -0500
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-02 11:24 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-02 12:02 +0200
Re: Can't connect to laptop Frank Slootweg <this@ddress.is.invalid> - 2025-05-05 14:42 +0000
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 11:06 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-07 15:41 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-05-07 17:41 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-09 14:14 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-09 15:05 -0400
Re: Can't connect to laptop Java Jive <java@evij.com.invalid> - 2025-05-10 00:33 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-12 14:25 +0200
Re: Can't connect to laptop Graham J <nobody@nowhere.co.uk> - 2025-05-12 14:29 +0100
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-12 20:59 +0200
Re: Can't connect to laptop Paul <nospam@needed.invalid> - 2025-05-12 16:51 -0400
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-14 18:44 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-14 18:42 +0200
Re: Can't connect to laptop Fokke Nauta <fnauta@solfon.nl> - 2025-05-16 14:46 +0200
csiph-web