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: Identical Process Variable names on Multiple Servers |
From: | "Manoussakis, Adamandios via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 18 Feb 2021 21:06:43 +0000 |
Sorry I think I may have left out part the IPs are for example 192.168.1.40 and 192.168.2.50. They exist on different subnets and I didn’t have trouble at first running one IOC on say 192.168.1.40 and having 192.168.2.50 be the client
doing caget/camonitor. I have the client(192.168.2.50) env variable CA_ADDR_LIST=192.168.1.40 and it was working fine but now that I have switched things up and I have 192.168.1.40(CA_ADDR_LIST=192.168.2.50) be the client and 192.168.2.50 have the single IOC
running it doesn’t seem to want to communicate. Which led to me believe I might have just gotten lucky before when it was working and I am missing a piece of the puzzle such as using cagateway or like you have mentioned broadcast addressing. When you stated to set both to the same broadcast
address, do you mean that 192.168.1.40 machine would have 192.168.2.255 and the 192.168.2.50 machine would have 192.168.1.255 set under CA ADDR_LIST respectively. From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of
Ralph Lange via Tech-talk On Thu, 18 Feb 2021 at 16:14, Michael Davidsaver <mdavidsaver at gmail.com> wrote:
Hm! I was not aware of that at all. Will verify and update the README.
As .1 and .2 are different networks, it actually depends on the structure. Always: The broadcast addresses must match between the IOC host (receiving the broadcast) network configuration and the client (sending the broadcast) ADDR_LIST setting. If the client host has a network interface into the IOC host network: The client host network configuration on that interface must also match. If there is a switch between the two networks: The switch needs to be configured to forward "directed broadcasts". Cheers, |