changeset 682:e932c609c30a

note about dns lookup
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 May 2021 16:57:31 +0200
parents 9c23356b9464
children 11e536e70b37
files Sphinx/source/dicom-guide.rst
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/dicom-guide.rst	Mon May 10 12:30:57 2021 +0200
+++ b/Sphinx/source/dicom-guide.rst	Tue May 11 16:57:31 2021 +0200
@@ -370,7 +370,7 @@
    displayed by :ref:`Orthanc Explorer <orthanc-explorer>` (possibly
    its AET).
 2. The AET of the remote server.
-3. Its IP address or its hostname.
+3. Its IP address.
 4. Its DICOM port (most probably 104, or 4242 if the remote server is
    another instance of Orthanc).
 
@@ -378,6 +378,14 @@
 software must be restarted to take the new parameters into account.
 
 
+**Remark:** The IP address in the ``DicomModalities`` configuration
+option can possibly be replaced by the hostname of the remote modality
+(obtained by DNS). This will work if Orthanc acts as an SCU to this
+remote modality. However, if the remote modality acts as a SCU that
+can contact Orthanc SCP and if the option ``DicomCheckModalityHost``
+is set to ``true``, you are obliged to use an IP address.
+
+
 .. _dicom-echo:
 
 C-Echo: Testing connectivity