2015-06-20 12:47:56 +02:00
# Configuration box/router
2014-08-05 11:43:01 +02:00
2016-07-26 13:38:55 +02:00
< a class = "btn btn-lg btn-default" href = "http://ports.yunohost.org" > Check ports are open< / a >
2015-06-20 12:47:56 +02:00
#### Access to box/routeur administration
2014-08-05 11:43:01 +02:00
In the URL bar of your web navigator put:
```bash
192.168.0.1 or 192.168.1.1
```
Then you will need to authentificate.
2015-06-20 12:47:56 +02:00
#### Opening ports
2014-08-05 11:43:01 +02:00
Opening following ports are necessary to make works differents services.
2015-06-20 12:47:56 +02:00
**TCP:**
2016-07-16 23:29:57 +02:00
* Web: 80 < small > (HTTP)</ small > , 443 < small > (HTTPS)</ small >
2015-06-20 12:47:56 +02:00
* [SSH ](/ssh_en ): 22
2016-07-16 23:34:48 +02:00
* [XMPP ](/XMPP_en ): 5222 < small > (clients)</ small > , 5269 < small > (servers)</ small >
2016-07-16 23:29:57 +02:00
* [Email ](/email_en ): 25, 465 < small > (SMTP)</ small > , 587 < small > (SMTP with SSL)</ small > , 993 < small > (IMAP)</ small >
2015-06-20 12:47:56 +02:00
* [DNS ](/dns_en ): 53
2014-08-05 11:43:01 +02:00
2015-06-20 12:47:56 +02:00
##### UPnP
UPnP permit opening automatically ports.
2014-08-05 11:43:01 +02:00
2015-06-20 12:47:56 +02:00
In some case, after changing your box configuration (ex: add IPv6, or unlock SMTP ... ) and a reboot. It happens that ports are no onger opened. So you have to reload your firewall configuration:
2014-10-15 11:18:16 +02:00
```sudo yunohost firewall reload```
2015-06-20 12:47:56 +02:00
##### Manual opening ports
2014-08-05 11:43:01 +02:00
In the case that UPnP doesn’ t works, manual opening ports are necessary.
2015-06-20 12:47:56 +02:00
##### Email
2014-10-15 11:18:16 +02:00
Internet service porviders blocks port 25 to avoid spam. To send mails, you’ ll need to open port 25.