Page 1 of 1

NSCA All IP

Posted: Thu Feb 22, 2018 10:25 am
by Enigmaal
Hello everyone,

I really need your help, I'm using NSCA for passive requests from many hosts but I can't modify the file /etc/xinetd.d/nsca for each clients' IP cause they don't have static IP

So how can I allow every IP ?

Thank you

A little french :)

Re: NSCA All IP

Posted: Thu Feb 22, 2018 5:58 pm
by bolson
Simply comment out the only_from directive like this:

Code: Select all

# only_from
Or use a subnet range in the directive like this:

Code: Select all

only_from    = xxx.xxx.0.0/16
OR
only_from     = xxx.xxx/xxx.0/24
And restart xinetd

Re: NSCA All IP

Posted: Fri Feb 23, 2018 10:26 am
by Enigmaal
Hi,

Thank you for your reply

Re: NSCA All IP

Posted: Fri Feb 23, 2018 12:10 pm
by bolson
Did this resolve your issue and may we close the topic?

Re: NSCA All IP

Posted: Mon Feb 26, 2018 4:13 am
by Enigmaal
Yup it works

Thank you

Re: NSCA All IP

Posted: Mon Feb 26, 2018 10:52 am
by tmcdonald
Glad to hear it! I'll be closing this up now, but feel free to open another thread if you need anything in the future!