diff --git a/content/advanced/proxmox-lxc-prerequisites.md b/content/advanced/proxmox-lxc-prerequisites.md index 118abd0..ee2fbb5 100644 --- a/content/advanced/proxmox-lxc-prerequisites.md +++ b/content/advanced/proxmox-lxc-prerequisites.md @@ -30,6 +30,8 @@ Follow these steps on your Proxmox **host** system: lxc.cgroup2.devices.allow: c 10:200 rwm lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file ``` + Your configuration file should now look similar to this at the end: + [![Proxmox LXC Config Example](/pics/proxmox-lxc-config.png)](/pics/proxmox-lxc-config.png) 4. **Save and Close:** Save the changes to the configuration file and exit the editor. diff --git a/static/pics/proxmox-lxc-config.png b/static/pics/proxmox-lxc-config.png new file mode 100644 index 0000000..91dfa53 Binary files /dev/null and b/static/pics/proxmox-lxc-config.png differ