Howto proxmox: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
download proxmox iso:
download proxmox iso:
  https://enterprise.proxmox.com/iso/proxmox-ve_8.1-2.iso
  https://enterprise.proxmox.com/iso/proxmox-ve_8.1-2.iso
= download cloudimages =
= openwrt =
= openwrt =
download openwrt image:
download openwrt image:
Line 12: Line 11:
  lxc.cgroup2.devices.allow: c10:200 rwm
  lxc.cgroup2.devices.allow: c10:200 rwm
  lxc.mount.entry: /dev/net dev/net none bind,create=dir
  lxc.mount.entry: /dev/net dev/net none bind,create=dir
 
= download cloudimages =
= references =
= references =
* https://mirror-03.infra.openwrt.org/releases/23.05.3/targets/x86/64/
* https://mirror-03.infra.openwrt.org/releases/23.05.3/targets/x86/64/

Revision as of 17:08, 18 April 2024

install proxmox

download proxmox iso:

https://enterprise.proxmox.com/iso/proxmox-ve_8.1-2.iso

openwrt

download openwrt image:

cd /var/lib/vz/images
wget https://mirror-03.infra.openwrt.org/releases/23.05.3/targets/x86/64/openwrt-23.05.3-x86-64-rootfs.tar.gz

create container in proxmox using pct:

ptc create 102 ./openwrt-23.05.3-x86-64-rootfs.tar.gz --unprivileged 1 --ostype unmanaged --hostname openwrt --net0 name=eth0 --net1 name=eth1 --storage local-lvm

edit container config /etc/pve/lxc/102.conf:

lxc.cgroup2.devices.allow: c10:200 rwm
lxc.mount.entry: /dev/net dev/net none bind,create=dir

download cloudimages

references