EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: could it possible to get pv from another subnet?
From: Andrew Johnson <[email protected]>
To: <[email protected]>
Date: Tue, 14 Oct 2014 11:37:19 -0500
On 10/14/2014 07:12 AM, Ryan Pierce wrote:
> I'm wondering what I think may be the same thing. Is it possible to
> tunnel EPICS over TCP? I'd like it to work between subnets without
> having to dual-home a host on both.

It is possible to tunnel the CA protocol over TCP, but it's going to be
a unidirectional connection. In the case below that should work because
there is only one CA server.

> On Oct 14, 2014, at 2:45 AM, HaveF <[email protected] wrote:

>> |              router A                          router B
>>            +-------------+                   +-------------+
>>            | 202.201.1.4 |                   | 202.201.1.5 |
>>            +-------------+                   +-------------+
>>              /                                \
>>             /                                  \
>>            /                                    \
>>        +---------------+                     +---------------+
>>        | 192.168.1.200 |                     | 192.168.1.100 |
>>        |   CAS         |                     |   camonitor   |
>>        |               |                     |               |
>>        +---------------+                     +---------------+
>> |
>>
>> Could it possible to get pv from another subnet?
>>
>> Could it possible to Set the CAS’s EPICS_CA_ADDR_LIST to 202.201.1.5,
>> and then configure router B, map the port 5065 to 192.168.1.255:5065
>> <http://192.168.1.255:5065>?

I think what you can do may depend on the capabilities of your routers,
but what you describe doesn't make much sense to me. The connection
between the two end nodes is initiated by the client, in this case the
camonitor program, so it needs to know how to connect to the CAS, not
the other way around. The fact that you are using unroutable IP
addresses and that from their addresses both the client and server nodes
appear to be living in the same IP subnet may make this tricky.

You may be able to set up a TCP tunnel from router B so that a
connection from the 192.168.1.100 node made to a specific port on router
B's internal IP address would be tunnelled through to router A and
result in a TCP connection to port 5064 on the CAS node.

If you can do that, you would configure the 192.168.1.100 node with the
environment variable EPICS_CA_NAME_SERVERS set to the IP Addr:port
number of the tunnel entrance on router B. You may also want to set its
EPICS_CA_AUTO_ADDR_LIST variable to NO if you want to suppress UDP name
search broadcasts on subnet B. The camonitor program will then make a
TCP connection through the tunnel directly to the CAS and use this for
its name searches and data connection.

HTH,

-- 
People everywhere confuse what they read in newspapers with news.
-- A. J. Liebling

References:
could it possible to get pv from another subnet? HaveF
Re: could it possible to get pv from another subnet? Ryan Pierce

Navigate by Date:
Prev: EPICS Collaboration Meeting October 2014 mattei
Next: Re: Binding an IOC to a single network interface J. Lewis Muir
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: could it possible to get pv from another subnet? Ryan Pierce
Next: RE: could it possible to get pv from another subnet? Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 17 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·