exo icon indicating copy to clipboard operation
exo copied to clipboard

Required ports to open?

Open sjau opened this issue 10 months ago • 4 comments

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]

Screenshot

sjau avatar Feb 27 '25 15:02 sjau

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

theclyde avatar Feb 28 '25 02:02 theclyde

Added now UDP 5678 but still the same.

sjau avatar Feb 28 '25 04:02 sjau

Hey, did you happen to resolve the issue?

Isaac-opz avatar Mar 21 '25 21:03 Isaac-opz

No luck so far.

sjau avatar Mar 21 '25 21:03 sjau