Can't launch a node - it goes restarting

I decided to go with cent os, when i run this command

sudo docker run -d --restart unless-stopped -p 28967:28967
-p 127.0.0.1:14002:14002
-e WALLET=“0x*********”
-e EMAIL="*******"
-e ADDRESS=“92.100.132.102:28967”
-e BANDWIDTH=“31TB”
-e STORAGE=“4TB”
–mount type=bind,source="/home/arthur/.local/share/storj/identity/storagenode",destination=/app/identity
–mount type=bind,source="/home",destination=/app/config
–name storagenode storjlabs/storagenode:beta

the container goes restarting. Please help. Logs here, can’t put much links. https://drive.google.com/open?id=1LfA8rWQNd3jdCNsxDzeN8xUxPmVsg9xZR3GmHH1e1kw

looks like DNS error or node not see router

Hello @bruh,
Welcome to the forum!
Looks like your default DNS server doesn’t work. Try to specify the 8.8.8.8 or 1.1.1.1 as your DNS server

tried
sudo docker run -d --restart unless-stopped -p 28967:28967
-p 127.0.0.1:14002:14002
-e WALLET=“0xE**********”
-e EMAIL=“a**********”
-e ADDRESS=“8.8.8.8:28967”
-e BANDWIDTH=“31TB”
-e STORAGE=“4TB”
–mount type=bind,source="/home/arthur/.local/share/storj/identity/storagenode",destination=/app/identity
–mount type=bind,source="/home",destination=/app/config
–name storagenode storjlabs/storagenode:beta

logs updated https://drive.google.com/open?id=1LfA8rWQNd3jdCNsxDzeN8xUxPmVsg9xZR3GmHH1e1kw

You haven’t changed your DNS server, your server 192.168.100.1 is not able to resolve any DNS request. Please, replace it on your PC with storagenode to 8.8.8.8 or fix it.
Perhaps you should reboot your PC to apply the change

It seems i skipped this part of tutorial :confused:
https://documentation.storj.io/dependencies/port-forwarding
Will do then post result

i did something and it worked. Something related to iptables, i can’t tell what exactly. So you were right my pc was blocking connection.
Is it normal that i see on dashboard bandwidth is used and disk space used remains 0?

logs say i get piecestores upload started uploaded deleted - looks like it’s all ok but dashboard sais disk space used is 0

It takes a while for that measure to be updated. Look again in a day or two and you’ll see the real numbers.

Thank you for your help!

sudo /sbin/iptables -L

Should list all the rules you’ve inserted.

You may want to copy the output of the above command and save it somewhere for future reference. Your tables will be empty upon reboot, unless you’ve configured iptables to automatically restore what you’ve got running.

You can also use:

sudo /sbin/iptables-save -f my_tables.txt