mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
1.2 KiB
1.2 KiB
Configuration box/router
Access to box/routeur administration
In the URL bar of your web browser 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 (servers)
- Email: 25, 465 (SMTP), 587 (SMTP with SSL), 993 (IMAP)
- DNS: 53
UPnP
UPnP permit automatically forward ports.
In some case, after changing your box configuration (ex: add IPv6, or unlock SMTP…) and a reboot. It happens that ports are no longer forwarded. So you have to reload your firewall configuration:
sudo yunohost firewall reload
Manual forward ports
In the case that UPnP doesn’t works, manual ports forward are necessary.
Internet service porviders blocks port 25 to avoid spam. To send mails, you’ll need to forward port 25.