Thank you everyone for your responses!
I tried enabling the ports 5075 and 5076 in VM1, but no luck. However, what I find interesting is that disabling the firewall on VM2 (the client) allows me to execute a successful pvget testSCS:gcbTx. Even without the ports being added on VM1 (the server).
Also, I'm not concerned about the UDF message, the IOC is not doing much at the moment.
Some more info that might be relevant
Current VM1 firewall configuration:
$ 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:
nmap output from VM2:
$ 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
Also, when I execute the nmap for ports 5075 and 5076, I get the following message on the ioc running on VM1
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.
I think the issue is very likely related to what Jure and Michael are pointing out (thanks!). I will try with PVXS as well. But if anybody has any more ideas, I'm all ears.
Thank you all for your help!