Re: [CentOS] Where did network setup goes under setup utility in CentOS 7?

2016-01-29 Thread Nick Bright

On 1/29/2016 10:42 AM, reynie...@gmail.com wrote:

In CentOS 6.7 I ran setup command and I could configure network settings
from that "gui" utility at command line. In CentOS 7 I don't know where
this goes or how to enabled. I have installed a few packages:
You're looking for nmtui. I went through this pain recently, so I'll 
share a few things you're going to want to know about the firewall & 
network manager.


Configure the firewall with firewalld-cmd.

Don't use --permanent with firewalld-cmd, instead do all of your changes 
then run:


   firewalld-cmd --runtime-to-permanent

Even though firewalld-cmd seems to allow you to change the zones of 
interfaces, it doesn't work like you'd think it does by reading the 
documentation. Instead, use:


   nmcli con modify ens224 connection.zone trusted

Adjusting your ens224 and zone as necessary, of course. This is the only 
way I've identified which will consistently and permanently change the 
connection zone.


If yum updates network manager or firewalld, you need to reload the 
services for the tools to work correctly; especially after a fresh install!


   systemctl daemon --reload

This will reload all the daemons.

--
---
-  Nick Bright-
-  Vice President of Technology   -
-  Valnet -=- We Connect You -=-  -
-  Tel 888-332-1616 x 315 / Fax 620-331-0789  -
-  Web http://www.valnet.net/ -
---
- Are your files safe?-
- Valnet Vault - Secure Cloud Backup  -
- More information & 30 day free trial at -
- http://www.valnet.net/services/valnet-vault -
---

This email message and any attachments are intended solely for the use of the 
addressees hereof. This message and any attachments may contain information 
that is confidential, privileged and exempt from disclosure under applicable 
law. If you are not the intended recipient of this message, you are prohibited 
from reading, disclosing, reproducing, distributing, disseminating or otherwise 
using this transmission. If you have received this message in error, please 
promptly notify the sender by reply E-mail and immediately delete this message 
from your system.

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Where did network setup goes under setup utility in CentOS 7?

2016-01-29 Thread Steven Tardy
Run: nmtui

> On Jan 29, 2016, at 11:42 AM, "reynie...@gmail.com"  
> wrote:
> 
> Should I install any other package
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Where did network setup goes under setup utility in CentOS 7?

2016-01-29 Thread reynie...@gmail.com
In CentOS 6.7 I ran setup command and I could configure network settings
from that "gui" utility at command line. In CentOS 7 I don't know where
this goes or how to enabled. I have installed a few packages:

yum install setuptool -y \
&& yum install system-config-network-tui -y \
&& yum install system-config-firewall* -y \
&& yum install system-config-securitylevel-tui -y \
&& yum install system-config-keyboard -y \
&& yum install ntsysv -y

But I can't see the network settings, see this pic:
http://content.screencast.com/users/ReynierPM/folders/Snagit/media/39e744c6-1575-47b6-b3fb-6e95280fe21d/01.29.2016-11.38.png


Should I install any other package?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos