C'est dans le cas ou le proxmox se situe dans un LAN avec un DHCP (Derrière une box, par exemple)
# network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage parts of the network configuration manually, # please utilize the 'source' or 'source-directory' directives to do # so. # PVE will preserve these directives, but will NOT read its network # configuration from sourced files, so do not attempt to move any of # the PVE managed interfaces into external files! source /etc/network/interfaces.d/* auto lo iface lo inet loopback auto enp1s0 iface enp1s0 inet dhcp # This is an autoconfigured IPv6 interface auto vmbr0 iface vmbr0 inet static address 192.168.0.111/24 gateway 192.168.0.254 bridge-ports enp1s0 bridge-stp off bridge-fd 0
Les VM & Containers, eux, utiliseront les paramètres, passerelle, et DHCP du LAN
/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
Ext.Msg.show({ title: gettext('No valid subscription'),
Ext.Msg.show
par void
: void({ //Ext.Msg.show({ title: gettext('No valid subscription'),
Ext.String.format('You do not have a valid subscription for this server.
return false
à la place et on commente le reste : return false; // Ext.String.format('You do not have a valid subscription for this server.
systemctl restart pveproxy.service
Ca n'existe pas, il faut les uploader ou les télécharger directement dans /template/iso/ du <stockage> concerné :
cd <path-to-stockage>/template/iso/ wget https://ubuntu.daupheus.com/20.04.1/ubuntu-20.04.1-desktop-amd64.iso https://chuangtzu.ftp.acc.umu.se/debian-cd/current/amd64/iso-dvd/debian-10.7.0-amd64-DVD-1.iso
* path-to-stockage = /var/lib/vz/
si on est sur le disque local.
pveam update pveam available
pveam download <Stockage> debian-10-turnkey-core_16.0-1_amd64.tar.gz pveam download <Stockage> debian-10-turnkey-dokuwiki_16.0-1_amd64.tar.gz pveam download <Stockage> debian-10-turnkey-drupal9_16.0-1_amd64.tar.gz pveam download <Stockage> debian-10-turnkey-etherpad_16.0-1_amd64.tar.gz pveam download <Stockage> debian-10-turnkey-gitea_16.0-1_amd64.tar.gz pveam download <Stockage> debian-10-turnkey-gitlab_16.0-1_amd64.tar.gz pveam download <Stockage> debian-10-turnkey-matomo_16.0-1_amd64.tar.gz pveam download <Stockage> debian-10-turnkey-nextcloud_16.0-1_amd64.tar.gz
/etc/pve
/etc/pve/lxc
systemctl edit --full pvesr.timer
Passer de minutely à monthly si le noeud utilisé n'est pas destiné à être répliqué.
sudo setcap cap_net_raw+p /bin/ping
pct set <ctid> -mp<mpid> <hyperv-path>,mp=<ct-path>
https://chrtophe.developpez.com/tutoriels/proxmox/#L8-1
https://forum.proxmox.com/threads/how-to-create-a-simple-bridged-vm.26536/
https://kgrall.wordpress.com/2018/01/17/utilisation-de-proxmox/
https://wiki.linux-azur.org/?chaton
https://blog.zwindler.fr/2019/10/11/un-cluster-proxmox-ve-avec-seulement-2-machines/
https://forum.proxmox.com/threads/replication-runner-syslog.35600/
https://medium.com/@konpat/usb-passthrough-to-an-lxc-proxmox-15482674f11d
https://www.vincentliefooghe.net/content/nginx-reverse-proxy-containers-lxc