thanks alot for the quick and clear answers:
1- here is the result:
cnode.service - Cardano Node
Loaded: loaded (/etc/systemd/system/cnode.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-04-04 08:57:49 UTC; 11h ago
Main PID: 208730 (cnode.sh)
Tasks: 17 (limit: 9444)
Memory: 3.2G
CGroup: /system.slice/cnode.service
├─208730 /bin/bash /opt/cardano/cnode/scripts/cnode.sh
└─208852 cardano-node run --topology /opt/cardano/cnode/files/topology.json --config /opt/card>
Apr 04 08:57:49 ADAPNode01 systemd[1]: Started Cardano Node.
Apr 04 08:57:57 ADAPNode01 cnode[208730]: WARN: A prior running Cardano node was not cleanly shutdown, sock>
Apr 04 08:58:03 ADAPNode01 cnode[208852]: Listening on http://127.0.0.1:12798
2- I updated the cnode/files/topology.jason file as below , and I tried as well with only my relays as producers, but still not working :
GNU nano 4.8 topology.json
{ “resultcode”: “402”, “datetime”:“2021-04-04 08:46:39”, “clientIp”: “173.82.212.45”, “iptype”: 4, “msg”: “IP is not (yet) allowed to fetch this list”, “Producers”: [ { “addr”: “relays-new.cardano-mainnet.iohk.io”, “port”: 3001, “valency”: 2, “debug”:“default fallback result” },
{
“addr”: “173.xx.xx.xx”,
“port”: 9212, #My relays ports
“valency”: 1
},
{
“addr”: “173.xx.xx.xx”, #My relays ports
“port”: 9212,
“valency”: 1
}
]
}
I then restarted the node and now i’m getting another error and it is not working at all:
Looks like cardano-node is running with socket-path as /opt/cardano/cnode/sockets/node0.socket, but the actual socket file does not exist.
This could occur if the node hasnt completed startup or if a second instance of node startup was attempted!
If this does not resolve automatically in a few minutes, you might want to restart your node and try again.
press any key to proceed…
IDo you have an idea about what am I doing wrong ?
Kindly note that i’m disabling the FW so fare to avoid any problems from this side.
Thanks in advance