6443N/A<?xml version="1.0" encoding="UTF-8"?>
6443N/A<!--
6443N/A ! CCPL HEADER START
6443N/A !
6443N/A ! This work is licensed under the Creative Commons
6443N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
6443N/A ! To view a copy of this license, visit
6443N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
6443N/A ! or send a letter to Creative Commons, 444 Castro Street,
6443N/A ! Suite 900, Mountain View, California, 94041, USA.
6443N/A !
6443N/A ! You can also obtain a copy of the license at
7310N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
6443N/A ! See the License for the specific language governing permissions
6443N/A ! and limitations under the License.
6443N/A !
6443N/A ! If applicable, add the following below this CCPL HEADER, with the fields
6443N/A ! enclosed by brackets "[]" replaced with your own identifying information:
6443N/A ! Portions Copyright [yyyy] [name of copyright owner]
6443N/A !
6443N/A ! CCPL HEADER END
6443N/A !
7310N/A ! Copyright 2011 ForgeRock AS
6443N/A !
6443N/A-->
6443N/A<appendix xml:id='appendix-ports-used'
6443N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
6443N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
7097N/A xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
7097N/A xmlns:xlink='http://www.w3.org/1999/xlink'
7097N/A xmlns:xinclude='http://www.w3.org/2001/XInclude'>
6443N/A <title>Ports Used</title>
6443N/A
6443N/A <para>OpenDJ server software uses the following TCP/IP ports by default.</para>
6443N/A
6443N/A <!-- Protocol, port number, description (what for), on by default? -->
6443N/A <variablelist>
6443N/A <varlistentry xml:id="ldap-port">
6443N/A <term>LDAP: 389 (1389)</term>
6443N/A <listitem>
6443N/A <indexterm><primary>Ports</primary><secondary>389 (1389)</secondary></indexterm>
6443N/A <para>OpenDJ directory server listens for LDAP requests from client
6443N/A applications on port 389 by default. OpenDJ directory server uses port
6443N/A 1389 by default for users who cannot use privileged ports. LDAP is enabled
6443N/A by default.</para>
6443N/A </listitem>
6443N/A </varlistentry>
6443N/A <varlistentry xml:id="ldaps-port">
6443N/A <term>LDAPS: 636 (1636)</term>
6443N/A <listitem>
7255N/A <indexterm><primary>Ports</primary><secondary>636 (1636)</secondary></indexterm>
7255N/A <para>OpenDJ directory server listens for LDAPS requests from client
7255N/A applications on port 636 by default. OpenDJ directory server uses port
7255N/A 1636 by default for users who cannot use privileged ports. LDAPS is not
7321N/A enabled by default.</para>
7255N/A </listitem>
7255N/A </varlistentry>
7255N/A <varlistentry xml:id="admin-port">
7097N/A <term>Administrative connections: 4444</term>
7097N/A <listitem>
7097N/A <indexterm><primary>Ports</primary><secondary>4444</secondary></indexterm>
7097N/A <para>OpenDJ directory server listens for administrative traffic on port
7097N/A 4444 by default. The administration connector is enabled by default.</para>
7097N/A </listitem>
7097N/A </varlistentry>
7097N/A <varlistentry xml:id="snmp-port">
7097N/A <term>SNMP: 161, 162</term>
6443N/A <listitem>
6687N/A <indexterm><primary>Ports</primary><secondary>161</secondary></indexterm>
6687N/A <indexterm><primary>Ports</primary><secondary>162</secondary></indexterm>
6687N/A <para>OpenDJ directory server listens for SNMP traffic on port 161 by
6687N/A default, and uses port 162 for traps. SNMP is not enabled by default.</para>
6687N/A </listitem>
6687N/A </varlistentry>
6687N/A <varlistentry xml:id="jmx-port">
7097N/A <term>JMX: 1689</term>
7097N/A <listitem>
7097N/A <indexterm><primary>Ports</primary><secondary>1689</secondary></indexterm>
7097N/A <para>OpenDJ directory server listens for Java Management eXtension
6687N/A traffic on port 1689 by default. JMX is not enabled by default.</para>
7097N/A </listitem>
7097N/A </varlistentry>
7097N/A <varlistentry xml:id="http-port">
7097N/A <term>HTTP: 8080</term>
6687N/A <listitem>
6687N/A <indexterm><primary>Ports</primary><secondary>8080</secondary></indexterm>
6443N/A <para>OpenDJ directory server can listen for HTTP client requests to the
7255N/A RESTful API. The default port is 8080, but HTTP access is not enabled by
7255N/A default.</para>
7255N/A </listitem>
7255N/A </varlistentry>
7321N/A <varlistentry xml:id="repl-port">
7255N/A <term>Replication: 8989</term>
7255N/A <listitem>
7255N/A <indexterm><primary>Ports</primary><secondary>8989</secondary></indexterm>
7255N/A <para>OpenDJ directory server listens for replication traffic
7255N/A on port 8989 by default. Replication is not enabled by default.</para>
6443N/A </listitem>
6443N/A </varlistentry>
6443N/A </variablelist>
7097N/A</appendix>
7097N/A