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
Question: Is system-config-network not available with R1.7VM
Re: Question: Is system-config-network not available with R1
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):
Hope this helps!
Code: Select all
# yum install system-config-network-tuiBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Question: Is system-config-network not available with R1
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
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
Re: Question: Is system-config-network not available with R1
I'm glad I could help!
Be sure to check out our Knowledgebase for helpful articles and solutions!