Chris Murphy wrote: > I'm on Fedora 22 Server which has this already: > > # cat /usr/lib/firewalld/services/rsyncd.xml > <?xml version="1.0" encoding="utf-8"?> > <service> > <short>Rsync in daemon mode</short> > <description>Rsync in daemon mode works as a central server, in > order to house centralized files and keep them > synchronized.</description> > <port protocol="tcp" port="873"/> > <port protocol="udp" port="873"/> > </service> > > And also: > # dnf provides /usr/lib/firewalld/services/rsyncd.xml > Using metadata from Wed Feb 25 12:01:25 2015 > firewalld-0.3.13-2.fc22.noarch : A firewall daemon with D-Bus > interface providing a dynamic firewall > Repo : @System > > > So I can't tell you if this will work in your case and if there's some > way within firewall-cmd to create these service files or not. Ok, *that's* the missing file. I looked in both /etc/firewalld/services and /usr/lib/firewalld/services, and there's no rsyncd in either. So, is this a CentOS bug, or upstream's problem? mark