FreePBX ALPHA SNG7-FPBX-64bit-1607-6 - Firewall

Trying to get this working on a ProxMox hosted at OVH

I install the distro and when I need to configure the network. I try vi /etc/sysconfig/network-scripts/ifcfg-eth0 and I found that the firewall has taken over. Where should I define the network?

during the distro setup it should have asked for network info for one NIC. use the gui (admin->system->Network) to either change the existing NIC or setup a second NIC

I just added the normal info and like this and restart the network service.
I saw the note from the firewall and was over thinking it.

Generic Firewall ConfigurationLPHA

SNG7-FPBX-64bit-1607-6

Generated by FreeePBX Firewall.

This file MAY BE CHANGED

ZONE=external
IPADDR=XXX.XXX.XXX.212
TYPE=Ethernet
BOOTPROTO=static
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
NAME=eth0
ONBOOT=yes
HWADDR=00:00:00:aa:aa:aa
GATEWAY=XXX.XXX.XXX.254 #for OVH hosting use the IP address of the host with .254 at end
PREFIX=24
UUID=a79ef189-ca30-49c3-abb9-021b8d9e3bfa

now that it is up, use the gui to change/update the NIC’s. be aware that when you do you will have to go into the firewall and set those interfaces as external otherwise you will see errors on the dashboard

Will do.
thanks