[CentOS] Firewalld

Tue Oct 13 13:15:20 UTC 2015
Emmett Culley <lst_manage at webengineer.com>

On 10/12/2015 10:03 PM, Gordon Messmer wrote:
> On 10/12/2015 06:23 PM, Emmett Culley wrote:
>> I expect to see the second output upon reboot.
> 
> Thanks, that's a lot more clear.  Weird, though.  Does /etc/sysconfig/network-scripts/ifcfg-eth1 specify a "ZONE="?  Are you using the "network" or the "NetworkManager" service?
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 
I never use NetworkManager except on portable machines.  Can't see the need.

Here are the configuration files:

NAME="eth0"
HWADDR=52:54:00:76:0D:7F
ONBOOT=yes
UUID="8ab7ac2c-c089-4f9f-bb65-1abb781fe912"
IPV6INIT=no
BOOTPROTO=none
TYPE=Ethernet
IPADDR=96.92.106.4
PREFIX=29
GATEWAY=96.92.106.6
NOZEROCONF=yes

and

NAME="eth1"
HWADDR=52:54:00:B3:03:66
ONBOOT=yes
UUID="1d590cef-d5a2-400e-89e3-3c618f785c41"
IPV6INIT=no
BOOTPROTO=none
TYPE=Ethernet
IPADDR=192.168.6.222
PREFIX=24
DNS1=192.168.6.1
IPV4_FAILURE_FATAL=no
NOZEROCONF=yes

Emmett