-
Notifications
You must be signed in to change notification settings - Fork 95
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
Firewall: Issue in accessing pvaccess PV on different subnet on windows standalone client installation #2503
Comments
Update: Checking the search command sent from both the windows and the ubuntu client host, they look the same. But while the ubuntu host sends the message to UDP This suggests that some firewall is blocking the message from the windows client to |
Dear Kay,
Thank you for the exhaustive reply.
As you correctly identified, the server replies on another port. Hence the
windows firewall is blocking the same.
However, I am wondering, how could I communicate if the PVA server was on
the same subnet?
Once I disabled the windows firewall I am able to access it.
I was wondering if there is a gateway application which can work for both
CA and PVA?
Regards,
Kuldeep
…On Thu, Jan 19, 2023 at 4:58 PM Kay Kasemir ***@***.***> wrote:
Update: Checking the search command sent from both the windows and the
ubuntu client host, they look the same.
But while the ubuntu host sends the message to UDP certain_ip:5076 and
then gets a reply from certain_ip:other_port, the windows host does not
see a reply.
This suggests that some firewall is blocking the message from the windows
client to certain_ip, or a firewall, maybe on the windows host, is open
for port 5076 only, so the reply from other_port is not seen?
—
Reply to this email directly, view it on GitHub
<#2503 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATMOMUP3GLPJTZWNRVFN5BTWTFXE5ANCNFSM6AAAAAATXZ5EOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Excellent!
Must be some detail in the firewall setting where it allows any UDP packets from the local subnet but not from other subnets.
That's an issue with the original C++ implementation of the PVA server, epics-base/pvAccessCPP#159 The new C++ implementation, https://github.com/mdavidsaver/pvxs, and the new PVA gateway that's based on it, https://mdavidsaver.github.io/p4p/gw.html, stick to the configured UDP server port which you can then open in the firewall.
CA and PVA are different protocols, and they each have their own gateway. |
Thank you for your help. It was a windows firewall issue |
I have downloaded the overnight build of Phoebus for Window release and Configured the remote IOC server IP address (on a different subnet) using settings.ini
I am able to access the CA PV on the remote IOC, however I am unable to access the PVA PV with this installation
If the remote IOC is on the same subnet there is no issue in accessing the PVA PV's.
Simultaneously, I have cloned a phoebus git on Ubuntu and using the above setting I am able to access the CA and PVAccess PV's without any issues.
I am wondering if I require to configure/install anything on Windows system to access PVAccess PV's, or is it a bug??
The text was updated successfully, but these errors were encountered: