Page 1 of 1

Changing destination IP on client

Posted: Thu Sep 07, 2017 2:10 pm
by okcjj
I need to change the destination IP address on an XI client to point it toward the Primary server. Durning the initial client installation I fat-fingered the IP address for the host. I have been through all the config files I can find, but can't find where this is set.

I am running RHEL 6 on the client.

Thanks.

Re: Changing destination IP on client

Posted: Thu Sep 07, 2017 3:32 pm
by scottwilkerson
edit /etc/xinetd.d/nrpe

modify the only_from field

Then restart xinetd

Code: Select all

service xinetd restart

Re: Changing destination IP on client

Posted: Fri Sep 08, 2017 10:30 am
by okcjj
Excellent...that is what I needed. Made the change and working properly!

Thanks!!!!

Re: Changing destination IP on client

Posted: Fri Sep 08, 2017 1:01 pm
by scottwilkerson
Great, glad it is working!