doc/isp_box_config.md
likeitneverwentaway 9bfdc35a81 Port forwarding: add port 587 for SMTP with SSL (#383)
* Ajout du port 587 pour l'SMTP avec chiffrement

* Add port 587 for SMTP with SSL, typo

* typo
2016-07-16 23:29:57 +02:00

1.1 KiB
Raw Blame History

Configuration box/router

Access to box/routeur administration

In the URL bar of your web navigator put:

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:

  • Web: 80 (HTTP), 443 (HTTPS)
  • SSH: 22
  • XMPP: 5222 (clients), 5269 (server)
  • Email: 25, 465 (SMTP), 587 (SMTP with SSL), 993 (IMAP)
  • DNS: 53
UPnP

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 doesnt works, manual opening ports are necessary.

Email

Internet service porviders blocks port 25 to avoid spam. To send mails, youll need to open port 25.