I am only getting 1 incoming peer and ZERO transactions on my relay node

Hi everyone, I’m having an issue migrating my cardano stake pool to new hardware. I believe I have managed to configure everything correctly using cntools as well as the topologyupdater.sh file. I am getting only 1 inbound and outbound connection as it should on my core but I’m only getting 1 inbound (the one from the core) to my relay and 16 outbound peers… but ZERO transactions or pending transactions. I’m using UFW firewall on a Debian 11 machine… Firewall is set to allow ANY on 6000 and my env script is configured… What else!? Please help. Thank you.

You have to wait abit until the topologyupdater is working.

Can you please post the outcome after using

cd $CNODE_HOME/logs
tail -10 $(ls -1rt topo*.* | tail -1)

Here is the result:

{ "resultcode": "502", "datetime":"2023-03-23 05:42:59", "clientIp": "x.x.x.x", "msg": "invalid blockNo []" }

{ "resultcode": "502", "datetimex.x.x.x":"2023-03-23 05:46:49", "clientIp": "x.x.x.x", "msg": "invalid blockNo []" }

{ "resultcode": "502", "datetime":"2023-03-23 05:49:40", "clientIp": "x.x.x.x", "msg": "invalid blockNo []" }

{ "resultcode": "502", "datetime":"2023-03-23 05:50:46", "clientIp": "x.x.x.x", "msg": "invalid blockNo []" }

{ "resultcode": "504", "datetime":"2023-03-23 05:59:49", "clientIp": "x.x.x.x", "iptype": 4, "msg": "one request per hour please" }

{ "resultcode": "504", "datetime":"2023-03-23 06:00:32", "clientIp": "x.x.x.x", "iptype": 4, "msg": "one request per hour please" }

{ "resultcode": "403", "datetime":"2023-03-23 06:05:32", "clientIp": "x.x.x.x", "iptype": 4, "msg": "glad you want to stay with us, but please check and enable your IP:port reachability" }

{ "resultcode": "504", "datetime":"2023-03-23 06:11:56", "clientIp": "x.x.x.x", "iptype": 4, "msg": "one request per hour please" }

{ "resultcode": "204", "datetime":"2023-03-23 07:37:02", "clientIp": "x.x.x.x", "iptype": 4, "msg": "glad you're staying with us" }

{ "resultcode": "504", "datetime":"2023-03-23 07:39:51", "clientIp": "x.x.x.x", "iptype": 4, "msg": "one request per hour please" }x.x.x.x

Also, I am now getting more than one internal connection but I am still seeing ZERO transactions on both the relay and the core. However I have 3 incoming peers connected and 18 outgoing…