Version 0.20.1
Dashboard shows Last contact few seconds ago.
Used, Egress, Ingress - all show 0 B
Neighborhood size is: 157
Been up for several weeks, and only reboots for OS updates.
Logs show loads of ERROR server gRPC unary error response {“error”: "rpc error: code = PermissionDenied desc = untrusted peer
Logs also show ERROR nodestats:cache Get stats query failed {“error”: "node stats service error: unable to connect to the satellite xxxxxx: transport error: context deadline exceeded;
Please advise on what is going on here, is there something wrong?
in your config.yaml? if so, please, comment out it and restart the container: docker restart -t 300 storagenode
Then try to get a stat from your integrated API
Also, make sure that your docker image is updated to the beta tag
Similar issue for me - egress traffic is zero from the node activatio, also whenever I restart the container the Used count restart. The output of the command above:
@Alexey Kind of got further now. My Node runs being a firewall/proxy. I re-configured node to bypass firewall/proxy, and I can see satellites in the above command. Question now is how to I run this behind the firewall/proxy?
I do not have UPNP enabled. Do I need to simply open a range of ports?
I would not recommend exposing the ports to the public internet if that’s what you’re asking. Better to set up a vpn and connect to the network using the vpn.
If it’s a local firewall, yes, just open the ports.
I use only public keys authorization.
Also, I uses a different port from a standard and configured the ~/.ssh/config to hide all complexity with a different ports, users and gateways (yes, I have a bastion host too and fail2ban enabled).
That’ll do it, but unless you really know what you’re doing to protect it, I would recommend using OpenVPN over public SSH access of any kind. Less chance to screw that up and open the door to everyone. It also saves you from having to open specific ports since you are just on the same network that way.