Ci-dessous, les différences entre deux révisions de la page.
— |
welcome:proxmox:install_nethserver_on_ct_centos7 [2020/06/18 19:10] (Version actuelle) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | <color # | ||
+ | ====== Install the Centos7 container ====== | ||
+ | Nothing particular. \\ | ||
+ | As container name, set " | ||
+ | |||
+ | ====== Install NethServer ====== | ||
+ | Source: https:// | ||
+ | < | ||
+ | # yum install -y http:// | ||
+ | # nethserver-install </ | ||
+ | |||
+ | ====== Get it working ====== | ||
+ | ===== Fixing the network issue ===== | ||
+ | After the installation of NethServer, the network configuration of the CT is " | ||
+ | From the console of the CT NethServer (adapt the IP and the network to yours!): < | ||
+ | # db networks set eth0 ethernet role green ipaddr 192.168.20.225 netmask 255.255.255.0 network 192.168.20.0 onboot yes bootproto static | ||
+ | # signal-event interface-update </ | ||
+ | |||
+ | ===== Fixing service chronyd ===== | ||
+ | Source: https:// | ||
+ | >My guess is that chrony does not work in a lxc container because date and time are handled by the hypervisor. | ||
+ | => service stays disabled. | ||
+ | |||