IP CHANGE? FIX THIS FOR NODECTL
If you go to another service provider and get a new IP (which you will) there are two files that I had to change to get my Nodectl to work properly. L0 would come up but L1 would complain with error 634... invalid cn-config.yaml. So, edit these two.
cd /var/tesselation/nodectl
cp cn-config.yaml cn-config.yaml+ (this makes a backup copy)
cp profile_dag-l1.conf profile_dag-l1.conf (Also backs it up)
Now nano or vi both files and replace your old IP with the new. Looks for ml0_link_host: IP ADDRESS in the cn-config.yaml
Look for CL_L0_PEER_HTTP_HOST=IP ADDRESS and CL_EXTERNAL_IP=IP ADDRESS
No Comments