Diskussion:Server/Jails/SRS17: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (Matthias Jakobi verschob Seite Diskussion:Server/Jail/SRS17 nach Diskussion:Server/Jails/SRS17 ohne dabei eine Weiterleitung anzulegen) |
KKeine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
5269 for XMPP server connections (s2s = server to server). If you want that users in your server NOT be able to chat with users of other servers, you can close the port 5269.<br /> | 5269 for XMPP server connections (s2s = server to server). If you want that users in your server NOT be able to chat with users of other servers, you can close the port 5269.<br /> | ||
5280 for HTTP client connections, including HTTP-Bind and WebAdmin. Needed for http_bind in Strophe.js | 5280 for HTTP client connections, including HTTP-Bind and WebAdmin. Needed for http_bind in Strophe.js | ||
== Backup == | |||
=== Postgresql === | |||
http://www.postgresql.org/docs/9.0/static/kernel-resources.html | |||
echo "security.jail.sysvipc_allowed=1" >> /etc/sysctl.conf | |||
echo "jail_sysvipc_allow="YES" # For PostgreSQL" >> /etc/rc.conf |
Version vom 19. Mai 2013, 16:49 Uhr
pf open ports
5222 for XMPP client connections (c2s = client to server)
5269 for XMPP server connections (s2s = server to server). If you want that users in your server NOT be able to chat with users of other servers, you can close the port 5269.
5280 for HTTP client connections, including HTTP-Bind and WebAdmin. Needed for http_bind in Strophe.js
Backup
Postgresql
http://www.postgresql.org/docs/9.0/static/kernel-resources.html
echo "security.jail.sysvipc_allowed=1" >> /etc/sysctl.conf
echo "jail_sysvipc_allow="YES" # For PostgreSQL" >> /etc/rc.conf