Question: Is system-config-network not available with R1.7VM

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jrmartin
Posts: 46
Joined: Mon Aug 08, 2011 6:55 pm

Question: Is system-config-network not available with R1.7VM

Post by jrmartin »

following the install docs states to run system-network-config after logging in as root to configure DNS and network settings.

I am unable to find this in the 1.7VM image I just loaded up. Did it get removed?

Thanks,
Jeff
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Question: Is system-config-network not available with R1

Post by lmiltchev »

What is the distribution you are using? You can run this command in CentOS 4/5 but it is unfortunately not included in CentOS 6. You can install it, though by running in terminal (as root):

Code: Select all

# yum install system-config-network-tui
Hope this helps!
Be sure to check out our Knowledgebase for helpful articles and solutions!
jrmartin
Posts: 46
Joined: Mon Aug 08, 2011 6:55 pm

Re: Question: Is system-config-network not available with R1

Post by jrmartin »

Thanks,
I am using the pre-packaged VM from Nagios version 1.7.

I ended up editing the individual config files in /etc/sysconfig/networking-scripts in order to get DNS setup properly.

It is working now, I was following the docs that stated to use that script to configure networking but it wasn't there.

http://library.nagios.com/library/produ ... figuration

Thank you!
Jeff
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Question: Is system-config-network not available with R1

Post by lmiltchev »

I'm glad I could help!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked