NethServer 6.7 rc1 ready for testing

great, this means that we are we are approaching to final release… :slight_smile:

in the meanwhile i had some problem with installation on centos.

VM KVM (proxmox, virtio drv, 1 eth)

  1. install minimal centos

  2. during install setup of eth0 with static ip. At the end of install i have:

    $ cat /etc/sysconfig/network-scripts/ifcfg-eth0
    DEVICE=eth0
    TYPE=Ethernet
    UUID=03d1f445-5b8d-4ba1-afde-ef0dfdeee874
    ONBOOT=yes
    NM_CONTROLLED=yes
    BOOTPROTO=none
    IPADDR=192.168.100.89
    PREFIX=24
    GATEWAY=192.168.100.1
    DNS1=192.168.100.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME=“System eth0”
    HWADDR=52:0A:FD:A0:E8:9F

  3. upgrade centos

  4. install nethserver as per manual

  5. at the end of install i have:

$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
DEVICE=eth0
GATEWAY=192.168.100.1
HWADDR=52:0A:FD:A0:E8:9F
IPADDR=192.168.100.89
NETMASK=
NM_CONTROLLED=no
ONBOOT=yes
TYPE=Ethernet
USERCTL=no

and this error on log (after nethserver-install):

Oct 8 15:16:14 c67test esmith::event[15567]: expanding /etc/shorewall/hosts
Oct 8 15:16:14 c67test esmith::event[15567]: ERROR in /etc/e-smith/templates//etc/shorewall/hosts/20green: Program fragment delivered error <<Net::IPv4Addr: invalid netmask specification:
Oct 8 15:16:14 c67test esmith::event[15567]: at /usr/share/perl5/vendor_perl/esmith/util.pm line 355>> at template line 1
Oct 8 15:16:14 c67test esmith::event[15567]: ERROR: Template processing failed for //etc/shorewall/hosts: 1 fragment generated errors
Oct 8 15:16:14 c67test esmith::event[15567]: at /etc/e-smith/events/actions/generic_template_expand line 64
Oct 8 15:16:14 c67test esmith::event[15567]: [WARNING] expansion of /etc/shorewall/hosts failed
Oct 8 15:16:14 c67test esmith::event[15567]: Action: /etc/e-smith/events/actions/generic_template_expand FAILED: 1 [0.273516]

(and of course a lot of other error if i try to install something else)

in webUI → network → eth > netmask is empty
if i set the correct netmask, as expected, all start to works correctly
no error with dhcp.

honestly i haven’t never used this kind of install, i’m doing something wrong?