-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add required ports #56
Comments
@huseyinkozan great job investigating this. I think we should definitely add this information to the docs. Can you provide a little more detail about how you disabled the firewall? mDNS uses port 5353, I believe. Is there a way to open up comms only on that port? |
To disable the firewall : sudo ufw disable To open a port (for ex:5353) using ufw: sudo ufw allow 5353 This will do same thing: sudo ufw allow mdns Here the detailed Ubuntu ZeroConf HowTo page: And there is another port (3702) at ZeroConf wiki page that I want to try. I will give you info after try it: |
@HipsterBrown more info on mDNS debugging. |
Tried these ports but no luck: Investigating ... |
Is this issue still in need of resolution? |
Dont know. I am not depend on it. |
After have some problem listing and using the t2 over LAN [0], I tried to disable the firewall at Ubuntu 14.04 and it solved my problem.
Shouldn't we add required ports (mdns for ex.) to the docs ?
[0] tessel/t2-cli#650
The text was updated successfully, but these errors were encountered: