Issues activating a new node (after old one broke)

Hi, so i started a new node back in march it run fine for a few weeks, and then broke i struggled to fix it and left it.

I decide to get back into the project with a new node, but now it’s just saying offline…not sure if i am banned?ports should be open…i am using a docker under unraid

You need to request a new token and create new identity files.

i did that…anything else i can try?

Can you show your docker command ? You can remove personal info from it.

I am seeing this in the logs:Error: invalid contact.external-address: lookup “home.xxx.xxx” failed: lookup home.xxx.xxx on 8.8.8.8:53: read udp 172.17.0.3:47927->8.8.8.8:53: i/o timeout
2020-05-31T10:31:47.881Z ERROR Invalid configuration. {“error”: “invalid contact.external-address: lookup “home.xxx.xxx” failed: lookup home.xxx.xxxon 8.8.8.8:53: read udp 172.17.0.3:47927->8.8.8.8:53: i/o timeout”, “errorVerbose”: "invalid contact.external-address: lookup “home.xxx.xx” failed: lookup home.xxx.xxon 8.8.8.8:53: read udp 172.17.0.3:47927->8.8.8.8:53: i/o

i see the time is wrong even though i specified my time zone in docker…i wonder if thats the issue

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name=‘storagenode-v3’ --net=‘bridge’ -e TZ=“Africa/Johannesburg” -e HOST_OS=“Unraid” -e ‘WALLET’=‘xxx’ -e ‘EMAIL’=‘xxx’ -e ‘ADDRESS’=‘home.xxx.xx:28967’ -e ‘BANDWIDTH’=‘16TB’ -e ‘STORAGE’=‘750GB’ -e ‘TZ’=‘Africa/Johannesburg’ -p ‘28967:28967/tcp’ -p ‘14002:14002/tcp’ --mount type=bind,source="/mnt/disks/Bar1/appdata/storagenode/",destination=/app/identity --mount type=bind,source="/mnt/user/storj2/",destination=/app/config ‘storjlabs/storagenode:beta’

Enter your DDNS in remote address and port 28967 in port number and check if your port is open.

https://www.yougetsignal.com/tools/open-ports/

Did you use the docker command given in documentation ?
https://documentation.storj.io/setup/cli/storage-node#running-the-storage-node

Port 28967 is open on home.xxx.x.

I am using the docker for unraid…

Can you show a screenshot of your docker run command?

Can i recommend that the logs will have a little more information?
if i am offline, i would like to know why

ok back online after a reload…thanks.