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: Cant caget from different IOC server |
From: | "Marco A. Barra Montevechi Filho via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Sean Leavey <sean.leavey at stfc.ac.uk>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 20 Sep 2022 15:33:55 +0000 |
Thanks, Sean!
TcpDump helped me realize port 5064 was being blocked. Fixed that with iptables. Cheers, Marco From: Sean Leavey <sean.leavey at stfc.ac.uk>
Sent: 20 September 2022 05:16 To: Marco A. Barra Montevechi Filho <marco.filho at lnls.br>; tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Re: Cant caget from different IOC server Hi Marco,
I had some troubles caused by different subnets a couple of weeks ago: https://epics.anl.gov/tech-talk/2022/msg01375.php Some commands are mentioned in that thread that can help diagnose what's going on on the network, e.g. tcpdump, nmap, etc. Cheers, Sean On 19/09/2022 15:42, Marco A. Barra Montevechi Filho via Tech-talk wrote: > Hello all. > > I have two IOC servers and inside server 1 im trying to caget a PV from > server 2. They are not in the same subnet. > I can caget PVs from server 2 from other servers so im guessing problem > is in server 1. Inside server 1 i make: > > export EPICS_CA_ADDR_LIST="$EPICS_CA_ADDR_LIST <IP_from_server_2>" > caget <MY_PV> > > and i get: > Channel connect timed out: '<MY_PV>' not found. > > Server 2 is a Debian 9.11 and server 1 is Debian 10. nftables or > iptables commands are not recognized in server 1 so i have no ideas on > how to look for my firewall configurations. > Any tips on how to debug this? Thanks in advance 🙂 > > Marco > > > Aviso Legal: Esta mensagem e seus anexos podem conter informações > confidenciais e/ou de uso restrito. Observe atentamente seu conteúdo e > considere eventual consulta ao remetente antes de copiá-la, divulgá-la > ou distribuí-la. Se você recebeu esta mensagem por engano, por favor > avise o remetente e apague-a imediatamente. > > Disclaimer: This email and its attachments may contain confidential > and/or privileged information. Observe its content carefully and > consider possible querying to the sender before copying, disclosing or > distributing it. If you have received this email by mistake, please > notify the sender and delete it immediately. > This email and any attachments are intended solely for the use of the named recipients. If you are not the intended recipient you must not use, disclose, copy or distribute this email or any of its attachments and should notify the sender immediately and delete this email from your system. UK Research and Innovation (UKRI) has taken every reasonable precaution to minimise risk of this email or any attachments containing viruses or malware but the recipient should carry out its own virus and malware checks before opening the attachments. UKRI does not accept any liability for any losses or damages which the recipient may sustain due to presence of any viruses. |