New GUI Node showing offline

log still ending at this point

2020-02-17T12:09:16.485+0100 DEBUG orders sending
2020-02-17T12:09:16.485+0100 DEBUG orders no orders to send
2020-02-17T12:10:31.130+0100 DEBUG orders cleaning
2020-02-17T12:10:31.131+0100 DEBUG orders cleanup finished {“items deleted”: 0}

Please, show your port forwarding rule.
Perhaps you forwarded the 28968 port to a wrong node. The identity is signed, because I can see your node on the satellites, but the last contact is still NULL.
Also, seems you created a new identity.

Please, try to use the public IP from yougetsignal instead of DDNS

forwarding rule where? in firewall?
yes, i know you said it’s not a problem but i wanted give it a try to make ne identity

On your router. The firewall would be a second step

image

66 and 67 are for docker and it’s working without problems
from config :

the public address of the node, useful for nodes behind NAT

contact.external-address: majkls33.ddns.net:28968

public address to listen on

server.address: :28968

all storj v3 are mapped for 28968 , storagenodes is mapped 66-68 storagenode.exe is 28968 as well with all apps an services allowed

image

Yes, I saw. Please, try to use the public IP instead of DDNS

May be try to make this unic like 7779?
also is your mail is same as envitation one?

The email doesn’t matter.

For Offline could be only two reasons:

  1. Network
  2. Identity

The Identity is signed. So there is a problem with the Network part

i just made new node, and until i matched them for first contact, it not gone online for some reason
it could be coexidence also

i tried it(to use the public IP) already yesterday, and to be sure now too , but same

and i tried posrt 7779 to …same

Yes, I can confirm, the address has been updated, but no last contact.
For some reason your node is not reachable from the satellites

Try to make this dependency:

And then restart the storagenode service either from the Services applet or from the elevated Powershell

Restart-Service storagenode

returned error, and shouldn’t be problem because even if dns service is working before node, node is offline

PS C:\WINDOWS\system32> sc config storagenode depend= dnscache
Set-Content : A positional parameter cannot be found that accepts argument ‘depend=’.
At line:1 char:1

  • sc config storagenode depend= dnscache
  •   + CategoryInfo          : InvalidArgument: (:) [Set-Content], ParameterBindingException
      + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetContentCommand
    
    
    
    

maybe i just spin up other docker node, but wanted to try with gui node…

Please, run this command in the elevated cmd, not Powershell. Or explicitly specify the extension for the sc command, like this sc.exe config storagenode depend= dnscache

You can try, since you already have the identity. Just stop the storagenode service.
If it work - then there is a potential bug.
But I think it will not work too

i tried that command, nothing changed, and yes, in docker it’s same too

other port…28969 is working

perhaps 28968 is occupied with something other

thank you for help, i will be aware in future…

1 Like