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: firewalld configuration for EPICS? |
From: | Ralph Lange via Tech-talk <[email protected]> |
To: | EPICS Tech Talk <[email protected]> |
Date: | Thu, 4 Apr 2019 21:27:16 +0200 |
Am Mittwoch, 3. April 2019, 11:51:11 CEST schrieb Dirk Zimoch via Tech-talk:
> Hi
>
> Does anyone already have a firewalld configuration to allow Channel
> Access? I.e. something like a /usr/lib/firewalld/services/epics.xml file?
>
> Dirk
Hi Dirk,
you could use the following as a EPICS.xml under /etc/firewalld/services
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>EPICS Channel Access service</short>
<port port="ca-1" protocol="tcp"/>
<port port="ca-1" protocol="udp"/>
<port port="ca-2" protocol="tcp"/>
<port port="ca-2" protocol="udp"/>
<source-port port="ca-1" protocol="tcp"/>
<source-port port="ca-1" protocol="udp"/>
<source-port port="ca-2" protocol="tcp"/>
<source-port port="ca-2" protocol="udp"/>
</service>
And then select EPICS for the zone you need to enable the ports.
Regards,
Jörn