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
thanks working on it now
I used clonezilla and cloned my block, deleted my keys/wallets on the relay, fixed up the ports already on both
Block isnt seeing my home relay on privat network
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
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
sudo ufw reload
and restart the node
sudo systemctl restart cnode
restart the relay and check again in glive
I forgot to add my private ip in topology in the block
Hows my rules for my block?
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
?