Hi!
I have just started my own stacking pool but when I’m looking at gLiveView dashboard I’m not sure is everything working.
On my block producer, I don’t have any IN peers and mempool tx/bytes is 0/0.
On the relay node, I have some out peers (28) but I don’t have any IN peers.
Does that mean that everything works properly or not? I will very much appreciate any answears.
Thanks for your answer,
my relay port is open (77.55.210.194:3001) but on the dashboard, I don’t have any incoming connections. On my BP now I have 1 in and 1 out peer (I ran updater-script with the wrong port 🤦🏻). It looks like BP is establishing a successful connection with the relay but the relay doesn’t realize that. The weirdest thing is that in a peer view I see IP that belongs to BP but on the very strange port and in unreachable category.
Strange, because u have tx incremented which is a good status; if u start ur node with correct port and if ur IP’s were edited correct, try to restart your relay
How i can block, outgoing traffic? On ufw i have allow rule for used ports and my VPS provider doesn’t block anything. Is there any other way to block outgoing traffic?
there is cases, where we have firewall on node, like ufw, and also the VPS provider provides you firewall.
you just check it if is enable and if all outgoing traffic is not blocked.
then you allow incoming traffic to specific ports based on your setting.
I’m running my stake pool and facing the same issue.
My relay node has only OUT peers, but it doesn’t have any IN peers.
The ufw firewall has a default allow rule for outgoing connection and I’ve tried to disable firewall too.
ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), allow (routed)
New profiles: skip
To Action From
-- ------ ----
22/tcp ALLOW IN Anywhere
3001 ALLOW IN Anywhere
Both relay and BP nodes are running internally, the port forwarding :3001 to relay node configured on the router for incoming connections.
The relay node has outbound tcp connections.
# netstat -nputw | head -n 5
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 10.0.2.232:44813 206.189.15.96:6000 ESTABLISHED 2620529/cardano-nod
tcp 0 0 10.0.2.232:3001 10.0.2.1:52543 ESTABLISHED 2620529/cardano-nod
tcp 0 0 10.0.2.232:41027 212.24.109.18:6000 ESTABLISHED 2620529/cardano-nod