Connect to remote PC #295
Replies: 5 comments 10 replies
-
I'm on a Trial Version license, may that be a problem? Because from all I can judge, the connection arrives at the Webservices server, but is closed immediatly. |
Beta Was this translation helpful? Give feedback.
-
Hi, Also the logs can be found in this path (if it is Windows): c:\Users\xx\AppData\Local\Dlubal\RFEM6_6.02\logs\ Feel free to reach out for further questions. |
Beta Was this translation helpful? Give feedback.
-
Hi @MaximilianFranz, |
Beta Was this translation helpful? Give feedback.
-
Hi @MaximilianFranz, |
Beta Was this translation helpful? Give feedback.
-
Valid point.
However, I am my IT department. And I can imagine not all of your
customers with 5-20 engineers have a IT administrator that would know right
off the bat that port forwarding is required.
At least some pointers don’t hurt. I don’t expect the setup to be done on
your wiki page.
Thanks :)
Looking forward to your answer on what the underlying issue could be.
Best,
…On Mon 20. May 2024 at 09:22, Ondřej Michal ***@***.***> wrote:
Hi @MaximilianFranz <https://github.com/MaximilianFranz>,
I can't imagine giving more information than what is on the wiki page
<https://github.com/Dlubal-Software/RFEM_Python_Client/wiki/How-to-connect-to-remote-PC>
mentioned above. Opening ports on a router or exposing a local PC to the
Internet is very individual and should mostly be referred to the IT
department. You should do the same so that you don't expose yourself to
unnecessary risks.
—
Reply to this email directly, view it on GitHub
<#295 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFSDV5FZXOQLJKK7OJSQ2ZTZDGQBVAVCNFSM6AAAAAA564P5SKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIOJTGE3TK>
.
You are receiving this because you were mentioned.Message ID:
<Dlubal-Software/RFEM_Python_Client/repo-discussions/295/comments/9493175@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hey there,
thanks for the great work on the APIs!
In the wiki there's this section on connection to a remote PC..
So far so good, but how do I tell my python-HLF library to connect to that IP and port, instead of trying on localhost?
Do I need to edit the
initModel.py
file manually? (Doesn't seem good practice to change library code)Problems Connecting
The check supplied in the wiki page for the conenction to the port works just fine.
I've deactivated the firewall momentarily on the host PC and tried connecting, but it fails somewhere in the
HttpAuthenticated
transport, trying to connect to the/wsdl
route with a[Errno 54] Connection reset by peer
I made sure RFEM 6 + webservices is running and no dialogs are open on target PC.
Any hints what could be blocking the connection?
Or any hint where or if I can see the logs of the Webservices server running on the target machine to see if the connection arrives and is dropped for a specific reason?
Thanks already for the answer and kind regards,
Max
Beta Was this translation helpful? Give feedback.
All reactions