Have you tried searching forum? Describe your triage efforts so far. What have you checked? What did you find? What have you tried? What worked, what did not?
Check your port forwarding on your router and that your external IP/DDNS is current in your config.yaml (contact.external-address:
xxx.xxx.xxx.xxx:28967 & server.address: :28967). Also, check that you have the appropriate ports/app rules/exceptions in your incoming firewall. (ie: allow port 28967 udp + allow port 28967 tcp rules set up, and/or allow storagenode.exe)
Please check that you have two inbound rules for 28967 TCP and 28967 UDP in your Windows Firewall, and the storagenode service is allowed to receive traffic. If you have any active outbound rules, please disable them.
Please make sure that you public IP with port are correct in the contact.external-address: parameter in the config file and that the parameter server.address: has a value of :28967:
server.address: :28967
Please use a Notepad++ to edit the config. If you have changes, save the config and restart the node either from the Services applet or from the elevated PowerShell:
Restart-Service storagenode
Please also try to open the local IP and port in your browser: http://192.168.1.10:28967
where 192.168.1.10 is a local IP of your PC.
And please also make sure that the storagenode service is running (PowerShell):