Quote from urilPACS server Conquest DICOM software 1.4.13 on server side and DCMTK on client side. I have installed DCMTK client on fedora core 7 and have the same problem. "Host 'TON' did not accept the connection". I have turned off firewall on fedora core 7.
What you think should be my next step?
Forgive me for interfering with your discussion, but since you have the DCMTK tools installed on your
client anyway, I would maybe run the command `storescp -v 10004 -od /tmp ´ in a terminal window
on the client side. This invokes a simple SCP for the Storage Service Class on the client side, which
listens on port 10004 for incoming association requests and writes the received files to the /tmp
directory.
Then you can try to connect to this port from the server with `telnet name 10004´ where name
is the hostname of your client. If the connection request already fails at this stage you have definitely
a problem on the networking level, most probably a firewall blocking the port.
Best regards - Juergen