2015-06-20 12:47:56 +02:00
# Configuration box/router
2014-08-05 11:43:01 +02:00
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:**
* Web: 80, 443
* [SSH ](/ssh_en ): 22
* [XMPP ](/XMPP_en ): 5222, 5269
* [Email ](/email_en ): 25, 465, 993
* [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.