PI4 Balena Win 10

9 Hours of trying and failing.

I fail at trying to ssh into balena.

I fail because DNS on my Win 10 Surface laptop can’t resolve [hostname].[anything] on the local network. They all resolve to an external address.

pinging willispi works!
pinging willispi.local resolves to an external ip
renamining willispi to willispi.int
willispi.int resolves to the same external address

so I cannot ssh into the balena server.

and I am stuck there.

Dennis

Tried horsing a hosts file. Progress but no.

Windows PowerShell
Copyright © Microsoft Corporation. All rights reserved.

PS C:\WINDOWS\system32> ping willispi

Pinging willispi.neo.rr.com [10.4.91.117] with 32 bytes of data:
Reply from 10.4.91.117: bytes=32 time=47ms TTL=64
Reply from 10.4.91.117: bytes=32 time=1ms TTL=64
Reply from 10.4.91.117: bytes=32 time=2ms TTL=64
Reply from 10.4.91.117: bytes=32 time=2ms TTL=64

Ping statistics for 10.4.91.117:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 47ms, Average = 13ms
PS C:\WINDOWS\system32> ping willispi.int

Pinging willispi.int [10.4.91.117] with 32 bytes of data:
Reply from 10.4.91.117: bytes=32 time=1ms TTL=64
Reply from 10.4.91.117: bytes=32 time=2ms TTL=64
Reply from 10.4.91.117: bytes=32 time=1ms TTL=64
Reply from 10.4.91.117: bytes=32 time=1ms TTL=64

Ping statistics for 10.4.91.117:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 2ms, Average = 1ms
PS C:\WINDOWS\system32> balena ssh willispi.int
Device or application not found: willispi.int

Additional information may be available by setting a DEBUG=1 environment
variable: “set DEBUG=1” on a Windows command prompt, or “export DEBUG=1”
on Linux or macOS.

If you need help, don’t hesitate in contacting our support forums at
https://forums.balena.io

For bug reports or feature requests, have a look at the GitHub issues or
create a new one at: https://github.com/balena-io/balena-cli/issues/

PS C:\WINDOWS\system32>

Hi, is this a duplicate of Ssh: connect to host balena.local port 22222: Connection refused ?