URL: https://linuxfr.org/forums/linux-general/posts/serveur-xmpp-prosody Title: Serveur XMPP : PROSODY Authors: electro575 Date: 2017年05月28日T21:47:31+02:00 License: CC By-SA Tags: xmpp Score: 0 Bonjour à tous, Je tente en ce moment de mettre en place un serveur XMPP sur raspbian. J'utiliserai dans un premier temps les clients : smartphone : "Xabber Classic" pc (debian) : pigdin J'ai suivi le tuto suivant mais ça ne suffi pas à priori : [Prosody debian-facile](https://debian-facile.org/doc:reseau:net:prosody#generer-un-certificat-auto-signe) Je viens de voir ce tuto : [XMPP linuxfr.org](http://linuxfr.org/news/mettre-en-place-un-serveur-jabber-avec-du-tls-et-du-forward-secrecy) Je n'arrive pas à me connecter même en local. Le moyen à priori classique est une connexion en SSL. Jusqu'ici j'ai configuré iptables avec fail2ban pour les connexions ssh vers ma raspi : Chain INPUT (policy ACCEPT) target prot opt source destination fail2ban-ssh tcp -- anywhere anywhere multiport dports 4448 ACCEPT tcp -- anywhere anywhere tcp dpt:xmpp-client ACCEPT tcp -- anywhere anywhere tcp dpt:xmpp-server ACCEPT tcp -- anywhere anywhere tcp dpt:5223 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination ACCEPT tcp -- anywhere anywhere tcp dpt:xmpp-client ACCEPT tcp -- anywhere anywhere tcp dpt:xmpp-server ACCEPT tcp -- anywhere anywhere tcp dpt:5223 Chain fail2ban-ssh (1 references) target prot opt source destination RETURN all -- anywhere anywhere Je n'ai pas investigué avec wireshark encore mais je ne vois pas ce qui bloque, j'ai ouvert les ports 5222, 5223 et 5269 sur la box de la maison. J'ai testé avec xabber classic et pidgin mais je n'arrive pas à me connecter au serveur prosody Auriez-vous des conseils ? Merci d'avance.