doc/isp_free_fr.md
ma.azimi@laposte.net 696367327e Update isp_free_fr.md
2016-01-07 17:23:06 +01:00

39 lines
No EOL
1.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#Free
*Trouvez la liste dautres fournisseurs daccès Internet **[ici](/isp_fr)**.*
#### Accès à ladministration de la box (v5/v6)
Allez à ladresse : http://mafreebox.free.fr/ puis authentifiez-vous.
#### Ouverture des ports
[Tutoriel douverture des ports sur Freebox](http://www.astuces-pratiques.fr/informatique/ouvrir-un-port-sur-la-freebox-revolution)
[Liste des ports à ouvrir](https://yunohost.org/#/isp_box_config_fr).
#### Déblocage de lenvoi de courriel
Pour pouvoir envoyer des mails, le déblocage se fait dans la [partie client](https://subscribe.free.fr/login/).
Depuis le menu Ma freebox aller sur « Blocage SMTP sortant ».
Pour pouvoir envoyer des mails, passer le blocage en « inactif ».
#### Fonction NAS de la Freebox
Il faut installer le paquet `cifs-utils`
```bash
$ sudo apt-get install cifs-utils
```
Il faut créer un point de montage (ici `/home/monlogin/freebox`)
```bash
$ mkdir ~/freebox
```
On monte le répertoire NAS par défaut avec les droits de lecture / écriture pour tous
```bash
$ sudo mount -t cifs //mafreebox.freebox.fr/Disque\ dur/ /home/monlogin/freebox -o guest,iocharset=utf8,file_mode=0777,dir_mode=0777
```
RAF : automatiser ce montage car il faut le refaire à chaque rédémarrage.