NethServer Version: 7.31
Module: your_module
Have anyone successfully installing the NethServer 7.3 in a Ubuntu 16.04 LXD Container ?
I install a CentOS V7 in a LXD container , manually setup Network IP4V tested working OK .
then proceed installing Nethserver 7.3 and reboot the container, but the eth0 now no longer able to grab the IP Address…I assume Nethserver reconfigures the eth0 address, as I cannot use the GUI Dashboard to change the Nethserver Network Setting, How do I reset the IP4V address for the Network Interface manually. The “ifcfg-eth0” file in the “/etc/systconfig/network-scripts/” got deleted after Nethserver 7.3 installation, restoring that file, does not help to reconfigure the eth0 Network settings. Am I missing something… or the Nethserver 7.3 has another Network configuration file stored elsewhere ? Appreciate any comments and assistance. Thnx…
I tried changing the NetworksDB file (/var/lib/nethserver/db/networks using command:
db networks set eth0 ethernet role green ipaddr 192.168.1.7 netmask 255.255.255.0 network 192.168.1.0 onboot yes bootproto static
after reboot eth0 still no working…any other part that I have missed ?