exo
exo copied to clipboard
Required ports to open?
What are the required ports to open? I opened up UDP and TCP 52415 but none of the 6 machines actually finds any other nodes. I also tried starting it with --node-id [increment]

From what I can see... TCP 52415 for the interface UDP 5678 for the discovery TCP 49152-65535 for background transfers
This works for me on CentOS
sudo firewall-cmd --permanent --new-service=exo-explore
sudo firewall-cmd --permanent --service=exo-explore --set-description='Run your own AI cluster at home with everyday devices'
sudo firewall-cmd --permanent --service=exo-explore --set-short='exo-explore'
sudo firewall-cmd --permanent --service=exo-explore --add-port=52415/tcp
sudo firewall-cmd --permanent --service=exo-explore --add-port=49152-65535/tcp
sudo firewall-cmd --permanent --service=exo-explore --add-port=5678/udp
sudo firewall-cmd --permanent --zone=public --add-service=exo-explore
sudo firewall-cmd --reload
Added now UDP 5678 but still the same.
Hey, did you happen to resolve the issue?
No luck so far.