BP node not connecting to relay - Testnet

Hi people,

In my case, I changes my topology file in my BP node from
{
“addr”: “external.ip”,
“port”: 3000,
“valency”: 1
}

to

{
  "addr": "external.ip",
  "port": 3001,
  "valency": 2
}

and it worked !