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: gateway: strange configuration |
From: | Ralph Lange <[email protected]> |
To: | EPICS Tech-Talk <[email protected]> |
Date: | Thu, 21 Feb 2013 13:03:23 +0100 |
Hi Pierrick,
if you can't connect at all, this looks like a network problem rather than a gateway problem. I am not a network person, but: Can you ping the gateway machine from your remote machine (using 222.22.22.22)? Does your DSL box contain a router/firewall? You might have to configure a port forward in the DSL box that forwards TCP connection to the 5064 port of its public IP address to the 5064 port of 111.11.11.11. Maybe just running the example CA server on 111.11.11.11 is a better way to start. You have to be able to do caget/camonitor/cainfo from your external box to the PVs in the example server on 111.11.11.11 to prove connectivity. The cainfo client should show 222.22.22.22 as the server for the PVs. At that point you should switch from the example server to the Gateway, and start looking at Access Security and Gateway configuration issues. Good luck! ~Ralph On 20.02.2013 22:33, Pierrick Hanlet wrote: Hi Ralph, |