Hello. I switched my VPN server from L2TP to OpenVPN. Now, after connecting, I get the following error when trying to download the research. What could it be? The only thing that has changed is the IP addressing. I updated the orthanc.json file to reflect the new IP addresses.
W0325 14:17:57.787523 OrthancMoveRequestHandler.cpp:289] Move-SCU request received for AET “ITPC”
E0325 14:18:07.891766 OrthancException.h:85] Error in the network protocol: DicomUserConnection - connecting to AET “ITPC”: Failed to establish association (0006>
E0325 14:18:07.891918 MoveScp.cpp:237] IMoveRequestHandler Failed: Error in the network protocol
// Whether Orthanc checks the IP/hostname address of the remote
// modality initiating a DICOM connection (as listed in the
// “DicomModalities” option above). If this option is set to
// “false”, Orthanc only checks the AET of the remote modality.
“DicomCheckModalityHost” : false,
// Check whether the called AET corresponds to the AET of Orthanc
// during an incoming DICOM SCU request
“DicomCheckCalledAet” : false,
You probably don’t want to do that, but it helps for debugging. There is a long form for modality configuration also:
//“untrusted” : {
// “AET” : “ORTHANC”,
// “Port” : 104,
// “Host” : “127.0.0.1”,
// “Manufacturer” : “Generic”,
// “AllowEcho” : false,
// “AllowFind” : false,
// “AllowFindWorklist” : false, // new in 1.10.0
// “AllowGet” : false,
// “AllowMove” : false,
// “AllowStore” : true,
// “AllowStorageCommitment” : false, // new in 1.6.0
// “AllowTranscoding” : true, // new in 1.7.0
// “UseDicomTls” : false // new in 1.9.0
// “LocalAet” : “HELLO” // new in 1.9.0
// “Timeout” : 60 // new in 1.9.1
//}
},
I turn on the nat masquerade and it worked great. Everything is downloading.
Now I can’t understand. If my nat works, then the request to orthanc server does not come from vpn ip 10.20.30.11, but from ip 192.168.51.253.
In this case, in the list of dicommodalities, should I specify the ip address 192.168.51.253 of the client?
понедельник, 27 марта 2023 г. в 14:25:03 UTC+3, Anonimniy Anonim: