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.
Changing destination IP on client
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Changing destination IP on client
edit /etc/xinetd.d/nrpe
modify the only_from field
Then restart xinetd
modify the only_from field
Then restart xinetd
Code: Select all
service xinetd restartRe: Changing destination IP on client
Excellent...that is what I needed. Made the change and working properly!
Thanks!!!!
Thanks!!!!
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Changing destination IP on client
Great, glad it is working!