mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
add missing docs
This commit is contained in:
parent
7fc9f75ea7
commit
6214264829
2 changed files with 48 additions and 0 deletions
24
isp_box_config.md
Normal file
24
isp_box_config.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#Configuration box/router
|
||||||
|
|
||||||
|
####Access to box/routeur administration
|
||||||
|
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.
|
||||||
|
|
||||||
|
####Opening ports
|
||||||
|
Opening following ports are necessary to make works differents services.
|
||||||
|
|
||||||
|
TCP : 22, 25, 53, 80, 443, 465, 993, 5222, 5269, 5290
|
||||||
|
|
||||||
|
#####UPnP
|
||||||
|
|
||||||
|
L’UPnP permit opening automatically ports.
|
||||||
|
#####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.
|
24
isp_box_config_fr.md
Normal file
24
isp_box_config_fr.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#Configuration box/routeur
|
||||||
|
|
||||||
|
####Accès à l’administration de la box/routeur
|
||||||
|
Dans la barre d’URL de votre navigateur web entrez :
|
||||||
|
```bash
|
||||||
|
192.168.0.1 ou 192.168.1.1
|
||||||
|
```
|
||||||
|
Il faut ensuite s’authentifier.
|
||||||
|
|
||||||
|
####L’ouverture des ports
|
||||||
|
L’ouverture des ports suivants sont nécessaire au fonctionnement des différents services.
|
||||||
|
|
||||||
|
TCP : 22, 25, 53, 80, 443, 465, 993, 5222, 5269, 5290
|
||||||
|
|
||||||
|
#####UPnP
|
||||||
|
|
||||||
|
L’UPnP permet d’ouvrir automatiquement les ports.
|
||||||
|
#####Ouverture manuelle de ports
|
||||||
|
|
||||||
|
Dans le cas où l’UPnP ne fonctionne pas l’ouverture manuelle des ports est nécessaire.
|
||||||
|
|
||||||
|
#####Le courrier électronique
|
||||||
|
|
||||||
|
Les Fournisseurs d’accès à Internet bloquent le port 25 pour éviter le spam. Pour pouvoir envoyer des emails, il faut donc l’ouvrir le port 25.
|
Loading…
Add table
Reference in a new issue