#TK0130 I converted your message into a

1 messages · Page 1 of 1 (latest)

arctic stone
#

The end goal of this is to transition from my raspberry pi to my NAS so I don't need 2 machines running and I have additional space for data logging.

HAOS installs fine on a pi in the same network.

hard sinew
#

What does ha network info say? You can run this via the SSH addon or in the HA CLI (where you can skip the ha prefix) via desktop & keyboard

arctic stone
#

`

docker:
address:172.30.32.0/23
dns: 172.30.32.3
gateway: 172.30.32.1
interface: hassio
host_internet: true
interfaces:

  • connected: true
    enables: true
    interface: enp0s3
    ipv4:
    address: - 10.0.0.92/8
    gateway: 10.0.0.1
    method: auto
    nameservers:
    - 10.0.0.1
    ready: true
    ipv6:
    address:
    - fe80::4ca7:fd7a:2a11:3e6c/64
    gateway: null
    method: auto
    nameservers: []
    ready: false
    primary: true
    type: ethernet
    vlan: null
    wifi: null
    supervisor_internet: true

`

#

I understand not allowing people to post images, but that would have made it much faster 😛

hard sinew
#

You can use imgur but text/code belongs in a code block or a paste site. Images of text and code without formatting is hard/impossible to read just like in this case

tame vaporBOT
#

Please use imgur or other image sharing web sites, and share the link here.

Image posting is blocked in most channels to discourage people from sharing text as images. Sharing text as images assumes that everybody sees the world as you do, which isn't the case. Some people are colour blind, or have visual impairment that means they can't make sense of an image of text.

#

Please use a code share site to share code or logs, for example:

Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.

arctic stone
#

Fair. I didn't know code blocks worked in a thread but I guess it is markup so that makes sense.

Also, I can't copy out of the vnc viewer in truenas. Guess I should fix that for further debugging.

hard sinew
#

I'd recommend using the SSH addon and a SSH client if installed/enabled

#

Can you try the following commands: nslookup ghcr.io, ping ghcr.io, ping 1.1.1.1
You might have to enter login first.

arctic stone
#

nslookup ghcr.io:
`
server: 10.0.0.1
address: 10.0.0.1:53

Non-authoritative answer:
Name: ghcr.io
address: 140.82.112.33

Non-authoritative answer:
`

#

ping ghcr.io:

ghcr.io is alive!

It did take a while to execute. (like 60 seconds.)

#

1.1.1.1 was near instant.

arctic stone
#

Bump.