1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: [EXTERNAL] PVA connection problem |
From: | Ignacio Arriagada via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Kasemir, Kay" <kasemirk at ornl.gov> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Fri, 15 Sep 2023 10:35:29 -0300 |
$ sudo firewall-cmd --list-all
[sudo] password for iarriagada:
public (active)
target: default
icmp-block-inversion: no
interfaces: enp0s3
sources:
services: cockpit dhcpv6-client ssh
ports: 8888/tcp 8888/udp 5064/tcp 5065/tcp 5064/udp 5065/udp 5075/tcp 5075/udp 5076/tcp 5076/udp
protocols:
forward: no
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
$ sudo nmap 192.168.1.140 -sUT -p 5075-5076
Starting Nmap 7.70 ( https://nmap.org ) at 2023-09-15 10:29 -03
Nmap scan report for 192.168.1.140
Host is up (0.00069s latency).
PORT STATE SERVICE
5075/tcp open pvaccess
5076/tcp closed unknown
5075/udp closed unknown
5076/udp open|filtered unknown
MAC Address: 08:00:27:1F:69:28 (Oracle VirtualBox virtual NIC)
Nmap done: 1 IP address (1 host up) scanned in 1.55 seconds
$ sudo nmap 192.168.1.140 -sUT -p 5064-5065
Starting Nmap 7.70 ( https://nmap.org ) at 2023-09-15 10:29 -03
Nmap scan report for 192.168.1.140
Host is up (-0.15s latency).
PORT STATE SERVICE
5064/tcp open ca-1
5065/tcp closed ca-2
5064/udp open|filtered ca-1
5065/udp open|filtered ca-2
MAC Address: 08:00:27:1F:69:28 (Oracle VirtualBox virtual NIC)
Nmap done: 1 IP address (1 host up) scanned in 1.51 seconds
2023-09-15T10:25:08.452 Error fetching socket remote address: Transport endpoint is not connected.
2023-09-15T10:27:15.862 Error fetching socket remote address: Transport endpoint is not connected.
2023-09-15T10:27:28.302 Error fetching socket remote address: Transport endpoint is not connected.
2023-09-15T10:29:12.204 Error fetching socket remote address: Transport endpoint is not connected.
In your firewall, you open the 506* ports used by Channel Access:
Ports… 5064/tcp 5065/tcp 5064/udp 5065/udp
That’s great for channel access, but PV access uses ports 5075 and 5076:
EPICS_PVAS_BROADCAST_PORT = 5076
EPICS_PVAS_SERVER_PORT = 50752023-09-14T17:27:50.066 Sending 59 …-> …:5076.
Update your firewall config to include uses ports 5075 and 5076