Hello,
I have been trying the option "Load from system information" but i have one major problem. So the first time i used it i had a problem beacuse it is never specified which port it needs but i used wireshark to find the port it is using so i thought the job was done. But it seems when i try to communicate with diffrent computers it usess a diffrent port and i dont think its efficent to every time go looking for that one specific port so is there any way i can fix that port so it always uses that one?
For the first computer i needed to open port 61449.
For the second it was 64950.
Thanks in advance!
-Sebastian Krnjus
Hello,
Thank you for contacting Devolutions Support.
It may be possible to achieve what you're looking for using a PowerShell script. If you're proficient with PowerShell, please review our GitHub repository here: https://github.com/Devolutions/DevoSamples-ps
If you need assistance creating a script, feel free to reach out to us.
Best regards,
Carl Marien
Hello Sebastian,
Could you also please verify if the WMI connection is working to the remote hosts?
https://docs.devolutions.net/rdm/kb/troubleshooting-articles/wmi-troubleshooting
The two mentioned ports are expected, as the WMI protocol use a dynamic port range, but it is possible to set also a fixed one:
https://community.sapphireims.com/t/how-to-make-wmi-connection-firewall-friendly-instead-of-using-too-many-dcom-random-ports/57
https://learn.microsoft.com/en-us/windows/win32/wmisdk/setting-up-a-fixed-port-for-wmi
Regards,
Min
Hello,
I have been trying the option "Load from system information" but i have one major problem. So the first time i used it i had a problem beacuse it is never specified which port it needs but i used wireshark to find the port it is using so i thought the job was done. But it seems when i try to communicate with diffrent computers it usess a diffrent port and i dont think its efficent to every time go looking for that one specific port so is there any way i can fix that port so it always uses that one?
For the first computer i needed to open port 61449.
For the second it was 64950.
Thanks in advance!
-Sebastian Krnjus
@sebastiankrnjus
Well i coudn't find a solution to get a fixed port but i found something else. Just paste this command and all of the dynamic RPC ports will get trought firewall. "New-NetFirewallRule -DisplayName "DevolutionsScan" -Direction Inbound -Action Allow -Protocol TCP -LocalPort RPC -Profile Private"