Setup relay node with CNTOOLS (configuration) (topology updater)

I am trying to figure out how to pull peers on my relay node, any help is appreciated.

On relay… go and edit the script

nano topology_Updater.sh
Add the producer Ip + port to custom peersand uncomment the line

Ex
custom_peers=“192.168.1.1,6000”
Save the file
run deploy-as-systemd.sh and press Y for topology updater… enter the default timer for auto restart of the node

Restart the node

sudo systemctl restart cnode

1 Like

image

thanks working on it now

1 Like

I used clonezilla and cloned my block, deleted my keys/wallets on the relay, fixed up the ports already on both

1 Like

image

image

Block isnt seeing my home relay on privat network

image

check here if you have the port open for your relay

https://www.yougetsignal.com/tools/open-ports/

image

i have im just trying to figure out why now

okay its showing open now

how is the port seeing from outside?
it is opened?

also check the sudo ufw status for relay is it active?

This is my ufw relay

image

sudo ufw status numbered

and delete the 2nd line should be sudo ufw delete 2

sudo ufw status

and then reload the ufw - sudo ufw reload

image

image

image

1 Like

sudo ufw reload

and restart the node

sudo systemctl restart cnode

image

restart the relay and check again in glive

I forgot to add my private ip in topology in the block

image

Hows my rules for my block?

image

image

image

image

so, it’s fine now?

the ufw from your producer does not allow your new relay

sudo ufw status numbered and delete the old relay or… add a new rule for the new relay (local)

sudo ufw allow proto tcp from RelayIP to any port 6000

also delete the line with 6666 from your relay (it’s for ssh)

now reload the ufw- sudo ufw relaod

image
?

1 Like