Failed to start all required subscriptions with new relay

Here the topology file of the BP:

 {
    "Producers": [
      {
        "addr": "192.168.100.201",
        "port": 6000,
        "valency": 1
      },
      {
        "addr": "192.168.100.202",
        "port": 6000,
        "valency": 1
      }
    ]
  }

And the topolgy of the new relay (to be noted that both relays have extact the same topology because they point to the same BP):

 {
    "Producers": [
      {
        "addr": "192.168.100.211",
        "port": 6000,
        "valency": 1
      },
      {
       "addr": "relays-new.cardano-mainnet.iohk.io",
       "port": 3001,
       "valency": 2
      }
    ]
  }