Talk:Proxmox Linux Container: Difference between revisions
imported>Vater |
imported>Vater |
||
| Line 92: | Line 92: | ||
| | | | ||
---- | ---- | ||
(optional you can) check the (pve) lxc config file (and it should look like something like the following) | (optional you can) check the (pve) lxc config file (and it should look like something like the following with ''nesting=1'' on the line ''features:'') | ||
<code>less /etc/pve/lxc/1000.conf</code> | <code>less /etc/pve/lxc/1000.conf</code> | ||
<pre> | <pre> | ||
| Line 100: | Line 100: | ||
hostname: CT1000 | hostname: CT1000 | ||
memory: 1024 | memory: 1024 | ||
net0: name=eth0,bridge= | net0: name=eth0,bridge=vmbr0,hwaddr=A1:B2:C3:D4:E5:F6,ip=dhcp,type=veth | ||
ostype: unmanaged | ostype: unmanaged | ||
rootfs: storage:vm-1000-disk-0,size=4G | rootfs: storage:vm-1000-disk-0,size=4G | ||