doc/isp_box_config.md

36 lines
1.2 KiB
Markdown
Raw Normal View History

2015-06-20 12:47:56 +02:00
# Configuration box/router
2014-08-05 11:43:01 +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
In the URL bar of your web browser put:
2014-08-05 11:43:01 +02:00
```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 <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>
* [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 automatically forward ports.
2014-08-05 11:43:01 +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 longer forwarded. So you have to reload your firewall configuration:
2014-10-15 11:18:16 +02:00
```bash
sudo yunohost firewall reload
```
2014-10-15 11:18:16 +02:00
##### Manual forward ports
In the case that UPnP doesnt works, manual ports forward are necessary.
2014-08-05 11:43:01 +02:00
2015-06-20 12:47:56 +02:00
##### Email
Internet service porviders blocks port 25 to avoid spam. To send mails, youll need to forward port 25.