Page 1 of 1
Question: Is system-config-network not available with R1.7VM
Posted: Tue Sep 06, 2011 3:59 pm
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
Re: Question: Is system-config-network not available with R1
Posted: Tue Sep 06, 2011 4:59 pm
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!
Re: Question: Is system-config-network not available with R1
Posted: Tue Sep 06, 2011 5:27 pm
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
Re: Question: Is system-config-network not available with R1
Posted: Wed Sep 07, 2011 11:05 am
by lmiltchev
I'm glad I could help!