mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update isp_box_config.md
This commit is contained in:
parent
85e4f2e100
commit
6ff4dd7c22
1 changed files with 14 additions and 12 deletions
|
@ -10,20 +10,22 @@ Then you will need to authentificate.
|
|||
#### Opening ports
|
||||
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
|
||||
|
||||
L’UPnP permit opening automatically ports.
|
||||
UPnP 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:
|
||||
|
||||
```sudo yunohost firewall reload```
|
||||
|
||||
##### Manual opening ports
|
||||
|
||||
In the case that UPnP doesn’t works, manual opening ports are necessary.
|
||||
|
||||
##### Email
|
||||
|
||||
Internet service porviders blocks port 25 to avoid spam. To send mails, you’ll need to open port 25.
|
||||
|
|
Loading…
Add table
Reference in a new issue