promiscuous mode

Trouble during PacsOne Server installations
tservice
Posts:176
Joined:Mon Oct 23, 2006 4:03 pm
Location:USA
promiscuous mode

Post by tservice » Wed Oct 08, 2008 3:43 am

How can I set Pacsone to promiscuous mode? I have not been able to find any information on that. Thanks once again.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Wed Oct 08, 2008 4:21 am

It's not recommended to run a PACS server under the promiscuous mode due to the security risks involved (e.g., denial-of-service attacks, etc.). But if you are certain your network is secure and do not care about anonymous source AEs connecting to PacsOne, you can enable the promiscuous mode of PacsOne Server by setting the following Registry DWORD value:

Code: Select all

HKEY_LOCAL_MACHINE\Software\RainbowFish Software\PacsOne\${AeTitle}\AnonymousCallingAeTitle
Set the DWORD value to 1 and restart PacsOne Server. After that, PacsOne will accept association requests from unknown AEs, whether or not they are known to be safe.

tservice
Posts:176
Joined:Mon Oct 23, 2006 4:03 pm
Location:USA

Post by tservice » Fri Jan 20, 2012 7:55 pm

On version 6.3.2 I am unable to get PacsOne to run in promiscuous mode.
Has something changed?

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Sun Jan 22, 2012 6:40 pm

There is no change in this area in version 6.3.2, so what's the exact error you got when you said "I am unable to get PacsOne to run in promiscuous mode"?

tservice
Posts:176
Joined:Mon Oct 23, 2006 4:03 pm
Location:USA

Post by tservice » Mon Jan 23, 2012 3:11 pm

I am getting a rejection from Pacsone. Pacsone will not accept any communication that is not registerd in the database.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Mon Jan 23, 2012 11:09 pm

Can you export the following Registry key into a "*.reg" file, rename it to "*.txt" extension and send it to mailto:pacsone@pacsone.net?

Code: Select all

HKLM\Software\RainbowFish Software\PacsOne\

tservice
Posts:176
Joined:Mon Oct 23, 2006 4:03 pm
Location:USA

Post by tservice » Wed Jan 25, 2012 4:05 pm

Yes I can, you will have it today. thanks

tservice
Posts:176
Joined:Mon Oct 23, 2006 4:03 pm
Location:USA

Post by tservice » Wed Feb 01, 2012 9:14 pm

Now I am getting ERROR - C-MOVE: Unknown Move Destination in P-DATA-TF PDU

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Feb 02, 2012 5:24 pm

The current implementation of Promiscuous mode in PacsOne Server only allows anonymous AE Title in the C-STORE command, but not C-MOVE. So it looks like we'll need to add this to the next release of PacsOne Server. Until then, you'll have to specify a known AE Title as the C-MOVE Destination AE in order to avoid such errors.

tservice
Posts:176
Joined:Mon Oct 23, 2006 4:03 pm
Location:USA

Post by tservice » Thu Feb 02, 2012 5:38 pm

ok thanks

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Feb 02, 2012 6:49 pm

On another thought, it's actually impossible to allow anonymous AE Title (promiscuous mode) for C-MOVE, because PacsOne Server has to know where to send the selected Dicom images, i.e., you must configure the hostname/IP address and TCP port information for the C-MOVE Destination AE, because otherwise PacsOne Server won't know where to send the selected images.

tservice
Posts:176
Joined:Mon Oct 23, 2006 4:03 pm
Location:USA

Post by tservice » Thu Feb 02, 2012 7:55 pm

hummm, your right. Thanks though

GaMEChld
Posts:6
Joined:Thu Aug 16, 2012 8:04 pm

Post by GaMEChld » Fri Aug 31, 2012 12:11 pm

I was only able to locate the registry entry under:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\RainbowFish Software\PacsOne\PACS\ApplicationEntityTitle

That doesn't sound quite right to me, has the registry changed? Is there a new method to set promiscuous mode?

EDIT: Email sent with the relevant attachment.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Fri Aug 31, 2012 2:09 pm

Your Registry settings look fine as your assigned AE Title for PacsOne Server is PACS, so you should replace the ${AeTitle} variable in the example above with your assigned AE Title (PACS):

Code: Select all

HKLM\Software\RainbowFish Software\PacsOne\PACS\AnonymousCallingAeTitle
Add/set the DWORD value to 1, and restart PacsOne Server for the change to take effect.

GaMEChld
Posts:6
Joined:Thu Aug 16, 2012 8:04 pm

Post by GaMEChld » Fri Aug 31, 2012 2:13 pm

Thanks for the speedy response, I will do so!

And I shouldn't be concerned that my path is in the "Wow6432Node" sub directory?

Post Reply