doc/isp_box_config.md

35 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Configuration box/router
<a class="btn btn-lg btn-default" href="http://ports.yunohost.org">Check ports are open</a>
#### Access to box/routeur administration
In the URL bar of your web browser put:
```bash
192.168.0.1 or 192.168.1.1
```
Then you will need to authentificate.
#### Opening ports
Opening following ports are necessary to make works differents services.
**TCP:**
* Web: 80 <small>(HTTP)</small>, 443 <small>(HTTPS)</small>
* [SSH](/ssh_en): 22
* [XMPP](/XMPP_en): 5222 <small>(clients)</small>, 5269 <small>(servers)</small>
* [Email](/email_en): 25, 465 <small>(SMTP)</small>, 587 <small>(SMTP with SSL)</small>, 993 <small>(IMAP)</small>
* [DNS](/dns_en): 53
##### UPnP
UPnP permit automatically forward ports.
In some case, after changing your box configuration (ex: add IPv6, or unlock SMTP…) and a reboot. It happens that ports are no longer forwarded. So you have to reload your firewall configuration:
```bash
sudo yunohost firewall reload
```
##### Manual forward ports
In the case that UPnP doesnt works, manual ports forward are necessary.
##### Email
Internet service porviders blocks port 25 to avoid spam. To send mails, youll need to forward port 25.