On 4/3/19 11:51 AM, Dirk Zimoch via Tech-talk wrote:
> 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
Hello Dirk,
I just struggled with firewalld in order to make EPICS clients and servers work and I found this solution for the command line:
Settings for EPICS clients:
firewall-cmd --add-rich-rule="rule source-port port=5064 protocol=tcp accept"
firewall-cmd --add-rich-rule="rule source-port port=5064 protocol=udp accept"
firewall-cmd --add-rich-rule="rule source-port port=5065 protocol=tcp accept"
firewall-cmd --add-rich-rule="rule source-port port=5065 protocol=udp accept"
Additional settings for EPICS servers:
firewall-cmd --add-rich-rule="rule port port=5064 protocol=tcp accept"
firewall-cmd --add-rich-rule="rule port port=5064 protocol=udp accept"
firewall-cmd --add-rich-rule="rule port port=5065 protocol=tcp accept"
firewall-cmd --add-rich-rule="rule port port=5065 protocol=udp accept"
Make changes permanent:
firewall-cmd --runtime-to-permanent
Greetings
Goetz
Attachment:
signature.asc
Description: OpenPGP digital signature
- Replies:
- Re: firewalld configuration for EPICS? Jörn Dreyer via Tech-talk
- Re: firewalld configuration for EPICS? Ralph Lange via Tech-talk
- Navigate by Date:
- Prev:
RE: Areadetector error in version R3-8 Sandeep Kumar Malu - UKRI STFC via Tech-talk
- Next:
Re: firewalld configuration for EPICS? Jörn Dreyer via Tech-talk
- 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
- Navigate by Thread:
- Prev:
Re: Problem in installing synApps_6_0 Kim SeongBin via Tech-talk
- Next:
Re: firewalld configuration for EPICS? Jörn Dreyer via Tech-talk
- 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
|