I still see the successful messages that the chain was extended with a new tip, so it’s working. Just not sure if Refused NodeToNodeV_6 is something I can ignore.
Hi @laplasz , was that a question for me or for @lauris? In my case, I ended up adding the IP addresses to iptables, ex:
sudo iptables -A INPUT -s 35.158.22.72 -j DROP
Stopped getting the error message. As lauris said, this could occur if a testnet node called my mainnet node. I can see this happening since I’ve converted my testnet to mainnet on the same server without changing ports, and maybe those other testnet nodes had not updated their topology.
Another update: the iptables solution I used to avoid the “Refused NodeToNodeV_6” warning was only temporary. I learned after a restart of the relay node that the rules were not persisted. Instead of finding a way to make the iptables rules persist (I’m sure there is a way), I ended using the Fail2Ban solution that @lauris mentioned. Six ip’s blocked. So far so good.