I am trying to use Orthanc in the so-called promiscuous mode. I uploaded some DICOM images to it, and am trying to access the server from a client on a different computer. I made sure that the routers/firewalls are configured properly by capturing requests/replies on the Wireshark, and the network is OK. However, the reply from Osthanc is that there are no images/studies. I looked into the log for Orthanc and I see: Unknown remote DICOM modality AET: "RADIANT". So this tells me that I need to describe it somehow in the configuration file. Furthermore, I need to do this for every user to ever communicate to the Orthanc server. Is there a way to configure it to not bother with this authentication?
If not, then how do I specify this? I could not find a description of how one specifies things in the DICOM modality field of the config file. For example this sample line is directly from the config file:
// "sample" : [ "STORESCP", "localhost", 2000 ]
What is what here? STORESCP is maybe the AET of the client. The localhost is the IP, but the IPs of clients over the Internet can change through DHCP leases with ISPs, so specifying the IP is kind of pointless. If I can specify the IP and the network mask, that would a better thing to do, but how does one do that? My firewall on the router takes care of security. 2000 is maybe the port, but clients use various source ports. Orthanc listens on the default 4242, so should 20000 in the sample above be 4242 in my case? And then finally what is "sample". Since all my security is taken care of by the firewall in the router, I would like to configure Orthanc to not authenticate AETs. Can that be done?
Sincerely,
Boris