Update isp_box_config.md

This commit is contained in:
ma.azimi@laposte.net 2015-06-20 12:47:56 +02:00 committed by YunoHost
parent 85e4f2e100
commit 6ff4dd7c22

View file

@ -1,29 +1,31 @@
#Configuration box/router # Configuration box/router
####Access to box/routeur administration #### Access to box/routeur administration
In the URL bar of your web navigator put: In the URL bar of your web navigator put:
```bash ```bash
192.168.0.1 or 192.168.1.1 192.168.0.1 or 192.168.1.1
``` ```
Then you will need to authentificate. Then you will need to authentificate.
####Opening ports #### Opening ports
Opening following ports are necessary to make works differents services. Opening following ports are necessary to make works differents services.
TCP : 22, 25, 53, 80, 443, 465, 993, 5222, 5269, 5290 **TCP:**
* Web: 80, 443
* [SSH](/ssh_en): 22
* [XMPP](/XMPP_en): 5222, 5269
* [Email](/email_en): 25, 465, 993
* [DNS](/dns_en): 53
#####UPnP ##### UPnP
UPnP permit opening automatically ports.
LUPnP permit opening automatically ports. 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:
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 :
```sudo yunohost firewall reload``` ```sudo yunohost firewall reload```
#####Manual opening ports ##### Manual opening ports
In the case that UPnP doesnt works, manual opening ports are necessary. In the case that UPnP doesnt works, manual opening ports are necessary.
#####Email ##### Email
Internet service porviders blocks port 25 to avoid spam. To send mails, youll need to open port 25. Internet service porviders blocks port 25 to avoid spam. To send mails, youll need to open port 25.