search for: invalid_service

Displaying 6 results from an estimated 6 matches for "invalid_service".

2015 Feb 25
4
CentOS 7, systemd and firewall-cmd
Chris Murphy wrote: > firewall-cmd --add-service=rsyncd > firewall-cmd --add-service=rsyncd Error: INVALID_SERVICE: rsyncd Is there another place that there needs to be an rsyncd service file, whatever it's supposed to be named, *other* than where systemd wants it? mark > To make it permanent, do the above and this: > firewall-cmd --permanent --add-service=rsyncd > > > Chris Murphy &...
2016 Jul 14
1
CentOS7 firewalld ploblem
Ok. try following: firewall-cmd --add-port=110/tcp --permanent firewall-cmd --reload Eero 2016-07-14 12:22 GMT+03:00 ???? <tadao at creative-japan.org>: > I cannot add pop3 with following error. > # firewall-cmd --permanent --zone=external --add-service=pop3 > Error: INVALID_SERVICE: pop3 > > And cannot access to 143 too. > telnet 153.153.xxx.xxx 143 > Trying 153.153.xxx.xxx... > telnet: connect to address 153.153.xxx.xxx: No route to host > > > > 2016-07-14 17:53 GMT+09:00 Eero Volotinen <eero.volotinen at iki.fi>: > > > You need to a...
2016 Jul 14
2
CentOS7 firewalld ploblem
You need to add pop3. Please note that op3 is not secure as password and username is transferred in plain text. *firewall-cmd --add-service=pop3 --permanent* *firewall-cmd --reload--* *Eero* 2016-07-14 11:43 GMT+03:00 Subscriber <ml-lists at agoris.net.ua>: > > Thursday, July 14, 2016, 11:32:31 AM, you wrote: > > > Dear Members, > > > Please tell me how
2015 Feb 25
2
CentOS 7, systemd and firewall-cmd
I'm having issues with an rsyncd. systemctl status rsyncd shows it running rsyncd.service - fast remote file copy program daemon Loaded: loaded (/usr/lib/systemd/system/rsyncd.service; enabled) Active: active (running) since Wed 2015-02-25 10:57:02 EST; 4h 43min ago Main PID: 31672 (rsync) CGroup: /system.slice/rsyncd.service `-31672 /usr/bin/rsync --daemon --no-detach
2015 Feb 25
0
CentOS 7, systemd and firewall-cmd
On Wed, 2015-02-25 at 16:33 -0500, m.roth at 5-cent.us wrote: > Chris Murphy wrote: > > firewall-cmd --add-service=rsyncd > > > firewall-cmd --add-service=rsyncd > Error: INVALID_SERVICE: rsyncd > > Is there another place that there needs to be an rsyncd service file, > whatever it's supposed to be named, *other* than where systemd wants it? > > mark > You can also specify the port firewall-cmd --permanent --add-port=<rsync_port>/tcp > >...
2016 Jul 14
0
CentOS7 firewalld ploblem
I cannot add pop3 with following error. # firewall-cmd --permanent --zone=external --add-service=pop3 Error: INVALID_SERVICE: pop3 And cannot access to 143 too. telnet 153.153.xxx.xxx 143 Trying 153.153.xxx.xxx... telnet: connect to address 153.153.xxx.xxx: No route to host 2016-07-14 17:53 GMT+09:00 Eero Volotinen <eero.volotinen at iki.fi>: > You need to add pop3. Please note that op3 is not secure as pas...