Storagenode Failure in Name Resolution

I am following the guide to setup storagenode on my docker in synology DSM 923+, and have read the other posts similar to this topic. I have tried changing the dns to 8.8.8.8 but the error still presists. I modified the logs (version.storj.io) because it says new users can only post 2 links.

Code I use:
docker run --rm -e SETUP=“true”
–user $(id -u):$(id -g)
–mount type=bind,source=“/volume1/docker/storj/identity/storagenode”,destination=/app/identity
–mount type=bind,source=“/volume1/docker/storj/storage”,destination=/app/config
–dns 8.8.8.8
–name storagenode storjlabs/storagenode:latest

Output:
downloading storagenode-updater

–2023-07-16 15:34:26-- https://version.storj.io/processes/storagenode-updater/minimum/url?os=linux&arch=amd64

Resolving versionstorjio (versionstorjio)… failed: Temporary failure in name resolution.

wget: unable to resolve host address ‘versionstorjio’

http://: Invalid host name.

I found the solution. Synology firewall blocks the network bridge. need to add rule to allow the bridge ip.

1 Like