Re: [CentOS] Using "ipset" under CentOS7

2015-02-20 Thread James Hogarth
> > Sadly there is no ipset-service in the CentOS repos. I'm going to > steal the init.d script from CentOS6. It works perfectly. > If you are just going to 'borrow' a service script I'd suggest grabbing the fedora systemd service file and popping in the /etc/systemd/system directory to make dire

Re: [CentOS] Using "ipset" under CentOS7

2015-02-19 Thread Tom Limoncelli
On Tue, Feb 17, 2015 at 7:17 PM, Peter Lawler wrote: > From my Fedora 21 box, I'm *presuming* it's available on C7, I don't > have a C7 box to try it on though. > > $rpm -ql "ipset-service" > /etc/ipset > /usr/lib/systemd/system/ipset.service > /usr/libexec/ipset > /usr/libexec/ipset/ipset.start-s

Re: [CentOS] Using "ipset" under CentOS7

2015-02-17 Thread John R Pierce
On 2/17/2015 3:47 PM, Tom Limoncelli wrote: ipset on CentOS6 comes with /etc/rc.d/init.d/ipset so that "service ipset reload" can be used to (re)load the configuration. CentOS7 doesn't come with an equivalent for systemd: # systemctl reload ipset.service Failed to issue method call: Unit ipset

Re: [CentOS] Using "ipset" under CentOS7

2015-02-17 Thread Peter Lawler
On 18/02/15 10:47, Tom Limoncelli wrote: > ipset on CentOS6 comes with /etc/rc.d/init.d/ipset so that "service > ipset reload" can be used to (re)load the configuration. CentOS7 > doesn't come with an equivalent for systemd: >From my Fedora 21 box, I'm *presuming* it's available on C7, I don't h

[CentOS] Using "ipset" under CentOS7

2015-02-17 Thread Tom Limoncelli
ipset on CentOS6 comes with /etc/rc.d/init.d/ipset so that "service ipset reload" can be used to (re)load the configuration. CentOS7 doesn't come with an equivalent for systemd: # systemctl reload ipset.service Failed to issue method call: Unit ipset.service failed to load: No such file or direc