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: IOC in Docker not responding to caget from another host |
From: | "Paduan Donadio, Marcio via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Michael Davidsaver <mdavidsaver at gmail.com> |
Cc: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Fri, 5 Nov 2021 18:39:52 +0000 |
Yes, I didn't mention it, but I've opened TCP/UDP 5064 and TCP/UDP 5065.
From: Michael Davidsaver <mdavidsaver at gmail.com>
Sent: Friday, November 5, 2021 11:38 AM To: Paduan Donadio, Marcio <marcio at slac.stanford.edu> Cc: EPICS tech-talk <tech-talk at aps.anl.gov> Subject: Re: IOC in Docker not responding to caget from another host On 11/5/21 10:53 AM, Paduan Donadio, Marcio wrote:
> Michael, this idea of using telnet was very useful. I ended up discovering that the firewall was blocking port 5064 in Ubuntu1. I've opened the port, could connect through telnet, but caget still refuses to communicate. I've tried both the broadcast address and Ubuntu1 specific IP in EPICS_CA_ADDR_LIST. Failure to connect w/ 'telnet' is good indication of a firewall problem. However, success only tells you that TCP traffic can get through. You also need to open up 5064 (and should open 5065) for UDP traffic. |