Hello! I am trying to set-up my relay node in the testnet. I am following this guide https://cardano-foundation.gitbook.io
but when i run de node i get the following error in my terminal:
[ns504988:cardano.node.DnsSubscription:Warning:61] [2021-06-06 23:17:25.96 UTC] Domain: “relays-new.cardano-testnet.iohkdev.io” Failed to start all required subscriptions
I think everything its fine in my configuration since everything was working well yesterday, but i restarted for installing my firewall ( I opened the port 3001) and today i get this error, also i tried turning off the firewall but that did not help.
I don’t know if is a way to get the IPs and put them in my topology file i have seen that worked for some people before, Is there any other site were i get this IPs needed for my relay start working?
My topology file:
{
"Producers": [
{
"addr": "relays-new.cardano-testnet.iohkdev.io",
"port": 3001,
"valency": 2
}
]
}
Thank you so much!