Hello everyone,
I am not seeing the "Network" menu option (to configure the network) on one of my CentOS 6.6 machines, even on user root, in Gnome. It's not anywhere else, either. Can anyone point me in the direction of having that added? Thanks!
Gilbert
******************************************************************************* Gilbert Sebenste ******** (My opinions only!) ****** Staff Meteorologist, Northern Illinois University **** E-mail: sebenste@weather.admin.niu.edu *** web: http://weather.admin.niu.edu ** Twitter: http://www.twitter.com/NIU_Weather ** Facebook: http://www.facebook.com/niu.weather * *******************************************************************************
Let's try this again:
Hello everyone,
I am not seeing the "Network Connections" menu option (to configure the network) on one of my CentOS 6.6 machines, even on user root, in Gnome under System -> Administration. It's not anywhere else, either. Can anyone point me in the direction of having that added? Thanks!
Gilbert
******************************************************************************* Gilbert Sebenste ******** (My opinions only!) ****** *******************************************************************************
On Mon, 10 Nov 2014 15:08:53 -0600 (CST) Gilbert Sebenste wrote:
I am not seeing the "Network Connections" menu option (to configure the network) on one of my CentOS 6.6 machines, even on user root, in Gnome under System -> Administration. It's not anywhere else, either. Can anyone point me in the direction of having that added?
yum install nm-connection-editor
On Mate it shows up under System-Preferences-System-Network Connections
On Mon, 10 Nov 2014, Frank Cox wrote:
On Mon, 10 Nov 2014 15:08:53 -0600 (CST) Gilbert Sebenste wrote:
I am not seeing the "Network Connections" menu option (to configure the network) on one of my CentOS 6.6 machines, even on user root, in Gnome under System -> Administration. It's not anywhere else, either. Can anyone point me in the direction of having that added?
yum install nm-connection-editor
On Mate it shows up under System-Preferences-System-Network Connections
Yeah, I'm having a tough day, THAT is where it should be found, but isn't, under Gnome, on this one machine. Typing what you did above gave me an error of "no such package". I then tried yum install *connection* and yum install *editor* and nothing came up that matches what I need.
Gilbert
******************************************************************************* Gilbert Sebenste ******** (My opinions only!) ****** *******************************************************************************
From: Gilbert Sebenste sebenste@weather.admin.niu.edu
On Mon, 10 Nov 2014, Frank Cox wrote:
yum install nm-connection-editor
Yeah, I'm having a tough day, THAT is where it should be found, but isn't, under Gnome, on this one machine. Typing what you did above gave me an error of "no such package". I then tried yum install *connection* and yum install *editor* and nothing came up that matches what I need.
# rpm -qf /usr/bin/nm-connection-editor NetworkManager-gnome-0.8.1-75.el6.x86_64
JD
On 11/12/2014 12:10 PM, John Doe wrote:
From: Gilbert Sebenste sebenste@weather.admin.niu.edu
On Mon, 10 Nov 2014, Frank Cox wrote:
yum install nm-connection-editor
Yeah, I'm having a tough day, THAT is where it should be found, but isn't, under Gnome, on this one machine. Typing what you did above gave me an error of "no such package". I then tried yum install *connection* and yum install *editor* and nothing came up that matches what I need.
# rpm -qf /usr/bin/nm-connection-editor NetworkManager-gnome-0.8.1-75.el6.x86_64
or if you don't have it installed somewhere, you can: yum whatprovides '*/nm-connection-editor'