Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support to set dicom client ip #1745

Open
SwordLieLai opened this issue Mar 4, 2024 · 2 comments
Open

Add Support to set dicom client ip #1745

SwordLieLai opened this issue Mar 4, 2024 · 2 comments
Labels

Comments

@SwordLieLai
Copy link

Sometimes a computer gave more than one network card which in different network segment. Should able to choose specifc ip for dicom client to use. Beause others may not be able to connect to server. For example, i have two ip 172.16.10.41 and 192.168.1.14, but only 172.16.10.41 can connect to dicom server. If dicom client use 192.168.1.14 then communication will always fail.

@SwordLieLai SwordLieLai added the new label Mar 4, 2024
@gofal
Copy link
Contributor

gofal commented Mar 10, 2024

You should not care about that. If you create a dicomclient and connect to a certain server, then your operationsystem would choose automatically, which networkcard or which subnet to use and therefore automatically connects with the right IP adress.

Which operation system do you use?

@MrBean2016
Copy link

You probably can solve this with the information in the provided link, it is a network configuration issue.

https://community.spiceworks.com/t/2-nic-cards-with-2-gateways/783335/15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants